我正在尝试将 USB 盲文单元设备连接到运行 Ubuntu 14.04.2(amd64)的 HP Folio 9470m 笔记本电脑,但失败并出现以下错误(来自dmesg
):
[ 1689.038374] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[ 1694.057635] usb 3-2: device descriptor read/all, error -110
[ 1694.169706] usb 3-2: new full-speed USB device number 3 using xhci_hcd
[ 1699.189291] usb 3-2: device descriptor read/all, error -110
...等等
同一台设备在运行 Windows 7 和 Fedora 21 的同一台笔记本电脑上运行良好。它在运行 Ubuntu 14.04.2(amd64)的戴尔笔记本电脑上运行良好。
我试过的所有其他设备(U盘、硬盘、键盘、鼠标)都运行正常。但在同一台计算机上dmesg
运行 ubuntu-live 时,该设备也出现故障。
由于它可以在其他计算机和其他 Linux 发行版上运行,我想知道这是否是一些 Ubuntu-HP 配对问题。
更新:
以下是来自以下来源的信息lsusb
(从该设备所运行的戴尔笔记本电脑获得):
Bus 002 Device 008: ID 0452:0100 Mitsubishi Electronics America, Inc.
来自dmesg
:
[51914.942425] usb 2-1.1: new full-speed USB device number 8 using ehci-pci
[51915.038927] usb 2-1.1: New USB device found, idVendor=0452, idProduct=0100
[51915.038940] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=7
[51915.038949] usb 2-1.1: Product: M30245 Starter Kit
[51915.038957] usb 2-1.1: Manufacturer: Mitsubishi Electronics America Inc.
[51915.038965] usb 2-1.1: SerialNumber: Ver. 0.9
当我成功将设备连接到运行 Fedora 的 HP 笔记本电脑时,dmesg
显示以下内容:
[ 303.569148] usb 1-4: new full-speed USB device number 4 using xhci_hcd
[ 303.737434] usb 1-4: New USB device found, idVendor=0452, idProduct=0100
[ 303.737444] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=7
[ 303.737449] usb 1-4: Product: M30245 Starter Kit
[ 303.737453] usb 1-4: Manufacturer: Mitsubishi Electronics America Inc.
[ 303.737457] usb 1-4: SerialNumber: Ver. 0.9
[ 303.738015] usb 1-4: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
我也在另一台装有 Ubuntu 的 HP 笔记本电脑(Ultrabook)上尝试过这个设备,但它也不起作用。