Armadilloフォーラム

USB Webカメラを利用できない。

taksan0

2022年1月8日 19時32分

お世話になります。
2022/1/8 ALGYAN のハンズオンで質問させていただいたものです。

ハンズオンでは終わってからという事で、改めてフォーラムにて質問させていただきます。
USB Webカメラを認識しません。
認識すると dmesg に"uvcvideo: Found" といったメッセージが出るとのことですが、出てきません。

できるだけ、手順間違いではない純粋な環境で試そうとおもい、ハンズオン終わってから、
G4の初期化から (BaseOSイメージは Ver.3.15.0-at.1) やりなおしてroot ログイン直後の
状態で、カメラを差して試してみましたが、同じ状況でした。

使用したカメラは手持ちの ロジクール製 C920 , C270 の2種類です。
どちらも同じ状態になります。
C920 ハンズオンの資料にも使われているカメラですし、後者も結構メジャーなカメラかと思います。
改めて調べてみたところどちらも、 UVC対応カメラの様です。
同じ OSイメージを使っている(と思いますが)皆さん成功しているのに、私だけuvcのドライバーが入っていない
というのもおかしな話かと思います。
差したときには、以下のメッセージが出ますが、応答が無いとエラーが出ているようです。
そして
/dev/v4l/ の下に by-id ディレクトリーが無く、 by-path だけがあり、手順通り進められない状況でした。

[ 3654.278693] usb 1-1: device no response, device descriptor read/64, error -71
[ 3654.518681] usb 1-1: device no response, device descriptor read/64, error -71
[ 3655.034683] usb 1-1: new full-speed USB device number 7 using xhci-hcd
[ 3655.170672] usb 1-1: device no response, device descriptor read/64, error -71
[ 3655.410690] usb 1-1: device no response, device descriptor read/64, error -71
[ 3655.522694] usb usb1-port1: attempt power cycle
[ 3655.938659] usb 1-1: new full-speed USB device number 8 using xhci-hcd
[ 3655.945558] usb 1-1: Device not responding to setup address.
[ 3656.158992] usb 1-1: Device not responding to setup address.
[ 3656.370650] usb 1-1: device not accepting address 8, error -71
[ 3656.502654] usb 1-1: new full-speed USB device number 9 using xhci-hcd
[ 3656.509559] usb 1-1: Device not responding to setup address.
[ 3656.722689] usb 1-1: Device not responding to setup address.
[ 3656.934651] usb 1-1: device not accepting address 9, error -71
[ 3656.940544] usb usb1-port1: unable to enumerate USB device
 
armadillo:~# ls /dev/v4l/
by-path
armadillo:~# 

お手数おかけいたしますが、サポートよろしくお願いいたします。

コメント

at_dominique.m…

2022年1月11日 9時50分

taksan0さん、

お世話になります。
ハンズオン中でツイートのサポートをさせていただいたマルティネです。
その際に返事が表示されなくて大変失礼致しました。

> 使用したカメラは手持ちの ロジクール製 C920  , C270 の2種類です。
> どちらも同じ状態になります。
> C920 ハンズオンの資料にも使われているカメラですし、後者も結構メジャーなカメラかと思います。
> 改めて調べてみたところどちらも、 UVC対応カメラの様です。
> 同じ OSイメージを使っている(と思いますが)皆さん成功しているのに、私だけuvcのドライバーが入っていない
> というのもおかしな話かと思います。

そうですね、カメラ2台ともuvcカメラで、ドライバが確かにあるはずです。

> [ 3654.278693] usb 1-1: device no response, device descriptor read/64, error -71
> [ 3654.518681] usb 1-1: device no response, device descriptor read/64, error -71
> [ 3655.034683] usb 1-1: new full-speed USB device number 7 using xhci-hcd
> [ 3655.170672] usb 1-1: device no response, device descriptor read/64, error -71
> [ 3655.410690] usb 1-1: device no response, device descriptor read/64, error -71
> [ 3655.522694] usb usb1-port1: attempt power cycle

こういうエラーでしたら、最後にツイートで書いたようにやはりハードウェアの問題かと思います。

外部電源のUSBハブあったら、使って試してもらえたら動くかもしれません。

カメラ2台もが壊れてるとは思えませんが、確認のため、パソコンで試してもらえますか?

最後に、カメラ挿された状態で以下のコマンドの出力をここで張ってもらえますか?

# apk add usbutils
# lsusb -v

