Subject: Re: sounds problem
To: None <netbsd-help@netbsd.org>
From: Lubos Vrbka <shnek@chemi.muni.cz>
List: netbsd-help
Date: 01/13/2003 18:47:08
 > > 2) /etc/mixerctl.conf
 >
 > What is this?
 just file containing the settings of the mixer to have them all together,
 but separate from of other settings.

 > Where is it documented?
 i don't think it's documented. this stuff was recommended to me by one of
my
 friends... you have to put all the settings you want to change to the
 /etc/mixerctl.conf file and modify /etc/rc.local

 if [ -f /etc/mixerctl.conf ]
 then
         echo -n "mixerctl: "
         mixerctl -w `cat /etc/mixerctl.conf`
         echo
 fi

 don't forget that rc.local has to finish with
 echo '.'
 :o)

 lubos
 -
 #################################################
 Lubos Vrbka
 National Centre for Biomolecular Research
 Masaryk university, Brno, Czech Republic

 shnek@chemi.muni.cz
 http://www.chemi.muni.cz/~shnek
 tel. +420 541 129 508
 #################################################