Created
April 25, 2013 08:24
-
-
Save thbkrkr/5458311 to your computer and use it in GitHub Desktop.
Linux drivers for DELL Latitude E6430 Touchpad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Download this (currently newest package is 1.3): http://www.dahetral.com/public-download | |
| (Really say thank you to these people who wrote this driver, God bless them!) | |
| Untar and copy (as root) the psmouse-alps-X.x folder to your /usr/src directory (now X.x = 1.3). | |
| Once copied just run these commands : | |
| $ sudo dkms add psmouse/alps-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 so.. just because now is considered a touchpad and not a PS wheel mouse. | |
| NOTE: if a new driver comes just the new one in /usr/source and repeat the procedure. | |
| For cleaniniess remove the old one with : | |
| $ sudo dkms remove psmouse/alps-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. | |
| --------------------------------------------------------- | |
| Source : http://ubuntuforums.org/showthread.php?t=2043445 |
Author
Author
GUI for touchpad settings
sudo apt-get install gpointing-device-settings
Hi I need drivers for the webcam please
Author
Sorry, I do not have this machine anymore.
Of memory, the webcam had been recognized without doing anything.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Result:
~» xinput --list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ DualPoint Stick id=12 [slave pointer (2)]
⎜ ↳ AlpsPS/2 ALPS DualPoint TouchPad id=14 [slave pointer (2)]