Comment 1 for bug 577957

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

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 = 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
>
>
>