This is a discussion on no sounds after installing wireless pci card within the Linux Operating System forums, part of the Unix Operating Systems category; --> I installed a D-Link wireless PCI card and when I logged into RH8 I get no sounds. I am ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I installed a D-Link wireless PCI card and when I logged into RH8 I get no sounds. I am using es1371 modules for a Soundblaster PCI128 card. I don't care about getting the wireless card to work as it works under XP. I have confirmed the soundserver is started. My modules.conf is as follows: > alias parport_lowlevel parport_pc > alias eth0 8139too > ### alias sound-slot-0 via82cxxx_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 || : > alias sound-slot-0 es1371 > 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 || : > alias usb-controller usb-uhci > alias char-major-195 nvidia My system log messages give the following error: > Jul 20 12:19:33 localhost modprobe: modprobe: Can't locate module sound-slot-0 > Jul 20 12:19:34 localhost modprobe: modprobe: Can't locate module sound-service-0-0 > Jul 20 12:19:34 localhost modprobe: modprobe: Can't locate module sound-slot-0 > Jul 20 12:19:34 localhost modprobe: modprobe: Can't locate module sound-service-0-0 > Jul 20 12:19:34 localhost kernel: es1371: version v0.30 time 12:24:20 Sep 4 2002 > Jul 20 12:19:34 localhost kernel: PCI: Found IRQ 9 for device 00:0b.0 > Jul 20 12:19:34 localhost kernel: PCI: Sharing IRQ 9 with 00:07.5 > Jul 20 12:19:34 localhost kernel: es1371: found chip, vendor id 0x1274 device id 0x5880 revision 0x02 > Jul 20 12:19:34 localhost kernel: es1371: found es1371 rev 2 at io 0xdc00 irq 9 > Jul 20 12:19:34 localhost kernel: es1371: features: joystick 0x0 > Jul 20 12:19:34 localhost kernel: ac97_codec: AC97 Audio codec, id: 0x8384:0x7609 (SigmaTel STAC9721/23) > Jul 20 12:19:34 localhost modprobe: modprobe: Can't locate module sound-service-1-0 > Jul 20 12:19:45 localhost last message repeated 3 times Any help in diagnosing this would be appreciated. Could it be the wireless card is trying to use IRQ 9? |