usb设备挂接问题

CPU/显卡/打印机/USB设备等硬件问题
回复
armer_song
帖子: 21
注册时间: 2006-12-30 13:38

usb设备挂接问题

#1

帖子 armer_song » 2008-01-13 10:00

如果没有开电脑前将移动硬盘/摄像头之类的usb设备连接上. 开机后会出现下面的信息. 系统再也无法挂载usb设备了. 用lsusb命令.该命令直接死在那里.
如果开机时不接usb设备, 开机后接.就没有问题.

测试过的系统: feisty, gutsy

[ 15.817359] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 15.817393] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[ 15.817443] uhci_hcd 0000:00:1d.3: irq 17, io base 0x00001260
[ 15.817608] usb usb4: configuration #1 chosen from 1 choice
[ 15.817651] hub 4-0:1.0: USB hub found
[ 15.817660] hub 4-0:1.0: 2 ports detected
[ 15.909541] irq 19: nobody cared (try booting with the "irqpoll" option)
[ 15.909551] [<c015b594>] __report_bad_irq+0x24/0x80
[ 15.909560] [<c0139679>] __rcu_process_callbacks+0x69/0x1d0
[ 15.909566] [<c015b852>] note_interrupt+0x262/0x2a0
[ 15.909570] [<f88866c2>] usb_hcd_irq+0x22/0x60 [usbcore]
[ 15.909590] [<c015aab0>] handle_IRQ_event+0x30/0x60
[ 15.909594] [<c015c23b>] handle_fasteoi_irq+0xbb/0xf0
[ 15.909598] [<c0106b1b>] do_IRQ+0x3b/0x70
[ 15.909602] [<c01812f1>] sys_read+0x41/0x70
[ 15.909606] [<c0105223>] common_interrupt+0x23/0x30
[ 15.909611] =======================
[ 15.909613] handlers:
[ 15.909614] [<f88866a0>] (usb_hcd_irq+0x0/0x60 [usbcore])
[ 15.909627] Disabling IRQ #19

[ 257.076000] usb 5-5: new high speed USB device using ehci_hcd and address 7
[ 272.620000] usb 5-5: device not accepting address 7, error -110
[ 272.732000] usb 5-5: new high speed USB device using ehci_hcd and address 8
[ 275.828000] NET: Registered protocol family 17
[ 279.396000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 288.276000] usb 5-5: device not accepting address 8, error -110
[ 288.388000] usb 5-5: new high speed USB device using ehci_hcd and address 9
[ 294.536000] eth1: no IPv6 routers present
[ 298.812000] usb 5-5: device not accepting address 9, error -110
[ 298.924000] usb 5-5: new high speed USB device using ehci_hcd and address 10
[ 309.348000] usb 5-5: device not accepting address 10, error -110
上次由 armer_song 在 2008-01-13 10:12,总共编辑 1 次。
armer_song
帖子: 21
注册时间: 2006-12-30 13:38

#2

帖子 armer_song » 2008-01-13 10:10

找到了一种解决方式: sudo rmmod ehci_hcd, 之后就可以了
头像
zengdesheng
帖子: 92
注册时间: 2006-11-05 10:43

#3

帖子 zengdesheng » 2008-04-25 3:11

执行sudo rmmod ehci_hcd命令后没有任何效果啊 。
结果还是一样。
回复