Touchpad not working on Dell XPS L501x

19,438

Solution 1

Because it is not working only in Gnome 3 and Unity 3D, you can fix it like this :

  • Install dconf-tools Install dconf-tools
  • Launch it dconf-editor
  • Search for: /org/gnome/settings-daemon/peripherals/touchpad/
  • Check "touchpad-enabled"

Solution 2

Here is the trick :

sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps

Solution 3

This worked for me:

System Settings > Mouse and Touchpad > Touchpad

in section General uncheck 'Disable touchpad while typing'. Restart.

Share:
19,438

Related videos on Youtube

Jorge Castro
Author by

Jorge Castro

Updated on September 18, 2022

Comments

  • Jorge Castro
    Jorge Castro over 1 year

    I just installed Ubuntu 11.10 (64 bit) and my touchpad is dead. Some ideas?

  • Natim
    Natim over 12 years
    It didn't worked for me. But then strange thing is that the touchpad is working on the login screen, detected by all the pointing configuration systems but not working under Unity.
  • Natim
    Natim over 12 years
    Actually after a restart it is not working again. Even more, the configuration of the touchpad is not working anymore with this fix.
  • P05TMAN
    P05TMAN over 12 years
    Touch the enable/disable function key for the touchpad at login
  • ImaginaryRobots
    ImaginaryRobots over 12 years
    this worked for me as well. It seems like it's disabling the touchpad when typing starts, then just never re-enables it.
  • ImaginaryRobots
    ImaginaryRobots over 12 years
    messing with kernel modules should not be necessary, especially if the touchpad started out working.
  • Marky
    Marky over 12 years
    This works on my Ubuntu 11.10 install (network upgrade from Natty). However on the next boot the touchpad goes back to dead. How can this be made permanent? Is it safe to place it on rc.local?
  • Natim
    Natim over 12 years
  • Drew Noakes
    Drew Noakes about 12 years
    Worked perfectly, and doesn't even require a reboot. This should be the accepted answer, for my problem at least. Thanks.