結果がどうあれ、交換しないと直せなさそうなので、こちらで準備を進めておきます。

よろしくお願いします。

taksan0

2022年1月12日 1時31分

マルティネ様
お世話になります。
早速の返信ありがとうございます。

> 外部電源のUSBハブあったら、使って試してもらえたら動くかもしれません。
なるほど、電力不足の可能性もあるとのことですね。
ちょっと探してみましたが、セルフパワータイプのはありませんでした。
電子部品屋で買った TYPE-A のコネクタと、 TYPE-Bの コネクタ、5.5φ2.1φのDCジャックコネクタと ACアダプタがあるので、
TYPE-A本体側 V-BUSをオープンにして他は3本繋ぎ、 TYPE-B のカメラ側の 1pin 4pin に電源を入れるといった治具を作ることで、
電源バイパスするケーブルの自作は可能です。余裕があればですが。
やるとしても万が一のこともあるので、壊れてもいいような別の安いマイコン基板+USBデバイスを探して、セルフパワーになるか試してみてからやってみます。

> カメラ2台もが壊れてるとは思えませんが、確認のため、パソコンで試してもらえますか?
いつもZOOMやOBS等で正常に使えているカメラですが、念のため確認しましたが壊れてはいませんでした。

> 最後に、カメラ挿された状態で以下のコマンドの出力をここで張ってもらえますか?
>
> ```
> # apk add usbutils
> # lsusb -v
> ```
こちらの出力結果を以下に張り付けておきます。
よろしくお願いいたします。

armadillo:~# apk add usbutils
fetch https://download.atmark-techno.com/alpine/v3.15/atmark/aarch64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz
(1/6) Installing hwids-usb (20210613-r0)
(2/6) Installing hwids-net (20210613-r0)
(3/6) Installing hwids-pci (20210613-r0)
(4/6) ・nstalling hwids-udev (20210613-r0)
(5/6) ・nstalling libusb (1.0.24-r3)
(6/6) ・nstalling usbutils (014-r0)
Executing busybox-1.34.1-r3.trigger
OK: 225 MiB in 193 packages
armadillo:~# lsusb -v
 
Bus 003 Device 002: ID 0424:2422 Microchip Technology, Inc. (formerly SMSC)
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x0424 Microchip Technology, Inc. (formerly SMSC)
  idProduct          0x2422
  bcdDevice            b.b3
  iManufacturer           0
  iProduct                0
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0019
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                2mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent      1 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered
 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0
  bDeviceProtocol         3
  bMaxPacketSize0         9
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0003 3.0 root hub
  bcdDevice            5.10
  iManufacturer           3 Linux 5.10.86-0-at xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 xhci-hcd.1.auto
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x001f
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
        bMaxBurst               0
Hub Descriptor:
  bLength              12
  bDescriptorType      42
  nNbrPorts             1
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  bHubDecLat          0.0 micro seconds
  wHubDelay             0 nano seconds
  DeviceRemovable    0x00
 Hub Port Status:
   Port 1: 0000.02b0 5Gbps power Rx.Detect RESET
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength       0x000f
  bNumDeviceCaps          1
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x02
      Latency Tolerance Messages (LTM) Supported
    wSpeedsSupported   0x0008
      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:     0x0001
  Self Powered
 
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0
  bDeviceProtocol         3
  bMaxPacketSize0         9
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0003 3.0 root hub
  bcdDevice            5.10
  iManufacturer           3 Linux 5.10.86-0-at xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 xhci-hcd.2.auto
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x001f
    bNumInterfaces          1
    bConfigurationVa[   54.540992] usb 1-1: new full-speed USB device number 6 using xhci-hcd
lue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
        bMaxBurst               0
Hub Descriptor:
  bLength              12
  bDescriptorType      42
  nNbrPorts             1
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  bHubDecLat          0.0 micro seconds
  wHubDelay             0 nano seconds
  DeviceRemovable    0x00
 Hub Port Status:
   Port 1: 0000.02b0 5Gbps power Rx.Detect RESET
Binary Object Store Descriptor[   54.677000] usb 1-1: device no response, device descriptor read/64, error -71
:
  bLength                 5
  bDescriptorType        15
  wTotalLength       0x000f
  bNumDeviceCaps          1
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x02
      Latency Tolerance Messages (LTM) Supported
    wSpeedsSupported   0x0008
      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:     0x0001
  Self Powered
 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[   54.917299] usb 1-1: device no response, device descriptor read/64, error -71
