当我尝试在 Ubuntu 12.10(ASUS K55VD,内核 3.5.0-19-generic #30-Ubuntu SMP)中连接 USB 3.0 设备时,系统显示
[ 74.747832] hub 3-0:1.0: unable to enumerate USB device on port 1
[ 74.931957] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 74.949390] usb 4-1: New USB device found, idVendor=05e3, idProduct=0731
[ 74.949396] usb 4-1: New USB device strings: Mfr=0, Product=1, SerialNumber=2
[ 74.949400] usb 4-1: Product: USB Storage
[ 74.949403] usb 4-1: SerialNumber: 0000000000000033
[ 75.033327] usbcore: registered new interface driver uas
[ 75.038548] Initializing USB Mass Storage driver...
[ 75.038651] scsi7 : usb-storage 4-1:1.0
[ 75.038700] usbcore: registered new interface driver usb-storage
[ 75.038701] USB Mass Storage support registered.
Run Code Online (Sandbox Code Playgroud)
但它无法识别该设备,并且磁盘应用程序(gparted、nautilus)就像没有连接任何东西一样。我检查了其他问题,但要么他们没有答案,要么他们告诉了以前的 Ubuntu 版本和 3.0.x 内核。
USB 2.0 设备将在 USB 3.0 端口中工作。USB 3.0 设备将在 USB 2.0 端口中工作(以 USB 2.0 速度)。正如我所写,问题出在 USB 3.0 设备和 USB 3.0 端口之间。
我通过 BIOS 配置了我的 USB 3.0 端口而没有传统支持(我想它们应该是这样)。但我也尝试在禁用 XHCI 预引导模式的情况下配置它们。
有没有人解决过类似的问题?提前致谢。