install keyboard controls for Samsung netbooks in Linux Mint Debian

livram79
  13 years ago
  6

1) Add to /etc/apt/sources.list these lines as root (super user) and save them:

deb http://ppa.launchpad.net/voria/ppa/ubuntu maverick main
deb-src http://ppa.launchpad.net/voria/ppa/ubuntu maverick main

Open a Terminal and add the signing key (details here https://launchpad.net/~voria/+archive/ppa):

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E5F36F0 (this signing key is ONLY for maverick packages. The other ubuntu releases have different signing keys)

2)Afterwards update repositories and install samsung-tools and samsung-backlight:
sudo apt-get update
sudo apt-get install samsung-tools samsung-backlight


3)Now you have to edit the configuration files:
sudo gedit /lib/udev/rules.d/95-keyboard-force-release.rules

Note: in the samsung section you will see a line with *N130*|*N140* etc. add your model number there (don't forget to Save). For example mine is N148 plus but I added |*N148*| and it works.

Also run:
sudo gedit /lib/udev/rules.d/95-keymap.rules

Add your model number if it isn't already there (don't forget to Save).

4)Finally, restart your computer.

The first part loads the samsung tools and backlight utility. This will also get some of your other function keys working. You can see the mappings in System>Samsung Tools Preferences.
The second part gets the mappings working for the Fn-up and Fn-down keys. it also keeps the Fn-keys from going crazy by forcing them to release after being pressed.