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@xxxxxxxx> Dept. of Physics & Astronomy, CSU Northridge