Samuel Thibault, le Tue 08 Mar 2011 11:09:35 +0100, a écrit : > A user has reported that he needs to unmute Master Front in order to > get any sound. You could add this control among the others in the > /etc/init.d/alsa-utils script? (or /usr/share/alsa/utils.sh once patch > for 613103 gets applied)
Here is a patch. Samuel
Index: debian/utils.sh =================================================================== --- debian/utils.sh (révision 2470) +++ debian/utils.sh (copie de travail) @@ -85,6 +85,7 @@ # Required for HDA Intel (hda-intel): unmute_and_set_level "Front" "80%" + unmute_and_set_level "Master Front" "80%" # Required for SB Live 7.1/24-bit (ca0106): unmute_and_set_level "Analog Front" "80%"