Soundcard VIA ac97 doesn't work

Stephen Walton stephen.walton at csun.edu
Wed Feb 18 04:14:11 UTC 2004


On Fri, 2004-02-13 at 21:00, Jim Cornette wrote (with regard to using
alsa drivers):

>  I have an ac97 card and it is 
> working by adding the following lines to etc/modprobe.conf
> ...
> /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :

As a (recommended?) alternative, use alsamixer to adjust your sound
levels. The comments at the top of /etc/rc.d/init.d/alsactl recommend
adding:

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 || :

to /etc/modules.conf.  The second line automatically saves the current
mixer settings when the system shuts down (or the module is removed
otherwise).

-- 
Stephen Walton <stephen.walton at csun.edu>
Dept. of Physics & Astronomy, CSU Northridge





More information about the users mailing list