#1 Le 15/02/2006, à 11:14
- nabs
manque du fichier version.h pour installer le sonsur ASUS A6VC
slt a tous,
je rencontre des pb lors de l'installation du son de mon portable. j'ai suivi les étapes décrites dans le tuto suivant :
http://wiki.ubuntu-fr.org//materiel/chi … da_realtek
j'ai fait les commandes suivantes pour mettre a jour mon noyau :
sudo apt-get install linux-source-2.6.12
cd /usr/src
sudo tar jxvf linux-source-2.6.12.tar.bz2
sudo ln -s linux-source-2.6.12 linux
mais il m'affiche tjrs l'erreur suivante lorsque je rentre la commande décrite sur le tuto (modele ASUS A6VC) :
./configure --with-cards=hda-intel,usb-audio && make && sudo make install
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /home/nabs/documents/alsa-driver-1.0.10
checking cross compile...
checking for directory with kernel source... /usr/src/linux
checking for directory with kernel build...
checking for kernel linux/version.h... no
The file /usr/src/linux/include/linux/version.h does not exist.
Please install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).
J'ai lu sur un forum qu'il fallait que je fasse un "make config" ou klkchoz dans le genre qui me genererai ce version.h dans la bonne directory (/usr/src/linux/include/linux/). mais la commande n'est pas reconnue.
Si vous avez des solution a proposer, je suis preneur.
Merci d'avance pour votre aide les gars.
#2 Le 15/02/2006, à 11:43
- wam
Re : manque du fichier version.h pour installer le sonsur ASUS A6VC
ce fichier est installé avec les paquets linux-headers semble-t-il. Chez moi, avec mon kernel 2.6.10-5, il se trouve dans /usr/src/linux-headers-2.6.10-5/include/linux
Je ne sais pas si tu as installé celui correspondant à ton kernel
fait
uname -r
pour connaitre ton kernel et copie le résulat de 'uname -r' pour installer les headers
sudo apt-get install linux-headers-'uname -r'
après, tu peux retenter en faisant comme conseillé
./configure --with-kernel=/usr/src/linux-headers-'uname -r'/
Hors ligne