正如标题所说,我的系统似乎不认识我的USB3.0。相反,它声称是2.0版。任何帮助都将不胜感激!
我的电脑是华硕Q200E。很糟糕,但在学校很管用。除了这个该死的USB3.0端口
lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 480M
|__ Port 2: Dev 25, If 0, Class=Human Interface Device, Driver=usbhid, 480M
|__ Port 3: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 3: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 3: Dev 2, If 2, Class=Human Interface Device, Driver=usbhid, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
|__ Port 2: Dev 14, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 2: Dev 14, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 3: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 3: Dev 4, If 1, Class=Human Interface Device, Driver=usbhid, 12M发布于 2020-07-09 05:04:51
疯狂的建议:检查你的电缆。这可能是你的USB电缆不能处理gbps,所以一切都在谈判480 gbps的USB2。
XHCI驱动程序在lsusb中同时公开USB2集线器和USB3集线器是正常/标准的。两者都有-- 5000M条目是USB3。当你插入某个东西时,它会出现在一个或另一个集线器下面,这取决于它的速度。所以看起来你的linux系统很好,但是你还没有成功地插入一个USB3支持系统(device+cable)。
https://askubuntu.com/questions/1031359
复制相似问题