summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser
diff options
context:
space:
mode:
authorDirk2014-01-25 18:31:36 +0100
committerDirk2014-01-25 18:31:36 +0100
commitfcd057e475fc8f1d6492506aee7fa6e670dfd310 (patch)
tree61a0f62dc61ac70ada5132abfc9c48848f932f2f /remote/modules/vmchooser
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-fcd057e475fc8f1d6492506aee7fa6e670dfd310.tar.gz
tm-scripts-fcd057e475fc8f1d6492506aee7fa6e670dfd310.tar.xz
tm-scripts-fcd057e475fc8f1d6492506aee7fa6e670dfd310.zip
Trying to fix issue #646 (no Mic input) ...
Diffstat (limited to 'remote/modules/vmchooser')
-rwxr-xr-xremote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt5
1 files changed, 3 insertions, 2 deletions
diff --git a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt
index 8e4e57a8..f9ee1ae6 100755
--- a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt
+++ b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt
@@ -430,9 +430,10 @@ amixer -q sset Master "$VOL" unmute 2>/dev/null
amixer -q sset PCM "$VOL" unmute 2>/dev/null
amixer -q sset CD "$VOL" unmute 2>/dev/null
amixer -q sset Headphone "$VOL" unmute 2>/dev/null
-amixer -q sset Front "$VOL" unmute 2>/dev/null # in SUSE 11.0 it's headphone
+amixer -q sset Front "$VOL" unmute 2>/dev/null
amixer -q sset Speaker "$VOL" unmute 2>/dev/null # annoying built-in speaker
-
+amixer -q sset 'Front Mic' "$VOL" unmute 2>/dev/null # to be checked if Mic is actually activated
+amixer -q sset 'Rear Mic' "$VOL" unmute 2>/dev/null # =""=
# Start printer daemon
USER="$(whoami)"