[   55.157265] usb 1-1: new full-speed USB device number 7 using xhci-hcd
[   55.293284] usb 1-1: device no response, device descriptor read/64, error -71
[   55.533274] usb 1-1: device no response, device descriptor read/64, error -71
[   55.645296] usb usb1-port1: attempt power cycle
[   56.061275] usb 1-1: new full-speed USB device number 8 using xhci-hcd
[   56.068174] usb 1-1: Device not responding to setup address.
[   56.281607] usb 1-1: Device not responding to setup address.
[   56.493396] usb 1-1: device not accepting address 8, error -71
[   56.624975] usb 1-1: new full-speed USB device number 9 using xhci-hcd
[   56.631574] usb 1-1: Device not responding to setup address.
[   56.845330] usb 1-1: Device not responding to setup address.
[   57.057264] usb 1-1: device not accepting address 9, error -71
[   57.063156] usb usb1-port1: unable to enumerate USB device
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            5.10
  iManufacturer           3 Linux 5.10.86-0-at xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 xhci-hcd.1.auto
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0019
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0101 power connect
Device Status:     0x0001
  Self Powered
 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            5.10
  iManufacturer           3 Linux 5.10.86-0-at xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 xhci-hcd.2.auto
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0019
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0507 highspeed power suspend enable connect
Device Status:     0x0001
  Self Powered
armadillo:~#

at_dominique.m…

2022年1月12日 9時06分

taksan0さん、

お返事ありがとうございます。

> > 外部電源のUSBハブあったら、使って試してもらえたら動くかもしれません。
> なるほど、電力不足の可能性もあるとのことですね。

そうですね、ハンズオン中にUSBメモリを使えたと思いますので、USBの接続自体は大丈夫だと思われます。
USBメモリがUSB3.0でしたらそこもまた変わりますが…電力不足(電流が通る接続が微妙に切れてるなど)もありえるかと思いました。

物さえあれば試しやすいので言ってみましたが、セルフパワーのハブがなければ気にしないでください。交換後こちらで調査させていただきます。

> > カメラ2台もが壊れてるとは思えませんが、確認のため、パソコンで試してもらえますか?
>
> いつもZOOMやOBS等で正常に使えているカメラですが、念のため確認しましたが壊れてはいませんでした。

ご確認ありがとうございます。

> こちらの出力結果を以下に張り付けておきます。

ありがとうございます。
出力結果を見るとやはりUSBとしても認識されてないので、ハードウェアの問題で交換する形で進みましょう。

準備ができましたら都鳥さんから連絡させていただきますので、その時によろしくお願いします。

at_naomi.todori

2022年1月12日 9時30分

taksan0様、

お世話になっております。
アットマークテクノの都鳥です。

> ありがとうございます。
> 出力結果を見るとやはりUSBとしても認識されてないので、ハードウェアの問題で交換する形で進みましょう。
>
> 準備ができましたら都鳥さんから連絡させていただきますので、その時によろしくお願いします。
>
手続きにつきまして、別途ご連絡をさせていただきました。
お手数をおかけし恐れ入りますが、ご確認いただけますと幸いです。

どうぞ宜しくお願いいたします。

taksan0

2022年1月17日 0時09分

マルティネ様
都鳥様

代替え機の手配有り難うございました。無事に到着いたしました。
ただ残念ながらお送りいただいたハードウェアでも同様の症状となったため混乱しております。
品質管理もしておられるとおもいますので、連続で不良という事も考えにくいと思っています。

届いたのが休日なのでサポートも期待できず、自分でできる範囲で色々試してみましたが、よくわかりませんでした。
・チェックハッシュの一致も問題ないから問題ないはずとは思いながらも初期化からやりなおしてみましたが、同じでした。
・カメラの故障ではなさそうお言う事で、問題ないはずとは思いながらも、2つあるカメラをうちにある PC全て指してみて動作が問題ないことを確認。
・同じく電源容量が不足しそうな環境として、ラズパイ2B、ラズパイ3Bにも2つあるカメラを指してみましたが、別電源の供給なく問題なく使えました。
ハードの相性問題でしょうか?
ロジクール製 C920 , C270共に 沢山出回っているカメラとはおもうのですが、
ユーザー相性問題の発生の報告があったカメラ等の、記録などはありませんでしょうか?
色々試すのに結局時間がたってしまいほぼなにも試せないまま、もう日曜日の夜中になってしまってますが、
平日は遅いのでほぼ作業できないことを考えると、実質あと3日しかないのに解決のめどがたっていない状況でかなり焦っています。

