From 73f004b55c1940e249c8efdd074933da1a9da477 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 23 Apr 2013 15:36:25 +0200 Subject: fix sounds for newer bwpcs --- src/os-plugins/plugins/vmchooser/files/run-virt.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/os-plugins/plugins/vmchooser/files/run-virt.sh b/src/os-plugins/plugins/vmchooser/files/run-virt.sh index b3863a2e..070581d2 100644 --- a/src/os-plugins/plugins/vmchooser/files/run-virt.sh +++ b/src/os-plugins/plugins/vmchooser/files/run-virt.sh @@ -381,12 +381,12 @@ writelog "\tVM Hostname:\t\t$hostname" # Adjust sound volume writelog "Unmuting sound...\c " -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% unmute 2>/dev/null # in SUSE 11.0 it's headphone -amixer -q sset Speaker 80% unmute 2>/dev/null # annoying built-in speaker +amixer -q sset Master 100% unmute 2>/dev/null +amixer -q sset PCM 100% unmute 2>/dev/null +amixer -q sset CD 100% unmute 2>/dev/null +amixer -q sset Headphone 100% unmute 2>/dev/null +amixer -q sset Front 100% unmute 2>/dev/null # in SUSE 11.0 it's headphone +amixer -q sset Speaker 100% 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