Tool to list USB devices as tree in shell?

13,414
lsusb -t

This also shows the current speed, so you can see e. g. keybaord and mouse with 12 Mbps.

Share:
13,414

Related videos on Youtube

Anton Kuzmin
Author by

Anton Kuzmin

I work with GPUs on deep learning and computer vision.

Updated on September 18, 2022

Comments

  • Anton Kuzmin
    Anton Kuzmin over 1 year

    Is there any tool which lists the controller, hubs and devices of USB subsystem in their tree structure at the shell?

    lsusb lists flatly and does not show all the details. usbview has a GUI, but shows the tree structure and all details of the devices. Any tool that shows whatever usbview does, but at the shell?

    • Anton Kuzmin
      Anton Kuzmin almost 9 years
      @heemayl: Does not display as a tree.
    • heemayl
      heemayl almost 9 years
      yeah..now you need something that can sort that out..
  • Guss
    Guss over 4 years
    lsusb -t loses the human readable device descriptors that lsusb shows. Add -v to get them back, or lsusb -tv