Subject: Re: sounds problem
To: Jeff Flowers <jeffrey@jeffreyf.net>
From: Lubos Vrbka <shnek@chemi.muni.cz>
List: netbsd-help
Date: 01/13/2003 14:22:00
Jeff Flowers wrote:
>>man mixerctl , as su specifically: 'mixerctl -w inputs.dac.mute=on '
>>will return a response:inputs.dac.mute=off->on
> 
> 
> Since we are talking about sound in NetBSD, does anyone know why the
> mixer defaults to cd.mute=off? 
i don't know also...

Also, can I change it perminately to
> off? Right now, I have added this it /etc/rc.local:
> 
> mixerctl -w inputs.cd.mute=off
> 
> 
> Thanks,
> 
> Jeff
> 
> 

hi,
my settings:

/etc/mixerctl.conf
==================
outputs.mono.mute=off
outputs.headphones.mute=off
inputs.dac.mute=off
outputs.headphones=191,191
inputs.cd.mute=off

/etc/rc.local
=============
echo -n 'starting local daemons:'
# Add your local daemons here.
#
#if [ -f /usr/pkg/etc/rc.d/apache ]; then
#       /usr/pkg/etc/rc.d/apache start
#fi
if [ -f /etc/mixerctl.conf ]
then
         echo -n "mixerctl: "
         mixerctl -w `cat /etc/mixerctl.conf`
         echo
fi
echo '.'

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