Followed the step mikeos wrote on 2011-04-22 (#307): - downloaded kernel source linux-2.6.37.6 in /tmp - downloaded patch-dell-e6510 (Dirk, #274) in /tmp find: alps_ec_write(psmouse, 0x0005, 0x01) replace it with line: alps_ec_write(psmouse, 0x0005, 0x03) - cd /tmp/linux-2.6.37.6/drivers/input/mouse/ - patch -p0 < /tmp/patch-dell-e6510 - make -C /lib/modules/`uname -r`/build M=`pwd` psmouse.ko - cp psmouse.ko /lib/modules/2.6.38-8-generic/kernel/drivers/input/mouse/psmouse.ko - reboot (rmmod didn't work > system hangs)
scrolling works and tapping is disabled on Linux Mint 11 (2.6.38-8-generic x86_64) ** Attachment added: "psmouse.ko" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/550625/+attachment/2159161/+files/psmouse.ko -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/550625 Title: Alps touchpad is recognized but synaptics clients and scrolling do not work -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
