diff options
author | Jonathan Bauer | 2013-04-23 15:36:25 +0200 |
---|---|---|
committer | Jonathan Bauer | 2013-04-23 15:36:25 +0200 |
commit | 73f004b55c1940e249c8efdd074933da1a9da477 (patch) | |
tree | 8cfc796c3688dd2e268bcd984c3a980dda543357 /src | |
parent | fix the fix :) usb should now work for newer bwpcs (diff) | |
download | core-73f004b55c1940e249c8efdd074933da1a9da477.tar.gz core-73f004b55c1940e249c8efdd074933da1a9da477.tar.xz core-73f004b55c1940e249c8efdd074933da1a9da477.zip |
fix sounds for newer bwpcs
Diffstat (limited to 'src')
-rw-r--r-- | src/os-plugins/plugins/vmchooser/files/run-virt.sh | 12 |
1 files changed, 6 insertions, 6 deletions
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 |