USB 2.0 1 至 4 端口分配器不工作

USB 2.0 1 至 4 端口分配器不工作

这是 ubuntu 12.04 上 lsusb -v 的输出

Bus 001 Device 003: ID 0408:2fb1 Quanta Computer, Inc. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 ?
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x0408 Quanta Computer, Inc.
  idProduct          0x2fb1 
  bcdDevice            9.01
  iManufacturer           3 
  iProduct                2 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength         1457
    bNumInterfaces          3
    bConfigurationValue     1
    iConfiguration          2 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              250mA
    ** UNRECOGNIZED:  24 ff 42 49 53 54 00 01 05 02 10 00 00 00 00 00 01 05 d0 07 02 06 d0 07 03 07 d0 07 04 08 d0 07 05 09 d0 07

lsusb-v:http://pastebin.ubuntu.com/7218456/
使用 lspci -v 命令:http://pastebin.ubuntu.com/7218460/

答案1

如果集线器在多台计算机和操作系统上都无法工作,则表明问题不在于计算机本身。很可能是 USB 集线器坏了。

如果您已经多次更换轮毂,那么它可能是存在缺陷的批次或制造不良的型号。

我建议将其退回,因为有缺陷,并购买其他型号,最好是其他品牌。

==编辑==

一般来说,USB 集线器不需要驱动程序。几乎所有集线器都可以开箱即用。此外,我同意 Linux 有时会与其他硬件发生驱动程序问题,但同样,如果它在 Windows 中无法正常工作,这进一步证明情况并非如此。

相关内容