Alps Touchpad Driver Linux

The linux kernel (as of 3.13) does not recognize them as an ALPS touchpad, and they end up being recognized only as a PS/2 mouse. For this reason there is no scrolling, no middle button emulation, no two finger recognition, etc. Configuring Alps Touchpad under Ubuntu Linux. Note that the defaults for the updated touchpad driver do not work well with the Alps touchpad, which is why all of. Download ALPS Keyboard & Mouse drivers, firmware, bios, tools, utilities. I looked at the wiki, which suggests to install psmouse-alps-driver from AUR, what unfortunately did not make any difference. I also tried some other tweaks as suggested on similar posts on the forum, with no success. Nov 26, 2014  Has anyone found a driver that works for the Alps Touchpad? I have a DELL Inspiron 17R SE 7720 Laptop and the Alps touchpad is not detected as a touchpad. I tried the psmouse-alps-dst-1.0.tbz and the. Products; Solutions & Services; Support; Community; Browse Community. Download Linux Drivers that are unavailable on Dell Support. C2665dnf Linux driver 64bit. FS#26654 - [linux] Alps touchpad on Dell E6320 (and others) Attached to Project. (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'.

This HowTo is about getting ALPS touchpad to work under debian (tested on sid) using a 3rd party driver and dkms.
You can find this touchpads on DELL devices (I have it on my DELL Latitude e6430, but many other Laptops from DELL Vostro series have same device and also a bunch of HP Laptops are reported).
Anyway the problem with this touchpad is that is recognised as standard ps2 wheel mouse instead of synaptic/ALPS touchpad.. so you won't even find the touchpad tab under mouse settings and you get a stupid pad that is unable to scroll or tap to click (because it is seen as wheel mouse, so kernel does not understand gestures).
Check this in your mouse preferences, if you find just 'mouse' tab and not 'touhpad' and your touchpad is behaving like Neanderthal Man this can be a solution for you:
I found a way to fix this installing a custom 3rd party (but open) driver and using dkms.
download the latest driver source code package from here (currently newest package is 1.2):
[url='http://www.dahetral.com/public-download']http://www.dahetral.com/public-download[/url]
(really say thank you to these people who wrote this driver, God bless them)
Alps touchpad driver linuxput it in a folder of your choiche (eg: /home/youruser/alps-driver)
open a Terminal and cd to that folder
ten just run these commands (keep in mind that you have to be in the folder where you placed the file you just downloaded and to replace X.X with the version you downloaded.. at time of this writing is 1.2):
Code: Select all
sudo apt-get install dkms
tar -xf psmouse-alps-dst-X.X.tbz
sudo mv usr/src/psmouse-alps-dst-X.X/ /usr/src/psmouse-alps-dst-X.X/
sudo dkms add psmouse/alps-dst-X.X
sudo dkms autoinstall
sudo rmmod psmouse && sudo modprobe psmouse

now you'll find the TouchPad tab under mouse settings and you can enable scrolling and tapping.. just because now is considered a touchpad and not a PS wheel mouse.
I personally suggest Single Finger Scrolling ad Two Finger Scrolling behaves strange. But these are my 2 cents.

Alps Touchpad Driver Windows 10


This driver will survive to the kernel updates because we installed it using dkms.

Alps Touchpad Driver Windows 7

NOTE: if a new driver comes to the site I linked just download the new one and repeat the procedure.
For cleaniniess remove the old one with

Alps Touchpad Driver Compaq

Code: Select all
sudo dkms remove psmouse/alps-dst-X.X --all

where X.X is the number of the old version to remove from dkms.
Then you can also remove the relative folder in /usr/src.
Code: Select all
sudo rm -r /usr/src/psmouse-alps-dst-X.X

hope this helps.Alps touchpad download
Enjoy!