[PlanetCCRMA] alsamixer not finding audio devices

Noah Garrett Wallach logic@enabled.com
Wed Nov 3 09:42:02 2004


> 
> Maybe you should try something more like this to start? (Obviously I
> jsut hacked this really quickly. You need to test it for sanity. May
> be a typo, etc.)
> 
> alias eth0 tg3
> alias scsi_hostadapter ata_piix
> alias usb-controller usb-uhci
> alias usb-controller1 ehci-hcd
> 
> alias snd-card-0 snd-intel8x0
> options snd-intel8x0 index=0
> alsai snd-card-1 snd-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
> 
> _______________________________________________
> PlanetCCRMA mailing list
> PlanetCCRMA@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma


Hi Mark,

got the receommended /etc/modules.conf file in there.  but the modules cant be
located.

---- snip ---

[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
Starting sound driver snd-intel8x0 modprobe: Can't locate module snd-intel8x0
                                                           [FAILED]
Starting sound driver snd-rme96xx modprobe: Can't locate module snd-rme96xx
                                                           [FAILED]

--- snip ---

my file names could be different here.  so I am dropping the snd- from their
definitions.  Am I doing the right thing?

--- snip ---

[root@dhcp-183-1-168-192 etc]# ls
/lib/modules/2.4.21-20.ELcustomsmp/kernel/drivers/sound/
ac97_codec.o  ad1889.o  cs4232.o  emu10k1   forte.o       rme96xx.o    uart401.o
ac97.o        audigy    cs4281    es1370.o  i810_audio.o  soundcore.o 
via82cxxx_audio.o
ad1848.o      cmpci.o   cs46xx.o  es1371.o  maestro3.o    sound.o      ymfpci.o

--- snip ---

now the command line output.

--- snip ---

[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

--- snip ---

cheers,

Noah