LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   I say snd-intel8x0, you say i810_audio! - ALSA on P4GE-V motherboard (https://www.linuxquestions.org/questions/linux-hardware-18/i-say-snd-intel8x0-you-say-i810_audio-alsa-on-p4ge-v-motherboard-63979/)

robertmarkbram 06-06-2003 03:05 AM

I say snd-intel8x0, you say i810_audio! - ALSA on P4GE-V motherboard
 
Howdy All!

I set up my ALSA install script to install all drivers. I used my modules.conf to load the snd-intel8x0 module.

I can modprobe for the snd-intel8x0 module. The alsasound utility says it is running and the driver is loaded.

Yet, when I start up the sound card detection utility, it is still reporting:
Model: 82801DB AC'97 Audio
Module: i810_audio

When I click on "Play test sound" the utility reports that it cannot load the driver.
And when I try to modprobe for that module, it cannot be found.

Why is this occuring? Could this be responsible for my sound not working?

Any help would be most appreciated!

Rob
:)

=== Result of modprobe and alsasound status commands.
[root@robertmarkbram robertmarkbram]# /sbin/modprobe snd-intel8x0
[root@robertmarkbram robertmarkbram]# /etc/rc.d/init.d/alsasound status
ALSA sound driver loaded.
[root@robertmarkbram robertmarkbram]# /sbin/modprobe i810_audio
/lib/modules/2.4.20-8/kernel/drivers/sound/i810_audio.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-8/kernel/drivers/sound/i810_audio.o: insmod /lib/modules/2.4.20-8/kernel/drivers/sound/i810_audio.o failed
/lib/modules/2.4.20-8/kernel/drivers/sound/i810_audio.o: insmod i810_audio failed
[root@robertmarkbram robertmarkbram]#


=== My /etc/modules.conf file
alias usb-controller ehci-hcd
alias usb-controller1 usb-uhci
alias ieee1394-controller ohci1394
alias eth0 bcm4400

# alsa
alias char-major-116 snd
alias char-major-14 soundcore

#alias i810_audio snd-intel8x0
alias snd-card-0 snd-intel8x0

alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :


All times are GMT -5. The time now is 01:48 AM.