En fait pour installer mes drivers alsa je fais :
./configure --with-kernel=/usr/src/kernel-headers-2.4.18-bf2.4 --with-cards=ice1712 --with-sequencer=yes;make;make install
Il me donne les erreurs suivantes :
NO PREDEFINED KERNEL COMPILER IS DETECTED
Assuming the same compiler id used with the current compiler
Please make sure that the same complier version was used for building kernel.
Puis un peu plus loin :
config.status: error: cannot find input file: Makefile.conf.in
make all-deps
make[1]: Entering directory directory /usr/src/alsa/alsa-driver-1.0.5rc1/acore'
make[1]: Nothing to be done for `all-deps'.
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.5rc1/'
Please, run the configure script as first ....
rm -f /snd*.* /persist.o isa/pnp.o
make(1] : Entering directory `/usr/src/alsa/alsa-driver-1.0.5rc1/acore'
MakeFile:6 /usr/src/alsa/alsa-driver-1.0.5rc1/Makefile.conf'. No such file or directory
make[1]: *** No rule to make target 'usr/src/alsa/alsa-driver-1.0.5rc1/Makefile.conf'. Stop.
make[1]: Leaving directory usr/src/alsa/alsa-driver-1.0.5rc1/acore'
make: *** [install-modules] error 1
Sinon au niveau de dmesg pas vu d'erreur.
Message édité par Gowa le 15-06-2004 à 23:59:40