On Mon, Nov 04, 2002 at 12:00:51PM -0500, Bob Lockie wrote:
> Run "alsamixer" and unmute all the channels and increase the volume.
> Alsa defaults to muted and no volume.
But I did, as I've said in my question:
> >(also tweaked alsamixer a few times, none has any effect)
...but of course unless I did it right :-(
The alsaconf also reset the amixer from calling set_mixer() in the
script, isn't "unmute" meant...erh..."unmute"?
function mixer() {
amixer set "$1" "$2" unmute >/dev/null 2>&1
}
function set_mixers() {
mixer Master 75%
mixer PCM 90%
mixer Synth 90%
mixer CD 90%
# ESS 1969 chipset has 2 PCM channels
mixer PCM,1 90%
# Trident/YMFPCI/emu10k1
mixer Wave 100%
mixer Music 100%
# CS4237B chipset:
mixer 'Master Digital' 75%
# Envy24 chips with analog outs
mixer DAC,0 90%
mixer DAC,1 90%
# some notebooks use headphone instead of master
mixer Headphone 75%
}
-- Simon
-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user