X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=de8341d772f583c51b7c6e35cd023cee1e063c80;hp=1a3488b83d1af87b17999c7a255fd68dc7bc6cf5;hb=cd25e7864a1a21783dce42ab226b643cb2395a86;hpb=b5300e25ae3be33247acc1fde819d7cf2b6e9880 diff --git a/autoconfig.functions b/autoconfig.functions index 1a3488b..de8341d 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1155,6 +1155,7 @@ config_mixer () { for CONTROL in Master PCM ; do if amixer -q | grep -q "Simple mixer control '$CONTROL'" ; then + amixer -q set "${CONTROL}" unmute 1>/dev/null 2>&1 amixer -q set "${CONTROL}" "${VOL}"% eend $? fi