Touchpad stopped working on an Acer AspireOne D255E

Solution 1:

My daughter complained that the touchpad had stopped working on her Acer Aspire One Happy2 that runs Ubuntu 11.10. It turned out she had accidentally pressed Fn + F7 which disables the touchpad rather than Fn + F8 to mute.

Pressing Fn + F7 brought it back to life.

Solution 2:

It's a problem with IRQ handling between mouse and touchpad. So, run these two commands to restart the driver:

sudo rmmod psmouse
sudo modprobe psmouse

This will make touchpad to work again.

Solution 3:

This is a way to create a file that fixed my Aspire One, so I'm sharing it:

  1. Open the Terminal
  2. cd /etc/modprobe.d/
  3. gksudo gedit options.conf
  4. In the text editor, type: options psmouse proto=imps
  5. Save the file and close it.
  6. sudo modprobe -r psmouse
  7. sudo modprobe psmouse

Solution 4:

It's possible that you used a function key on the keyboard to disable the touchpad.

Solution 5:

There is actual a bug in Ubuntu 11.10

https://bugs.launchpad.net/ubuntu/oneiric/+source/xserver-xorg-input-synaptics/+bug/868400