Alps Touchpad Driver Download Linux

Posted on by
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).

This article details the installation and configuration process of the Synaptics input driver for Synaptics (and ALPS) touchpads found on most notebooks. Warning: xf86-input-synaptics is no longer actively updated. If possible, use libinput. Correctly Recognize Alps Touchpad on Dell E6510 in Linux Laptops which use newer Alps touchpad hardware may experience some lack of functionality as a result of a regression in the kernel psmouse driver β€” the touchpad is detected and works as a pointing device, but. 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 touchpad is detected but the pointer movement is.


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)
put 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):

Alps Touchpad Driver Download


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.
This driver will survive to the kernel updates because we installed it using dkms.
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
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.
DownloadAlps Touchpad Driver Download LinuxEnjoy!

Linux kernel driver for newer ALPS touchpads (as of Mar 2014)

QUICK START

πŸ“’ Make sure you have dkms and linux-headers installed in your system: πŸ“’

Run the following commands in your shell as root:

This software primarily designed for experimental biologists in medical schools and drug companies. Further interpretation about their research done on the basis of graphical along with statistical differences. Most of all, is now used broadly by all types of biologists. It’s completely study related software. Graphpad prism 5 portable. Using this software you can develop various types of graphs and analyze your research data.

Alps Touchpad Driver Download Linux Mint

This will build and install the updated psmouse module for your current kernel.

INTRODUCTION

Dell Alps Touchpad Driver Download

Some new machines, like the Lenovo Ideapad Flex 15 have a new ALPS touchpadwhich uses a protocol different from previous versions. The linux kernel (as of3.13) does not recognize them as an ALPS touchpad, and they end up beingrecognized only as a PS/2 mouse. For this reason there is no scrolling, nomiddle button emulation, no two finger recognition, etc.

The folks at the linux kernel input devices mailing list were very helpful andpointed me to the right patches, I have simply gathered them together and addeda dkms.conf file to make it easier to build. This page(https://github.com/he1per/psmouse-dkms-alpsv7) explains how you installand build the module.

Thanks specially to Tommy Will from the linux-input@vger.kernel.org mailing listand to Elaine (Qiting) who actually wrote the code :) The original patch fromElaine is found here:

DO I NEED THIS MODULE?

If you get an error like this from dmesg:

then you need this module. Your touchpad will be recognized after you install it.

If you have a Toshiba Z30-A, you need to update to kernel 3.17 and you won'tneed this patch.

EpsonNet Config is a configuration utility for administrators to configure the network interface. For a portable version of this file, please download. Driver stampante epson aculaser cx17 driver.

BUILDING and INSTALLING

Pre-requisites:

  • dkms:

  • linux headers will be installed as a dependency if you use anyof the commands above.

Alps Touchpad Software

Manual build and install of psmouse.ko

It is better to use install.sh, but if you want to build and installmanually you can follow these instructions.

Alps Touchpad Driver Download Windows 7

As root do the following from the directory where this README is found:(all this is done automatically by the install.sh script)