CentOS 上的 USB 问题

CentOS 上的 USB 问题

我在 CentOS 5.9(Final) 上识别 USB 设备时遇到问题。以下是所有适当的命令。

dmesg |查询USB

usbcore: registered new driver usbfs
usbcore: registered new driver hub
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
usb usb1: configuration #1 chosen from 1 choice
usb 1-1: new high speed USB device using ehci_hcd and address 2
usb 1-1: device not accepting address 2, error -110
usb 1-1: new high speed USB device using ehci_hcd and address 3
usb 1-1: device not accepting address 3, error -110
usb 1-1: new high speed USB device using ehci_hcd and address 4
usb 1-1: device not accepting address 4, error -110
usb 1-1: new high speed USB device using ehci_hcd and address 5
usb 1-1: device not accepting address 5, error -110
usbcore: registered new driver usb-storage

LSPCI |查询USB

00:14.0 USB controller: Intel Corporation ValleyView USB xHCI Host Controller (rev 0c)
00:1d.0 USB controller: Intel Corporation ValleyView USB Enhanced Host Controller (rev 0c)

LSSB

Bus 001 Device 001: ID 0000:0000

uname -a

Linux @@@@@@@@@ 2.6.18-348.1.1.el5 #1 SMP Tue Jan 22 16:24:03 EST 2013 i686 i686 i386 GNU/Linux

相关内容