mouse keeps freezing

Asked by Andrew

hi i am using ubuntu 9.10 mouse keeps freezing cursor wont move untill i press esc key then it works again.
was working fine on hard heron but doesn't work on 9.10. anyone any ideas what the problem might be please

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

after you press ESC, fire up a terminal and run:

dmesg | tail

Post the output here

Revision history for this message
Andrew (workshop1702) said :
#2

andrew@andrew-desktop:~$ dmesg | tail
[226033.989961] usb 4-2.1: new full speed USB device using uhci_hcd and address 15
[226034.097127] usb 4-2.1: configuration #1 chosen from 1 choice
[226034.185907] usb 4-2.2: new low speed USB device using uhci_hcd and address 16
[226034.332769] usb 4-2.2: configuration #1 chosen from 1 choice
[226034.353562] input: CHICONY Compaq USB Keyboard as /devices/pci0000:00/0000:00:10.2/usb4/4-2/4-2.2/4-2.2:1.0/input/input14
[226034.353726] generic-usb 0003:049F:0051.0009: input,hidraw0: USB HID v1.10 Keyboard [CHICONY Compaq USB Keyboard] on usb-0000:00:10.2-2.2/input0
[226034.387258] input: CHICONY Compaq USB Keyboard as /devices/pci0000:00/0000:00:10.2/usb4/4-2/4-2.2/4-2.2:1.1/input/input15
[226034.387490] generic-usb 0003:049F:0051.000A: input,hiddev96,hidraw1: USB HID v1.10 Device [CHICONY Compaq USB Keyboard] on usb-0000:00:10.2-2.2/input1
[226752.422142] psmouse.c: Explorer Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
[226752.422160] Clocksource tsc unstable (delta = 4686613523 ns)
andrew@andrew-desktop:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

looks like a flakey mouse to me:

[226752.422142] psmouse.c: Explorer Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.

Pretty much says it all.

try adding the boot option:

i8042.nomux=1

if you run:

gksudo gedit /etc/default/grub

and change:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nomux=1"

Save the new file, close gedit then reboot, it may be nicer.

Can you help with this problem?

Provide an answer of your own, or ask Andrew for more information if necessary.

To post a message you must log in.