Volume keys not working on aspire one A110L in default lubuntu install

Bug #577957 reported by Mikael Hjelm
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
lubuntu-default-settings (Ubuntu)
Fix Released
Low
Unassigned
lxde-common (Ubuntu)
Fix Released
Low
Julien Lavergne

Bug Description

Binary package hint: lxde-common

On a default install lubuntu the volume keys are not working at all, no mute, raise volume or lower volume.

Swedish keyboard if that makes any difference.

This is solvable by adding the following changes.
add an .Xmodmap with the following:
keycode 121 = XF86AudioMute
keycode 122 = XF86AudioLowerVolume
keycode 123 = XF86AudioRaiseVolume

and adding the following lines to .config/openbox/lubuntu-rc.xml

   <keybind key="XF86AudioMute">
      <action name="Execute">
       <command>amixer sset Master toggle</command>
      </action>
    </keybind>
     <keybind key="XF86AudioRaiseVolume">
      <action name="Execute">
       <command>amixer sset Master 5%+</command>
      </action>
    </keybind>
     <keybind key="XF86AudioLowerVolume">
      <action name="Execute">
       <command>amixer sset Master 5%-</command>
      </action>
    </keybind>

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: lxde (not installed)
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Sun May 9 21:48:24 2010
InstallationMedia: Lubuntu 10.04 "Lucid Lynx" - i386 (20100429)
ProcEnviron:
 LANG=sv_SE.UTF-8
 SHELL=/bin/bash
SourcePackage: lxde-common

Related branches

Revision history for this message
Phill Whiteside (phillw) wrote : Re: [Bug 577957] [NEW] Volume keys not working on aspire one A110L in default lubuntu install
Download full text (4.1 KiB)

I don't know if this is related to the to using the Fn key with numeric
numbers?
I know there was a discussion of having the patch for that being rolled out
to a 'deb' source?

phillw@lubuntu-rc:~/.config/autostart$ cat numlock.desktop
[Desktop Entry]
Name=Numlock Fixer
Exec=xmodmap /home/phillw/Fn-mod-map.txt
Version=1.0
Comment=Fix that little problem with the numeric keypad on laptops
Comment[es]=Arregla el problemilla con el teclado numérico en los
portátiles
Type=Application
X-GNOME-Autostart-enabled=true
StartupNotify=true
Categories=Utility;phillw@lubuntu-rc:~/.config/autostart$ ^C
phillw@lubuntu-rc:~/.config/autostart$ cat /home/phillw/Fn-mod-map.txt
keysym KP_Insert = KP_0
keysym KP_End = KP_1
keysym KP_Down = KP_2
keysym KP_Next = KP_3
keysym KP_Left = KP_4
keysym KP_Begin = KP_5
keysym KP_Right = KP_6
keysym KP_Home = KP_7
keysym KP_Up = KP_8
keysym KP_Prior = KP_9

Is this on the same Fn mapping area that we had previously discussed?

Regards,

Phill.

On Sun, May 9, 2010 at 8:54 PM, Mikael Hjelm <email address hidden> wrote:

> Public bug reported:
>
> Binary package hint: lxde-common
>
> On a default install lubuntu the volume keys are not working at all, no
> mute, raise volume or lower volume.
>
> Swedish keyboard if that makes any difference.
>
> This is solvable by adding the following changes.
> add an .Xmodmap with the following:
> keycode 121 = XF86AudioMute
> keycode 122 = XF86AudioLowerVolume
> keycode 123 = XF86AudioRaiseVolume
>
> and adding the following lines to .config/openbox/lubuntu-rc.xml
>
> <keybind key="XF86AudioMute">
> <action name="Execute">
> <command>amixer sset Master toggle</command>
> </action>
> </keybind>
> <keybind key="XF86AudioRaiseVolume">
> <action name="Execute">
> <command>amixer sset Master 5%+</command>
> </action>
> </keybind>
> <keybind key="XF86AudioLowerVolume">
> <action name="Execute">
> <command>amixer sset Master 5%-</command>
> </action>
> </keybind>
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.04
> Package: lxde (not installed)
> ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
> Uname: Linux 2.6.32-22-generic i686
> Architecture: i386
> Date: Sun May 9 21:48:24 2010
> InstallationMedia: Lubuntu 10.04 "Lucid Lynx" - i386 (20100429)
> ProcEnviron:
> LANG=sv_SE.UTF-8
> SHELL=/bin/bash
> SourcePackage: lxde-common
>
> ** Affects: lxde-common (Ubuntu)
> Importance: Undecided
> Status: New
>
>
> ** Tags: apport-bug i386 lucid
>
> --
> Volume keys not working on aspire one A110L in default lubuntu install
> https://bugs.launchpad.net/bugs/577957
> You received this bug notification because you are a member of Lubuntu
> Packages Team, which is subscribed to lxde-common in ubuntu.
>
> Status in “lxde-common” package in Ubuntu: New
>
> Bug description:
> Binary package hint: lxde-common
>
> On a default install lubuntu the volume keys are not working at all, no
> mute, raise volume or lower volume.
>
> Swedish keyboard if that makes any difference.
>
> This is solvable by adding the following changes.
> add an .Xmodmap with the following:
> keycode 121 = XF86AudioMut...

