Cannot use twofinger gesture on lenovo touchpad ubuntu 14.04
Solution 1:
My solution.
cat /proc/bus/input/devices
if you found something like this
N: Name="ETPS/2 Elantech Touchpad" then do the next procedure
apt-get install dkms
if cannot access dkms. try
export PATH=$PATH:/usr/local/sbin
Step 1: Download the following dkms package
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1166442/+attachment/3941591/+files/psmouse-elantech-x551c.tar.gz
Step 2: Run the following commands in the download directory (or adjust the paths accordingly):
sudo dkms ldtarball psmouse-elantech-x551c.tar.gz
sudo dkms install -m psmouse -v elantech-x551c
sudo rmmod psmouse
sudo modprobe psmouse
ref.
https://superuser.com/questions/721417/elantech-touchpad-recognized-as-ps-2-mouse-ubuntu-13-10
http://www.evilcodingmonkey.com/2014/01/23/ubuntu-activate-multi-touch-on-elantech/
https://bbs.archlinux.org/viewtopic.php?id=157091
https://superuser.com/questions/595818/add-usr-local-sbin-to-the-path-of-a-user
http://www.evilcodingmonkey.com/2014/01/23/ubuntu-activate-multi-touch-on-elantech/