TODO for clickpad to work with the LED (based on the #144, #153 and #178
posts) :

        1*) Build a xserver-xorg-input-synaptics package :

a) mkdir tmpbuild
b) cd tmpbuild
c) wget http://david.hardeman.nu/synaptics-suse-patches.tar.bz2
d) apt-get source xserver-xorg-input-synaptics
e) cd xserver-xorg-input-synaptics-*/debian/patches
f) tar xfvj ../../../synaptics-suse-patches.tar.bz2
g) wget 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/582809/+attachment/2146855/+files/213-fix_mohegan.patch
h) ls -1 2*.patch >> series
i) cd ../..
j) sudo apt-get build-dep xserver-xorg-input-synaptics
k) dpkg-buildpackage -us -uc -rfakeroot
l) sudo dpkg -i ../xserver-xorg-input-synaptics_*.deb


        2*) Build a dkms module for psmouse

a) cd ..
b) apt-get source linux-image-`uname -r`
c) sudo mkdir -p /usr/src/psmouse-`uname -r`/src
d) sudo cp linux-*/drivers/input/mouse/* /usr/src/psmouse-`uname -r`/src/
e) sudo gedit /usr/src/psmouse-`uname -r`/dkms.conf
f) put this text, save the file and exit gedit : (remplace _your kernel 
version_ by the text obtain with the command `uname -r`. For me, it's 
2.6.38-9-generic)

PACKAGE_NAME="psmouse"
PACKAGE_VERSION="_your kernel version_"
CLEAN="rm -f *.*o"

BUILT_MODULE_NAME[0]="psmouse"
MAKE[0]="make -C $kernel_source_dir 
M=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build/src psmouse.ko"
BUILT_MODULE_LOCATION[0]="src"
DEST_MODULE_LOCATION[0]="/updates"

AUTOINSTALL="yes"

g) wget 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/582809/+attachment/2147105/+files/synaptics_led_support.patch
 -P /tmp
h) cd /usr/src/psmouse-`uname -r`
i) sudo patch -p1 -i /tmp/synaptics_led_support.patch
j) sudo dkms add -m psmouse -v `uname -r`
k) sudo dkms build -m psmouse -v `uname -r`
l) sudo dkms install -m psmouse -v `uname -r`


        3*) Restart your computer and enjoy !


Please post comment if it works for you (with your configuration) !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/582809

Title:
  Synaptics Clickpad touchpad buttons are not working

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to