Read more...

Revision history for this message
Mikael Hjelm (j-m-hjelm) wrote :

Not sure.
There is a "kepad" hidden within the normal keys on the aspire one accessible by pressing the function key.
However the volume keys are the normal arrows up and down and one function key together with the fn key so i do not think so but i could be wrong.

Revision history for this message
Mikael Hjelm (j-m-hjelm) wrote :

I have another laptop where the volume keys do not work either.
It seems that the xevents are registered correctly so my .Xmodmap entrys shouldn't be necessary.

.config/openbox/lubuntu-rc.xml
Seems to rely on xcfe4-volumed whereas lubuntu is using alsamixer.

Not sure where this should be reported to prompt some action. Does it belong in lubuntu openbox

Revision history for this message
Leo (leorolla) wrote :

Also here. Confirmed.

Changed in lxde-common (Ubuntu):
status: New → Confirmed
Revision history for this message
Julien Lavergne (gilir) wrote :

It's already fixed for Lubuntu session, I'll add it to LXDE session.

Changed in lubuntu-default-settings (Ubuntu):
importance: Undecided → Low
status: New → Fix Released
Changed in lxde-common (Ubuntu):
assignee: nobody → Julien Lavergne (gilir)
importance: Undecided → Low
status: Confirmed → In Progress
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package lxde-common - 0.5.0-4ubuntu1

---------------
lxde-common (0.5.0-4ubuntu1) natty; urgency=low

  * Merge with Debian unstable.
  * Ubuntu remaining changes:
   - debian/control:
    + Recommends lxdm over gdm for lxde to provide the display manager.
    + Bump pcmanfm to >= 0.9.8 for the new settings location.
    + Add Recommends on galculator, amixer and scrot, for the new openbox
      keybindings.
   - debian/patches/04_pcmanfm0.9.patch
    + Refresh with new location of pcmanfm >= 0.9.8 settings (LP: #684796)
   - debian/14_more_openbox_keybindings.patch:
    + Add more openbox keybindings to manage volume, screenshots and
      calculator (LP: #577957).

lxde-common (0.5.0-4) unstable; urgency=low

  [ Andrew Lee (李健秋) ]
  * debian/README.Debian:
    - Update README.Debian for 'startx' users. (Closes:#570083)
    - Document default hotkeys for default openbox-lxde WM
  * Added freedesktop.org's specification required type keys to
    lxde-logout.desktop and lxde-screenlock.desktop (Closes:#570135)
  * Convert dpatch to quilt
  * Update autostart file to support pcmanfm 0.9 series. (Closes:#583146)
  * Set default terminal to x-terminal-emulator. (Closes:#563221)
  * debian/control:
    - Use LXDE Packaging Team address
    - Bumped Standard-version to 3.8.4
    - Updated Homepage url
    - Added Vcs-Git and Vcs-Browser tags
    - Update lxde-common depends on lxsession (>= 0.4.4)
    - Update lxde-core depends on pcmanfm (>=0.9.5), lxpanel (>= 0.5.5)
    - Drop recommends on hal
    - Recommends on chromium-browser | iceweasel | www-browser (Closes:#570176)
  * Correct watch file. (Closes:#582670)
  * debian/patches:
    - 04_pcmanfm0.9.patch: install default config file for pcmanfm 0.9 series
  * Switch to DH7
  * Switch to dpkg-source 3.0 (quilt) format

  [ Julien Lavergne ]
  * debian/patches:
   - 10_ensure-dbus-launch.patch: From upstream, launch dbus when it's needed.
   - 11_ensure-desktop-folder.patch: From upstream, create the desktop folder
     if it doesn't exist.
   - 12_autostart-gnome-polkit.patch:
     Autostart polkit-gnome-authentication-agent-1 to make polkit working on
     LXDE session.
   - 13_ensure-menu-prefix.patch: From upstream, ensure that the menu prefix is
     properly set.
  * debian/control:
   - Recommends xserver-xorg for lxde, to install by default a xserver.
   - Recommends policykit-1-gnome for polkit support.
   - Recommends gksu for support in pcmanfm.
   - Wrap depends and build-depends.
   - Build-depends on debhelper (>= 7.0.50) for overrides support.
   - Add ${misc:Depends} to lxde-core and lxde.
  * debian/rules:
   - Add --fail-missing to dh_install.
  * debian/lxde-common.install:
   - Install etc/ and usr/
 -- Julien Lavergne <email address hidden> Sun, 05 Dec 2010 20:55:26 +0100

Changed in lxde-common (Ubuntu):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.