PDA

View Full Version : [ubuntu] PS/2 Mouse not working after Hardy update



JuiceyBananas
May 23rd, 2008, 10:42 PM
My mouse has been working fine on Hardy Heron up until I was told some "updates" needed to be installed. After I installed all these updates not only does my machine run slower but my mouse no longer wants to move up and down. It works left to right fine, but I can tell when something is loading on initial startup the mouse starts to crap out.

I'm very new to Linux so I have no idea how to kill processes so that I can one by one eliminate the problem. Also no idea what the keyboard shortcuts are except maybe ALT F1 to get to the menu.

Never thought I'd experience a Microsoft like shaft via the updates. Kind of wondering about the future of Ubuntu....

stoian
December 11th, 2008, 04:07 AM
see here, this worked for me:

https://lists.ubuntu.com/archives/ubuntu-users/2006-August/091809.html

Quote:

Code:

sudo gedit /etc/rc.local



then type in:

modprobe -r psmouse
modprobe psmouse proto=imps


Place this before the exit 0 line

save and restart - should have your ps/2 mouse back

babeliak
June 23rd, 2009, 09:14 AM
The way above did not work for ME (editing /etc/rc.local).

Disabling USB mouse support in BIOS (leaving USB controller enabled ;) ) solved MY problem with PS2 mouse not working/freezed.
see this: https://bugzilla.redhat.com/show_bug.cgi?id=223606#c21

Thanx anyway