Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  6 Apr 1999 13:10:18 -0500 (CDT)
From:      Anthony Kimball <alk@pobox.com>
To:        chuckr@mat.net
Cc:        freebsd-multimedia@FreeBSD.ORG
Subject:   Re: Luigi's driver, AOpen AW37, and me. 
Message-ID:  <14090.19843.655016.449786@avalon.east>
References:  <199904061734.MAA02609@PeeCee.tbe.com> <Pine.BSF.4.10.9904061356090.378-100000@picnic.mat.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoth Chuck Robey on Tue, 6 April:
: 
: Maybe.  We need a command line method to set playback/recording levels.
: Is there one like this?  I don't want to have to kick off xmix every
: time, I want it to happen automatically.

/usr/sbin/mixer

My rc.local includes

echo -n ' mixer'
for i in synth pcm line speaker mic cd mix igain; do
  mixer $i 100:100 >/dev/null 2>&1
done



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14090.19843.655016.449786>