After much time searching on the internet, how to install the ALSA drivers properly, I still can get it fixed.... feel like a terrible newbie (well, I am a Linuxnewbie, however I tried just about everything I could think of...).
When following the steps mentioned in the 'mini-HowTo for ALSA'-thread, I get the error message from alsamixer:
Code:
alsamixer: function snd_ctl_open failed for default: No such device
Modprobe of the snd-intel8x0 module gives the following error:
Code:
/lib/modules/2.4.20-30.9/kernel/sound/pci/snd-intel8x0.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-30.9/kernel/sound/pci/snd-intel8x0.o: insmod /lib/modules/2.4.20-30.9/kernel/sound/pci/snd-intel8x0.o failed
/lib/modules/2.4.20-30.9/kernel/sound/pci/snd-intel8x0.o: insmod snd-intel8x0 failed
I've got a on-board soundcard on an Asus P4PE-X motherboard, which I believe uses the Intel i810 chipset. refferred to in lspci as follows:
Code:
00:1f.5 Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio (rev 02)
and in lsmod as:
Code:
soundcore 6404 2 [i810_audio snd]
I used the --with-redhat=auto, --with-cards=intel8x0, --with-oss=yes, --with-sequencer=yes flags at the ./configure step for the ALSA driver. I use RH9, kernel 2.4.20.
The most stupid thing is, that at one point I DID get the sound working, however after a reboot it failed again and I can't trace my then followed steps...
Can anybody help?