-v:显示USB设备的详细描述,包括制造商、产品型号、接口速度等详细信息。-s:指定总线和设备号,仅显示指定的USB设备。-d:指定厂商和产品编号,只列出指定的设备。-t:以树状结构呈现,有助于理解USB设备的层级关系。-V:查看lsusb命令的版本信息。通过几个实例可以更好地理解这些用法:lsusb 显示所有...
5000M表⽰5Gbit / s,这是USB3.0类型 Linux从/usr/share/hwdata/usb.ids'识别USB设备的详细信息。lsusb列出的vendor和device name都是从这个⽂件⾥⾯识别出来的。如何列出USB详细信息 使⽤-v参数查看usb详细信息:[root@localhost ~]# lsusb -v | less Bus 001 Device 056: ID 0951:1665 Kingston...
bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 Human Interface Device bInterfaceSubClass 1 Boot Interface Subclass bInterfaceProtocol 2 Mouse iInterface 0 HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.11 bCountryCode 0 Not supported bNumDescriptors 1 bDescriptorType 34 Report ...
bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused 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 ...
lsusb is a utility for displaying information about USB buses in the system and the devices connected to them. It uses udev's hardware database to associate a full human-readable name to the vendor ID and the product ID. OPTIONS-v, --verbose Tells lsusb to be verbose and display ...
-v, --verbose Tells lsusb to be verbose and display detailed information about the devices shown. This includes configuration descriptors for the device's current speed. Class descriptors will be shown, when available, for USB device classes including hub, audio, HID, communications, and chipcard...
-v, --verbose Tells lsusb to be verbose and display detailed information about the devices shown. This includes configuration descriptors for the device's current speed. Class descriptors will be shown, when available, for USB device classes including hub, audio, HID, communications, and chipcard...
$ lsusb -v |grep -Ei ‘(idVendor|Mass\ Storage)’ idVendor 0×1005 Apacer Technology, Inc. bInterfaceClass 8 Mass Storage 可以看到,系统上有一个来自 Apacer Technology, Inc(宇瞻)的USB大容量存储设备。 -t 以树层级结构输出USB设备 $ lsusb -t ...
-v, --verbose Tells lsusb to be verbose and display detailed information about the devices shown. This includes configuration descriptors for the devices current speed. Class descriptors will be shown, when available, for USB device classes including hub, audio, HID, communications, and chip...
3.lsusb -s <busid:| dev_num>查看对应USB总线上或对应设备的信息,加上-v可以查看详信息 AI检测代码解析 $ lsusb -s 1: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub $ lsusb -s 11 Bus 001 Device 011: ID 0951:1666 Kingston Technology ...