2

Every time I close my laptop's lid, and open it later, touchpad stops working and I can't make it work otherwise, but only by rebooting. I have also downloaded touchpad-indicator software, and disabling/enabling touchpad through it, but it didn't help also.

Mouse works fine, even when this happens, but not touchpad. What could be the problem?

niksrb
  • 143
  • 6

3 Answers3

2

I found a solution from ubuntuforums: Removing psmouse module and readding it:

sudo modprobe -r psmouse
sudo modprobe psmouse
cserpell
  • 340
  • 2
  • 8
0

This could be the same issue discussed here: Ubuntu 17.10: Lid closing disables touchpad, how to fix?

If so, upgrading to a newer Ubuntu version should fix it. Ubuntu 16.04 is quite old now, why not go with 19.04?

Elias
  • 2,039
0

It might help changing from wayland to xorg: How do you switch from Wayland back to Xorg in Ubuntu 17.10?. (Originally proposed by Joe: Ubuntu 17.10: Lid closing disables touchpad, how to fix?) It worked for me on 22.04 LTS.

  • 1
    While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review – Pilot6 Oct 15 '22 at 11:25