最近我更新了我的 Linux 内核,遇到了一些问题。我的 USB 端口不再工作,并显示以下消息:
[ 1588.691486] usb 1-1-port1: over-current condition
[ 1588.899451] usb 1-1-port2: over-current condition
无限循环dmesg
。(完整 Dmesg这里)
运行lsusb
冻结并等待大约 10 分钟,直到最终输出:
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
运行lsusb -v
最终输出这。
关机时,相同的消息不断循环,我最终不得不强制关闭它。
我的端口上什么都没有插入。
我已经尝试插入,ehci_hcd.ignore_OC=1
但/etc/default/grub
没有成功。
我也在双启动 Windows 10,并且 USB 端口也无法使用。
我不确定这是否有帮助,但她的uname -a
输出是:
Linux vic-Latitude-E6430s 4.4.0-66-generic #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
如果有人有任何建议,请告诉我,我已经为此奋斗了几个星期,但我没有任何主意。