<div>It appears that another issue is above this bug (on my main machine with 12.04): i have no sound at all.</div><div>The only thing i can come out with, is this message when i start audacious:</div><div>"No suitable mixer element found. snd_mixer_find_selem failed"</div>

<div><br></div><div><br></div><div>This is the section of my (recently installed) lubuntu-rc.xml on my lubuntu 12.04 beta 1 (it's shorter than the one posted by you Martin, I've give it a try at yours but then figured out that i had no sound at all!)</div>

<div><br></div><div>Mine: </div><div>
 <!-- Keybinding for Volume management --></div><div>    <keybind key="XF86AudioRaiseVolume"></div><div>      <action name="Execute"></div><div>        <command>amixer -q sset Master 3%+ unmute</command></div>


<div>      </action></div><div>    </keybind></div><div>    <keybind key="XF86AudioLowerVolume"></div><div>      <action name="Execute"></div><div>        <command>amixer -q sset Master 3%- unmute</command></div>


<div>      </action></div><div>    </keybind></div><div>    <keybind key="XF86AudioMute"></div><div>      <action name="Execute"></div><div>        <command>amixer -q sset Master toggle</command></div>


<div>      </action></div><div>    </keybind></div><div><br></div><div>Proposed:</div><div><span><!-- local volume control with normal buttons on keyboard --></span><br><span>   <keybind key="XF86AudioLowerVolume"></span><br>


<span>     <action name="Execute"></span><br><span>       <startupnotify></span><br><span>         <enabled>true</enabled></span><br><span>         <name>amixer</name></span><br>


<span>       </startupnotify></span><br><span>       <command>amixer -c 0 set Master 3- unmute</command></span><br><span>     </action></span><br><span>   </keybind></span><br>
<span>   <keybind key="XF86AudioRaiseVolume"></span><br><span>     <action name="Execute"></span><br><span>       <startupnotify></span><br><span>         <enabled>true</enabled></span><br>


<span>         <name>amixer</name></span><br><span>       </startupnotify></span><br><span>       <command>amixer -c 0 set Master 3+ unmute</command></span><br>
<span>     </action></span><br><span>   </keybind></span><br><span>   <keybind key="XF86AudioMute"></span><br><span>     <action name="Execute"></span><br>
<span>       <startupnotify></span><br><span>         <enabled>true</enabled></span><br><span>         <name>amixer</name></span><br><span>       </startupnotify></span><br>
<span>       <command>amixer set Master toggle</command></span><br><span>     </action></span><br><span>   </keybind></span></div><br clear="all"><div><br></div>-- <br>
<div>jpxsat</div><br>