Multimedia Keys Issue

Jean-Pierre Vidal Piesset jpxsat at gmail.com
Sun Mar 11 19:51:50 UTC 2012


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


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!)

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

Proposed:
<!-- local volume control with normal buttons on keyboard -->
   <keybind key="XF86AudioLowerVolume">
     <action name="Execute">
       <startupnotify>
         <enabled>true</enabled>
         <name>amixer</name>
       </startupnotify>
       <command>amixer -c 0 set Master 3- unmute</command>
     </action>
   </keybind>
   <keybind key="XF86AudioRaiseVolume">
     <action name="Execute">
       <startupnotify>
         <enabled>true</enabled>
         <name>amixer</name>
       </startupnotify>
       <command>amixer -c 0 set Master 3+ unmute</command>
     </action>
   </keybind>
   <keybind key="XF86AudioMute">
     <action name="Execute">
       <startupnotify>
         <enabled>true</enabled>
         <name>amixer</name>
       </startupnotify>
       <command>amixer set Master toggle</command>
     </action>
   </keybind>


-- 
jpxsat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/lubuntu-users/attachments/20120311/1319e316/attachment.html>


More information about the Lubuntu-users mailing list