summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
Diffstat (limited to 'remote')
-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)"