why my USB mouse is getting too slow ?

Asked by Habib Tamala

my mouse gets randamly on slow motion, the touchPad works fine while the keyboard stops responding but less frequently that the mouse do, i found similar issues searching the net but can't find anyfix for it !!
i must reboot every time the mouse bugs !! it gets annoying last three days cause it happens more frequently

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

When it goes slow, immediately bring up a terminal of your choosing and run:

dmesg

read the last 10 or so entrys, it may sho you whats going on.

I also recommend you run the memory tester in grub.

Revision history for this message
Habib Tamala (drpyro) said :
#2

here is the output of dmesg, you notice that !! it says that its a new low speed USB device !! it's NOT it's a normal usb HID mouse device. can you help me how to fix that ?

[ 2762.680167] usb 6-2: new low speed USB device using uhci_hcd and address 3
[ 2762.845313] usb 6-2: configuration #1 chosen from 1 choice
[ 2762.861966] input: USB Mouse as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/input/input10
[ 2762.885205] generic-usb 0003:04F3:0216.0002: input,hidraw0: USB HID v1.11 Mouse [USB Mouse] on usb-0000:00:1d.0-2/input0
[ 3036.445957] atkbd.c: Unknown key pressed (translated set 2, code 0xd8 on isa0060/serio0).
[ 3036.445964] atkbd.c: Use 'setkeycodes e058 <keycode>' to make it known.
[ 3036.455968] atkbd.c: Unknown key released (translated set 2, code 0xd8 on isa0060/serio0).
[ 3036.455976] atkbd.c: Use 'setkeycodes e058 <keycode>' to make it known.

$lsusb outputs:

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 003: ID 04f3:0216 Elan Microelectronics Corp.
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Revision history for this message
Habib Tamala (drpyro) said :
#3

when I suspend my laptop and reactivate it !! the mouse get to normal motion and the output of dmesg is as follow:
....
[ 3458.207807] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 3458.207811] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 3458.207867] usb usb3: root hub lost power or was reset
[ 3458.207885] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 3458.207889] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 3458.207945] usb usb4: root hub lost power or was reset
[ 3458.207962] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[ 3458.207966] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 3458.208038] usb usb5: root hub lost power or was reset
[ 3458.224109] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[ 3458.224114] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 3458.339835] usb usb6: root hub lost power or was reset
[ 3458.339865] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 3458.339869] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 3458.339925] usb usb7: root hub lost power or was reset
[ 3458.339942] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 3458.339946] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 3458.340003] usb usb8: root hub lost power or was reset
[ 3458.356104] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 3458.356110] ehci_hcd 0000:00:1d.7: setting latency timer to 64
...
[ 3461.120131] usb 6-2: reset low speed USB device using uhci_hcd and address 3
...

ok its right USB mouse device is really a low speed device...
on the first dmesg the kernel assign it as being an input10 but on next line it puts it on input0... ok i'm not an expert but it would be a bug or something ?!! not sure

Revision history for this message
Habib Tamala (drpyro) said :
#4

on a clean restart dmesg outputs the following:

...
usb 6-2: new low speed USB device using uhci_hcd and address 2
[ 4.396087] usb 6-2: configuration #1 chosen from 1 choice
[ 4.415932] usbcore: registered new interface driver hiddev
[ 4.430215] input: USB Mouse as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/input/input6
[ 4.553795] generic-usb 0003:04F3:0216.0001: input,hidraw0: USB HID v1.11 Mouse [USB Mouse] on usb-0000:00:1d.0-2/input0
[ 4.553807] usbcore: registered new interface driver usbhid
[ 4.553809] usbhid: v2.6:USB HID core driver
...

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

Good outputs. You could try a different port maybe, or you could try some boot options to disable ACPI or DMA for example
https://help.ubuntu.com/community/BootOptions

Can you help with this problem?

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

To post a message you must log in.