Gentoo Archives: gentoo-user

From: Hung Dang <hungptit@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel-3.4.4 No USB Keyboard
Date: Sun, 01 Jul 2012 17:08:34
Message-Id: 4FF083F5.4030205@gmail.com
In Reply to: [gentoo-user] Kernel-3.4.4 No USB Keyboard by Frank Peters
1 On 07/01/2012 12:39 PM, Frank Peters wrote:
2 > Is anyone having problems with the latest kernel-3.4.4?
3 >
4 > After configuring with the same .config file that I used for 3.4.0,
5 > the new 3.4.4 kernel boots but it cannot read the USB keyboard.
6 > Presumably the USB mouse is also affected.
7 >
8 > Here are, I believe, the relevant lines from the kernel log for
9 > the working 3.4.0:
10 >
11 > usb 1-1: new high-speed USB device number 2 using ehci_hcd
12 > hub 1-1:1.0: USB hub found
13 > hub 1-1:1.0: 6 ports detected
14 > usb 1-1.1: new low-speed USB device number 3 using ehci_hcd
15 > input: Microsoft Natural Keyboard Elite as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input0
16 > generic-usb 0003:045E:000B.0001: input: USB HID v1.10 Keyboard [Microsoft Natural Keyboard Elite] on usb-0000:00:1a.0-1.1/input0
17 > usb 1-1.3: new low-speed USB device number 4 using ehci_hcd
18 >
19 >
20 > For comparison, the corresponding lines from the 3.4.4 log are:
21 >
22 > usb 1-1: new high-speed USB device number 2 using ehci_hcd
23 > usb 1-1: device descriptor read/64, error -110
24 > usb 1-1: device descriptor read/64, error -110
25 > usb 1-1: new high-speed USB device number 3 using ehci_hcd
26 > usb 1-1: device descriptor read/64, error -110
27 > usb 1-1: device descriptor read/64, error -110
28 > usb 1-1: new high-speed USB device number 4 using ehci_hcd
29 > usb 1-1: device not accepting address 4, error -110
30 > usb 1-1: new high-speed USB device number 5 using ehci_hcd
31 > usb 1-1: device not accepting address 5, error -110
32 >
33 >
34 > As I mentioned, the configuration has not changed since 3.4.0.
35 > Unless I am missing some new parameter somewhere the kernel-3.4.4
36 > must be broken.
37 >
38 > The only related report that I could find is here:
39 >
40 > http://bbs.archlinux.org/viewtopic.php?pid=1122440
41 >
42 > Can anyone confirm or refute this?
43 >
44 > Frank Peters
45 >
46 >
47 Have you rebuilt your x11-drivers? If you haven't please try this
48 command emerge `qlist -I -C x11-drivers` then restart X.
49
50 Hope this help
51 Hung

Replies

Subject Author
Re: [gentoo-user] Kernel-3.4.4 No USB Keyboard Frank Peters <frank.peters@×××××××.net>