El lun, 15-12-2003 a las 03:30, Scott Blackman escribió:
I have the next message in the /var/log/messages file. I have a motherboard asus a7v-333 with an onboard C-Media 8738 audio controller.
Dec 15 02:22:59 localhost modprobe: modprobe: Can't locate module sound-slot-1
Did you run /usr/sbin/alsaconf after seting up /etc/modules.conf?
what i need set up here?
alias eth0 8139too alias usb-controller usb-uhci alias usb-controller1 ehci-hcd # I2C module options alias char-major-89 i2c-dev alias sound-slot-0 cmpci 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 || :
/usr/sbin/alsaconf say: No supported PnP or PCI card found. Would you like to probe legacy ISA sound cards/chips? (Y/N)
..
No legacy drivers are available
:(
# ALSA portion alias char-major-116 snd alias snd-card-0 snd-cmipci # module options should go here options snd cards_limit=1
# OSS/Free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0
# card #1 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
post-install snd-card-0 /usr/sbin/alsactl restore >/dev/null 2>&1 || : pre-remove snd-card-0 /usr/sbin/alsactl store >/dev/null 2>&1 || :
As roo run,
/sbin/modprobe snd-cmipci;/sbin/modprobe snd-pcm-oss;/sbin/modprobe snd-mixer-oss;/sbin/modprobe snd-seq-oss
then run /usr/sbin/alsaconf .
Scott