realtek alc650 problems
I used the alsa driver for the my sound card and the soundcard detection has found it as
Vendor: Intel Corp.
Model: 82801EB AC'97 audio
Module: snd-intel8x0
but when i open the volume mixer it says unable to open audio device 'dev/mixer'
Also when i shut down redhat9 there is one failed
modprobe: can't locate module sound-service-0-0 aumix: error opening mixer.
I am pretty much a newbie and having been trying to get this to work for a week now . PLease help.
This is the list of modules:
[root@localhost root]# lsmod
Module Size Used by Not tainted
snd-intel8x0 23012 0 (unused)
snd-pcm 89984 0 [snd-intel8x0]
snd-timer 20868 0 [snd-pcm]
snd-mpu401-uart 5504 0 [snd-intel8x0]
snd-rawmidi 19488 0 [snd-mpu401-uart]
snd-seq-device 6336 0 [snd-rawmidi]
snd-ac97-codec 52180 0 [snd-intel8x0]
snd 45540 0 [snd-intel8x0 snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device snd-ac97-codec]
soundcore 7044 0 [snd]
snd-page-alloc 8944 0 [snd-intel8x0 snd-pcm]
i830 76000 1
agpgart 48960 12 (autoclean)
parport_pc 19204 1 (autoclean)
lp 9188 0 (autoclean)
parport 39072 1 (autoclean) [parport_pc lp]
autofs 13684 0 (autoclean) (unused)
8139too 18856 1
mii 4124 0 [8139too]
ipt_REJECT 3992 6 (autoclean)
iptable_filter 2412 1 (autoclean)
ip_tables 15864 2 [ipt_REJECT iptable_filter]
sg 37580 0 (autoclean)
sr_mod 18200 0 (autoclean)
microcode 5184 0 (autoclean)
ide-scsi 12368 0
scsi_mod 110904 3 [sg sr_mod ide-scsi]
ide-cd 35808 0
cdrom 34176 0 [sr_mod ide-cd]
ohci1394 20904 0 (unused)
ieee1394 52044 0 [ohci1394]
keybdev 2976 0 (unused)
mousedev 5688 1
hid 22404 0 (unused)
input 6208 0 [keybdev mousedev hid]
usb-uhci 27468 0 (unused)
ehci-hcd 20584 0 (unused)
usbcore 82816 1 [hid usb-uhci ehci-hcd]
ext3 73376 2
jbd 56368 2 [ext3]
here is my modules.conf file:
alias parport_lowlevel parport_pc
alias usb-controller usb-uhci
#alias sound-slot-0 via82cxxx_audio //remark this line, this is default audio driver
#====== added those lines =============
alias char-major-116 snd
options snd major=116 cards_limit=1
#--- Intel 8x0 and SiS 7012 ----------
alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0 id="ICH"
#--- Via8233 Via686a -------------------------------
#alias snd-card-0 snd-via82xx
#options snd-via82xx index=0 id="VIA"
//=================================
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
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 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 || :
Last edited by xtra17; 09-23-2003 at 12:33 PM.
|