From 4e5c973d45893f3f73cc205325dc9a8468d69bef Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 6 Jul 2012 20:47:20 +0200 Subject: fix sound for windows vm's --- src/os-plugins/plugins/vmchooser/files/run-virt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os-plugins/plugins/vmchooser/files/run-virt.sh b/src/os-plugins/plugins/vmchooser/files/run-virt.sh index e89affeb..5a03e63f 100644 --- a/src/os-plugins/plugins/vmchooser/files/run-virt.sh +++ b/src/os-plugins/plugins/vmchooser/files/run-virt.sh @@ -385,8 +385,8 @@ amixer -q sset Master 80% unmute 2>/dev/null amixer -q sset PCM 80% unmute 2>/dev/null amixer -q sset CD 80% unmute 2>/dev/null amixer -q sset Headphone 80% unmute 2>/dev/null -amixer -q sset Front 80% umute 2>/dev/null # in SUSE 11.0 it's headphone -amixer -q sset Speaker 0 mute 2>/dev/null # annoying built-in speaker +amixer -q sset Front 80% unmute 2>/dev/null # in SUSE 11.0 it's headphone +amixer -q sset Speaker 80% unmute 2>/dev/null # annoying built-in speaker writelog "finished\n" # Copy guest configuration (with added information) config.xml to be accessed -- cgit v1.2.3-55-g7522