Getting a microphone to work

Steven Friedrich FreeBSD at insightbb.com
Wed Feb 2 14:09:52 PST 2005


On Wednesday 02 February 2005 04:44 pm, Tom Huppi wrote:
> BTW, does anyone know off-hand how to set 'mixer' settings as
> default (so I would not have to re-set them after a re-boot?)
>
I don't know how you could do it automagically, but when you want to save the 
settings, you could:
echo -n "mixer " > mixer.def && mixer -s >> mixer.def

then do a chmod +x mixer.def

and then load default setting by invoking ./mixer.def

HTH
-- 
i386 FreeBSD 4.11-STABLE


More information about the freebsd-questions mailing list