[PlanetCCRMA] alsamixer not finding audio devices

Noah Garrett Wallach logic@enabled.com
Wed Nov 3 09:48:08 2004


> To here, you still have the OSS configuration. Comment out those 
> lines, depmod -a, restart alsa (follow the directions in the web site)
> 
> -- Fernando


Fernando,

okay I removed the OSS configuration so now this is what I am seeing.  what
else could I have done wrong here? :)

--- snip ---

[root@dhcp-183-1-168-192 etc]# cat /etc/modules.conf
alias eth0 tg3
alias scsi_hostadapter ata_piix
alias usb-controller usb-uhci
alias usb-controller1 ehci-hcd
 
alias snd-card-0 i810_audio
options snd-intel8x0 index=0
alias snd-card-1 rme96xx
options snd-rme96xx index=1
 
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
 
# --- ALSA configuration
alias char-major-116 snd
alias char-major-14 soundcore
 
#--- OSS compatibility alias
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-service-1-0 snd-mixer-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-12 snd-pcm-oss
 
#--- Options
options snd cards_limit=2
 
#--- Keep modules from being autocleaned
add options -k snd-card-0
add options -k snd-card-1
#--- ALSA configuration END

[root@dhcp-183-1-168-192 etc]# /sbin/depmod -a
[root@dhcp-183-1-168-192 etc]# /etc/rc.d/init.d/alsasound stop
[root@dhcp-183-1-168-192 etc]# /etc/rc.d/init.d/alsasound start
Sound driver i810_audio is already loaded
Sound driver rme96xx is already loaded
[root@dhcp-183-1-168-192 etc]# alsamixer
 
alsamixer: function snd_ctl_open failed for default: No such device

--- snip ---

cheers,

Noah