Score:1

How to reset touchpad driver?

in flag

A problem I've noticed on several laptops running Ubuntu is that, after a few days or weeks, the touchpad will often become unresponsive. Attaching an external mouse will work, but the touchpad remains disabled. The only solution I've found is to reboot the laptop.

I've experienced this problem on a Macbook and a Dell laptop, so very different platforms with very different drivers.

Since rebooting fixes the problem, I'm assuming it's a software issue. Is there any way to solve this problem programatically, like by reloading a kernel module or otherwise triggering a reset of the touchpad driver?

Nmath avatar
ng flag
Very different hardware indeed. The only common denominator here is the operator. It might be something you're doing. When you set up these devices, did you need to do anything explicitly to get the touchpad to work. If so, describe what that was for each system. Are you sure you aren't activating a key combination that disables the touchpad? If I had to guess- that's what is happening.
in flag
No, the touchpad otherwise "just works" on both systems. And no, I'm not aware of any key combination that disables the touchpad. Although I do use Gnome's setting to disable the touchpad while typing. Maybe there's some bug that prevents that from re-enabling the touchpad?
Score:0
in flag

With the help of this answer, I used lsmod to guess that the kernel module controlling my touchpad was bcm5974.

Then I tried:

sudo modprobe -r bcm5974
sudo modprobe bcm5974

and wouldn't you know, that fixed my buggy Macbook touchpad!

Asclepius avatar
in flag
For me it was `hid_multitouch`.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.