lsusb parcialmente falha, é o problema com o barramento USB ou com o comando?

2

O que faz

Couldn't get configuration descriptor 0, some information will be missing

significa? O Host não conseguiu obter o descritor do dispositivo, ou o comando lsusb falhou ao buscar essa informação? Certamente, o dispositivo não poderia ter sido enumerado com sucesso se o Descritor de Configuração obrigatório estivesse ausente sem sucesso! / p>

Contexto: Este é um dispositivo USB 3.0, que estou atualmente programando. Ele deve representar a si mesmo como dois canais de alto-falante diferentes (interfaces de reprodução e gravação com cada um único ponto final isocrônico assíncrono). O dispositivo enumera com sucesso no Windows 7 de 64 bits.

Sistema: Ubuntu 13,04 64 bits.

sw3@pc90313-sw3:/dev/bus/usb/004$ sudo lsusb -D 009
[sudo] password for sw3: 
Device: ID aaaa:bbbb  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         9
  idVendor           0xaaaa 
  idProduct          0xbbbb 
  bcdDevice            0.01
  iManufacturer           1 Cypress
  iProduct                2 FX3
  iSerial                 0 
  bNumConfigurations      1
Couldn't get configuration descriptor 0, some information will be missing
Couldn't get configuration descriptor 0, some information will be missing
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength           22
  bNumDeviceCaps          2
  USB 2.0 Extension Device Capability:
    bLength                 7
    bDescriptorType        16
    bDevCapabilityType      2
    bmAttributes   0x00000002
      Link Power Management (LPM) Supported
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x00
      Latency Tolerance Messages (LTM) Supported
    wSpeedsSupported   0x000e
      Device can operate at Full Speed (12Mbps)
      Device can operate at High Speed (480Mbps)
      Device can operate at SuperSpeed (5Gbps)
    bFunctionalitySupport   3
      Lowest fully-functional device speed is SuperSpeed (5Gbps)
    bU1DevExitLat           0 micro seconds
    bU2DevExitLat           0 micro seconds
Device Status:     0x0000
  (Bus Powered)
    
por Vorac 15.11.2013 / 11:35

0 respostas

Tags