我的系统似乎无法识别我的 USB 3.0 闪存。相反,它声称是 2.0。任何帮助都将不胜感激!
我的 USB 闪存是金士顿 16GB DataTraveler Micro 3.1
我有带有内核 5.0.10-050010-generic 的 ubuntu 18.04.02 LTS。
我将 iommu=soft 添加到 GRUB_CMDLINE_LINUX_DEFAULT 或 GRUB_CMDLINE_LINUX,但没有作用。
即使我将内核从 4.15.0-45.48 更新到 5.0.10-050010-generic,但仍不起作用。
我在谷歌上搜索并测试了所有的解决方案,但没有一个答案有效。
我有 Windows 和 Ubuntu 双启动。在 Windows 中,我插入了 usb3 闪存,一切正常。但在 Ubuntu 中却不行。以下是 lsusb -t 的输出
lsusb -t
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/9p, 480M
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 5: Dev 5, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 5: Dev 5, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 8: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 8: Dev 4, If 1, Class=Video, Driver=uvcvideo, 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/8p, 480M
答案1
您的输出显示总线 03 上的 USB 3.0 以 5000 Mbps(每秒 5 百万位)的速度运行。
分解我将使用的系统的 USB 速度:
$ lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 10000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/8p, 5000M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M
|__ Port 4: Dev 3, If 0, Class=Hub, Driver=hub/4p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 3: Dev 8, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 1: Dev 4, If 0, Class=Printer, Driver=usblp, 480M
|__ Port 1: Dev 4, If 1, Class=Vendor Specific Class, Driver=, 480M
|__ Port 4: Dev 9, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 4: Dev 10, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 4: Dev 10, If 2, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 4: Dev 10, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 2: Dev 6, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 4: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 5: Dev 5, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 5: Dev 5, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 7: Dev 7, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 7: Dev 7, If 1, Class=Video, Driver=uvcvideo, 480M
- 总线 04:USB 3.1,10,000 Mbps(10 Gbps)
- 总线 03:USB 2.0,480 Mbps
- 总线 02:USB 3.0,5,000 Mbps(5 Gbps)
- 总线 01,端口 4,设备 10:USB 1.0 12 Mbps