I tried it and it works™!
Here's how (copied from pauls' comment in the linked bug report):
Note: You need root privileges to do most of the things
- Download the patched source archive
Code: $ wget https://bugs.launchpad.net/ubuntu/+source/linux/+bug/582809/+attachment/1675262/+files/psmouse-2.6.35-22-generic-patched.tar.bz2 - Unpack the source to
/usr/src/
Code: $ tar -xjv -C /usr/src/ -f psmouse-2.6.35-22-generic-patched.tar.bz2 - Install
dkms
Code: $ apt-get install dkms - Add the source to dkms, build it and install the module
Code: $ dkms add -m psmouse -v 2.6.35-22-generic $ dkms build -m psmouse -v 2.6.35-22-generic $ dkms install -m psmouse -v 2.6.35-22-generic - Reboot.
Code: |
---|
$ dkms status -m psmouse -v 2.6.35-22-generic |
You can also remove the module when a fixed kernel has been released:
Code: |
---|
$ sudo dkms uninstall -m psmouse -v 2.6.35-22-generic |
$ sudo dkms remove -m psmouse -v 2.6.35-22-generic --all |
That's it! You're done!
Keine Kommentare:
Kommentar veröffentlichen