#1 Le 03/02/2007, à 13:23
- compte supprimé
probleme pour compiler alsa-driver 1.0.14rc2
salut!
voila sur mon portable j'ai une puce HDA intel.
depuis mon passage a edgy, plus de son!
en cherchant sur me forum j'ai vu qu'il fallait compiler la derniere version d'alsa.
j'ai compilé alsa-flrmware, utils et lib sans probleme, mais alsa-driver me fait suer!
quand je fait ./configure, il me retourne ca:
cdpolo@polo-desktop:~$ cd Desktop/alsa-driver-1.0.14rc2
polo@polo-desktop:~/Desktop/alsa-driver-1.0.14rc2$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... 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/polo/Desktop/alsa-driver-1.0.14rc2
checking cross compile...
checking for directory with kernel source... /lib/modules/2.6.17-10-generic/build
checking for directory with kernel build...
checking for kernel linux/version.h... no
The file /lib/modules/2.6.17-10-generic/build/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 /lib/modules/2.6.17-10-generic/build).
polo@polo-desktop:~/Desktop/alsa-driver-1.0.14rc2$
help please
#2 Le 03/02/2007, à 14:23
- compte supprimé
Re : probleme pour compiler alsa-driver 1.0.14rc2
up!
#3 Le 12/02/2007, à 23:51
- mederic
Re : probleme pour compiler alsa-driver 1.0.14rc2
Bonjour MCpaul34,
J'ai eu le même problème que toi, suite je pense, à la Màj du kernel intervenue récemment, d'où le message
"checking for kernel linux/version.h... no
The file /lib/modules/2.6.17-10-generic/build/include/linux/version.h does not exist."
Avant de compiler les modules ALSA, essaie :
$ sudo apt-get install linux-headers-`uname -r`
comme le préconise dwan sur http://forum.ubuntu-fr.org/viewtopic.php?id=78666, cela devrait installer les fichiers manquants.
Distribution: Debian 7
Hors ligne
#4 Le 13/02/2007, à 00:20
- Balkoth
Re : probleme pour compiler alsa-driver 1.0.14rc2
sudo apt-get install linux-headers-`uname -r`
Préférez plutôt sudo aptitude install linux-header-generic, comme ça ça se mettra tout seul à jour lors du passage à un nouveau noyau, ça évitera bien des problèmes.
Hors ligne
#5 Le 20/02/2007, à 13:36
- arkelapt
Re : probleme pour compiler alsa-driver 1.0.14rc2
Bonjour,
Pour compiler tranquillement sans avoir ce type de message, installer auto-apt.
Ensuite auto-apt update.
Ensuite auto-apt run ./configure puis auto-apt run make et enfin auto-apt run make install.
Arkel