Ubuntu – Touchpad not working on MSi U130 after login in

touchpad

I have just upgraded to 11.10 but my MSi U130's touchpad doesn't work after login to 11.10. It works fine in the login screen where one types password to login. Thank you in advance.

Best Answer

The problem could be caused by an IRQ conflict between your mouse and your touchpad. This is a Linux kernel bug (at least in 2.6.28) and as such it affects most distributions. An easy way to recover both mouse and touchpad functionality without having to restart your X server is restarting the mouse driver. Run the following commands in a terminal window:

sudo modprobe -r psmouse
sudo modprobe psmouse

source: Dealing with mouse and touchpad freezes in Linux

I am currently using Linux kernel 3.0.0-16, so if this is indeed the same bug, I'm surprised it's still there.