Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] re: trouble with USB mouse on laptop
Date: Fri, 08 Aug 2014 08:11:41
Message-Id: 53E48631.1060505@gmail.com
In Reply to: Re: [gentoo-user] re: trouble with USB mouse on laptop by "J. Roeleveld"
1 On 08/08/2014 10:46 AM, J. Roeleveld wrote:
2 > On Friday, August 08, 2014 10:30:55 AM Alexander Kapshuk wrote:
3 >> Howdy,
4 >>
5 >> I've been having trouble with USB mice on my laptop, with the mouse
6 >> pointer and the scroll wheel not responding all the time. It's not until
7 >> I click either button that the mouse starts responding again.
8 >>
9 >> The output taken from /var/log/messages shown below does not seem out of
10 >> the ordinary:
11 >> Aug 8 09:32:56 localhost kernel: [ 5692.801085] usb 4-2: new low-speed
12 >> USB device number 6 using uhci_h
13 >> cd
14 >> Aug 8 09:32:56 localhost kernel: [ 5692.968100] usb 4-2: New USB device
15 >> found, idVendor=045e, idProduct
16 >> =0084
17 >> Aug 8 09:32:56 localhost kernel: [ 5692.968109] usb 4-2: New USB device
18 >> strings: Mfr=1, Product=2, Seri
19 >> alNumber=0
20 >> Aug 8 09:32:56 localhost kernel: [ 5692.968116] usb 4-2: Product:
21 >> Microsoft Basic Optical Mouse
22 >> Aug 8 09:32:56 localhost kernel: [ 5692.968121] usb 4-2: Manufacturer:
23 >> Microsoft
24 >> Aug 8 09:32:56 localhost kernel: [ 5692.995929] input: Microsoft
25 >> Microsoft Basic Optical Mouse as /devi
26 >> ces/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/0003:045E:0084.0005/input/input
27 >> 12 Aug 8 09:32:56 localhost kernel: [ 5692.996296] hid-generic
28 >> 0003:045E:0084.0005: input,hidraw0: USB HID
29 >> v1.11 Mouse [Microsoft Microsoft Basic Optical Mouse] on
30 >> usb-0000:00:1a.1-2/input0
31 >> Aug 8 09:32:56 localhost mtp-probe: checking bus 4, device 6:
32 >> "/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2"
33 >> Aug 8 09:32:56 localhost mtp-probe: bus: 4, device: 6 was not an MTP device
34 >>
35 >> Your advice would be appreciated.
36 >>
37 >> Alexander Kapshuk.
38 > Looks like quite a few people have issues with that mouse. Googling for
39 > "idVendor=045e, idProduct=0084" brings up several hits with people describing
40 > what you are seeing.
41 >
42 > Basically, it looks like the latest firmware on the mouse seems to have some
43 > powersaving functions that don't work properly.
44 >
45 > Can you test with a different mouse to see if that one works?
46 > Alternatively, disable USB powersaving:
47 >
48 > # for i in /sys/bus/usb/devices/*/power/autosuspend;
49 > do echo 2 > $i;
50 > done
51 >
52 > # for foo in /sys/bus/usb/devices/*/power/level;
53 > do echo on > $foo;
54 > done
55 >
56 > --
57 > Joost
58 >
59 Thanks very much. I did use an A4Tech USD mouse on this laptop as well
60 with similar symptoms:
61 Aug 8 11:08:28 localhost kernel: [11424.824081] usb 4-2: new low-speed
62 USB device number 9 using uhci_h
63 cd
64 Aug 8 11:08:28 localhost kernel: [11424.984472] usb 4-2: New USB device
65 found, idVendor=09da, idProduct=000a
66 Aug 8 11:08:28 localhost kernel: [11424.984482] usb 4-2: New USB device
67 strings: Mfr=1, Product=2, SerialNumber=0
68 Aug 8 11:08:28 localhost kernel: [11424.984488] usb 4-2: Product:
69 PS/2+USB Mouse
70 Aug 8 11:08:28 localhost kernel: [11424.984493] usb 4-2: Manufacturer:
71 A4Tech
72 Aug 8 11:08:28 localhost kernel: [11425.010391] input: A4Tech PS/2+USB
73 Mouse as
74 /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/0003:09DA:000A.0008/input/input15
75 Aug 8 11:08:28 localhost kernel: [11425.010736] a4tech
76 0003:09DA:000A.0008: input,hidraw0: USB HID v1.10 Mouse [A4Tech PS/2+USB
77 Mouse] on usb-0000:00:1a.1-2/input0
78 Aug 8 11:08:28 localhost mtp-probe: checking bus 4, device 9:
79 "/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2"
80 Aug 8 11:08:28 localhost mtp-probe: bus: 4, device: 9 was not an MTP device
81
82 I will google it further and give your suggestion a try.

Replies

Subject Author
Re: [gentoo-user] re: trouble with USB mouse on laptop Peter Humphrey <peter@××××××××××××.uk>