Hi all, I use debian sarge and my sound card is onboard and it is SoundMAX.
I got the ALSA driver from asus web site and according to the INSTALL file that came together with the driver I performed the following steps under the alsa driver directory: $ ./configure --with-kernel=/home/mauricio/downloads/linux-2.6.12.5 $ make install But during the make install some errors are displayed as: rm -rf /lib/modules/2.6.12.5/kernel/sound make[1]: Entering directory `/root/Linux/alsa-driver-0.9.6/support' make[1]: Nothing to be done for `modules_install'. make[1]: Leaving directory `/root/Linux/alsa-driver-0.9.6/support' make[1]: Entering directory `/root/Linux/alsa-driver-0.9.6/acore' mkdir -p /lib/modules/2.6.12.5/kernel/sound/acore cp snd-hwdep.o snd-page-alloc.o snd-pcm.o snd-rawmidi.o snd-timer.o snd.o /lib/modules/2.6.12.5/kernel/sound/acore cp: cannot stat `snd-hwdep.o': No such file or directory cp: cannot stat `snd-page-alloc.o': No such file or directory cp: cannot stat `snd-pcm.o': No such file or directory cp: cannot stat `snd-rawmidi.o': No such file or directory cp: cannot stat `snd-timer.o': No such file or directory cp: cannot stat `snd.o': No such file or directory make[1]: *** [_modinst__] Error 1 make[1]: Leaving directory `/root/Linux/alsa-driver-0.9.6/acore' make: *** [install-modules] Error 1 Does anyone know how can I fix this problem? BR, Mauricio Lin.