Last active
December 14, 2015 03:39
-
-
Save samgooi4189/5022818 to your computer and use it in GitHub Desktop.
HP touchpad patch for Ubuntu
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
1. Download the patch from here, http://www11.zippyshare.com/v/67935989/file.html | |
2. sudo apt-get install dkms build-essential | |
3. cd ~/Desktop | |
4. tar jxvf psmouse-3.2.0-24-generic-pae.tar.bz2 | |
5. sudo mv psmouse-3.2.0-24-generic-pae /usr/src | |
6. cd /usr/src | |
7. sudo chmod -R a+rx psmouse-3.2.0-24-generic-pae | |
8. sudo dkms add -m psmouse -v 3.2.0-24-generic-pae | |
9. sudo dkms build -m psmouse -v 3.2.0-24-generic-pae | |
10. sudo dkms install -m psmouse -v 3.2.0-24-generic-pae | |
11. sudo modprobe -r psmouse | |
12. sudo modprobe psmouse | |
13. sudo dkms status | |
thanks to AnotherMuggle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment