[PlanetCCRMA] alsamixer not finding audio devices

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Wed Nov 3 09:44:01 2004


On Tue, 2004-11-02 at 23:30, Noah Garrett Wallach wrote:
> redhat workstation WS version 3
> 
> [root@dhcp-183-1-168-192 noah]# uname -a
> Linux dhcp-183-1-168-192.home.enabled.com 2.4.21-20.ELcustomsmp #1 SMP Tue Nov
> 2 13:30:58 PST 2004 i686 i686 i386 GNU/Linux
>
> well I finally got a nice kernel and updated the /etc/modules.conf file.   but
> the alsamixer is not finding audio devices.  any clue what I have configured
> wrong?
>
> and here is my /etc/modules.conf file
> 
> --- snip ---
> 
> [root@dhcp-183-1-168-192 noah]# cat /etc/modules.conf
> alias eth0 tg3
> alias scsi_hostadapter ata_piix

>From here:

> alias sound-slot-0 i810_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-1 rme96xx

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

-- Fernando