https://help.ubuntu.com/community/T4220
Live is getting easy. there are gusty packages instead of compling on your own visit here and follow the instructions [WWW] http://fjbtndrv.wiki.sourceforge.net/packages
You can also compile yourself or download there own installer
When installed do this in terminal
sudo nano /etc/modules
then add this:
fsc_btns
Either reboot or do:
modprobe fsc_btns
sudo fscd
You see fsc_buttons in green letters and the buttons are working.
To get this automated by start up is something i haven't figured out.
SO far the laptop is working fine.
The repository contains precompiled fsc_btns modules for the latest ubuntu linux-kernels, the latest fscd daemon and the core xorg server. This server fixed the kde display rotation issue (kde:#112294, lp:#128529).
To get access to the repository, open a terminal and and run these commands:
sudo wget -O /etc/apt/sources.list.d/fjbtndrv.list http://home.versanet.de/~khnz15/ubuntu/gutsy.list wget -O - http://home.versanet.de/~khnz15/ubuntu/archive.key | sudo apt-key add -
You don't like the default keymap? Change it.
For example, change the FN key to left control:
o bustype : BUS_HOST
o vendor : 0x1734 o product : 0x1 o version : 257 o name : "fsc tablet buttons" o phys : "fsc/input0" o bits ev : EV_SYN EV_KEY EV_MSC (null) EV_REP * ...
Note: With release 1.0 it is possible to enable handling of FN and ALT in the kernel module (default). In this case, every key has 4 keycodes (no mod, with fn, with alt, lp mod) and the keymap grows to 64 entries (0×0000 to 0x003f with 0×0000-0×0004 for key 0, 0×0005-0×0008 for key 1, …, 0x003c-0x003f for key 15).
Press [ALT]
and then [FN]
to enable Config mode. Now press one of the following buttons.
[UP] [DOWN] | toggle scroll mode |
[ROTATE] | lock / unlock rotation (don't rotate the display when switched to tablet mode) |
Press [FN]
and then [ALT]
to enable Panel mode. Now press one of the following buttons.
[UP] [DOWN] | adjust brightness |
[ROTATE] | switch panel off (dpms) |
If your desktop compatible to the Autostart Specification by the freedesktop.org project, simply create a fscd.desktop file with following content in an autostart dir (for example $XDG_CONFIG_HOME/autostart or ~/.config/autostart for current users).
[Desktop Entry] Encoding=UTF-8 Name=fscd Comment=FSC tablet button helper Icon=exec Exec=fscd Terminal=false Type=Application Categories= NotShowIn= X-KDE-StartupNotify=false
with release 0.50, an fscd.desktop will be created automatically (in system-wide autostart)