lsusb の結果を張り付けておきます。

armadillo:~# lsusb -v
 
Bus 003 Device 002: ID 0424:2422 Microchip Technology, Inc. (formerly SMSC)
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x0424 Microchip Technology, Inc. (formerly SMSC)
  idProduct          0x2422
  bcdDevice            b.b3
  iManufacturer           0
  iProduct                0
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0019
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                2mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0001  1x 1 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent      1 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered
 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0
  bDeviceProtocol         3
  bMaxPacketSize0         9
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0003 3.0 root hub
  bcdDevice            5.10
  iManufacturer           3 Linux 5.10.86-0-at xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 xhci-hcd.1.auto
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x001f
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
        bMaxBurst               0
Hub Descriptor:
  bLength              12
  bDescriptorType      42
  nNbrPorts             1
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  bHubDecLat          0.0 micro seconds
  wHubDelay             0 nano seconds
  DeviceRemovable    0x00
 Hub Port Status:
   Port 1: 0000.02b0 5Gbps power Rx.Detect RESET
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength       0x000f
  bNumDeviceCaps          1
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x02
      Latency Tolerance Messages (LTM) Supported
    wSpeedsSupported   0x0008
      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:     0x0001
  Self Powered
 
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0
  bDeviceProtocol         3
  bMaxPacketSize0         9
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0003 3.0 root hub
  bcdDevice            5.10
  iManufacturer           3 Linux 5.10.86-0-at xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 xhci-hcd.2.auto
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x001f
    bNumInterfaces          1
    bCo[  186.022018] usb 1-1: new full-speed USB device number 6 using xhci-hcd
nfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
        bMaxBurst               0
Hub Descriptor:
  bLength              12
  bDescriptorType      42
  nNbrPorts             1
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
  bPwrOn2PwrGood       50 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  bHubDecLat          0.0 micro seconds
  wHubDelay             0 nano seconds
  DeviceRemovable    0x00
 Hub Port Status:
   Port 1: 0000.02b0 5Gbps power Rx.Detect RESET
Binary Object Store Descriptor:
  bLe[  186.158623] usb 1-1: device no response, device descriptor read/64, error -71
ngth                 5
  bDescriptorType        15
  wTotalLength       0x000f
  bNumDeviceCaps          1
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x02
      Latency Tolerance Messages (LTM) Supported
    wSpeedsSupported   0x0008
      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:     0x0001
  Self Powered
 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[  186.402607] usb 1-1: device no response, device descriptor read/64, error -71
[  186.646003] usb 1-1: new full-speed USB device number 7 using xhci-hcd
[  186.782627] usb 1-1: device no response, device descriptor read/64, error -71
[  187.026649] usb 1-1: device no response, device descriptor read/64, error -71
[  187.142659] usb usb1-port1: attempt power cycle
[  187.558047] usb 1-1: new full-speed USB device number 8 using xhci-hcd
[  187.565189] usb 1-1: Device not responding to setup address.
[  187.778683] usb 1-1: Device not responding to setup address.
[  187.990059] usb 1-1: device not accepting address 8, error -71
[  188.122083] usb 1-1: new full-speed USB device number 9 using xhci-hcd
[  188.129280] usb 1-1: Device not responding to setup address.
[  188.342714] usb 1-1: Device not responding to setup address.
[  188.554078] usb 1-1: device not accepting address 9, error -71
[  188.560247] usb usb1-port1: unable to enumerate USB device
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            5.10
  iManufacturer           3 Linux 5.10.86-0-at xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 xhci-hcd.1.auto
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0019
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0101 power connect
Device Status:     0x0001
  Self Powered
 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            5.10
  iManufacturer           3 Linux 5.10.86-0-at xhci-hcd
  iProduct                2 xHCI Host Controller
  iSerial                 1 xhci-hcd.2.auto
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0019
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             1
  wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0507 highspeed power suspend enable connect
Device Status:     0x0001
  Self Powered
armadillo:~#

at_naomi.todori

2022年1月17日 10時32分

taksan0様、

お世話になっております。
アットマークテクノの都鳥です。

ご確認ありがとうございます。
本件につきましては、別途ご連絡させていただきます。

お手数をおかけし恐れ入りますが、どうぞ宜しくお願いいたします。