I have an Asus K53E laptop, the touchpad was working but the 2-finger and side scroll didn't work at all.
SOLUTION:
- Code: Select all
sudo apt-get install dkms
cd /usr/src/
sudo wget http://planet76.com/drivers/elantech/psmouse-elantech-v6.tar.bz2
sudo tar jxvf psmouse-elantech-v6.tar.bz2
sudo dkms add -m psmouse -v elantech-v6
sudo dkms build -m psmouse -v elantech-v6
sudo dkms install -m psmouse -v elantech-v6
sudo rmmod psmouse && sudo modprobe psmouse
Once this is done, go to Menu > Preferences > Mouse > Touchpad and activate the 2-finger scrolling.
It should work now, and should work for all the Elantech touchpads wrongly detected as generic Logitech ones.Also, I have alot more options than in weendows
[ source & credits ]
Cheers
.



