-v:显示USB设备的详细描述,包括制造商、产品型号、接口速度等详细信息。-s:指定总线和设备号,仅显示指定的USB设备。-d:指定厂商和产品编号,只列出指定的设备。-t:以树状结构呈现,有助于理解USB设备的层级关系。-V:查看lsusb命令的版本信息。通过几个实例可以更好地理解这些用法:lsusb 显示所有...
Bus 004 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 8 idVendor 0x046d Logitech, Inc. idProduct 0xc52b Unifying Receiver...
使⽤-v参数查看usb详细信息:[root@localhost ~]# lsusb -v | less Bus 001 Device 056: ID 0951:1665 Kingston Technology Digital DataTraveler SE9 64GB Device Descriptor:bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level)bDeviceSubClass 0 bDevice...
-D device Do not scan the /dev/bus/usb directory, instead display only information about the device whose device file is given. The device file should be something like /dev/bus/usb/001/001. This option displays detailed information like the v option; you must be root to do this. -...
ContainerID {5cf3ee30-d507-4925-b001-802d79434c30} Device Status: 0x0001 Self Powered Bus 001 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 Unused bDeviceProtocol 1 Single TT bMaxPa...
-D device Do not scan the /dev/bus/usb directory, instead display only information about the device whose device file is given. The device file should be something like /dev/bus/usb/001/001. This option displays detailed information like the v option; you must be root to do this. -t ...
-D device Do not scan the /dev/bus/usb directory, instead display only information about the device whose device file is given. The device file should be something like /dev/bus/usb/001/001. This option displays detailed information like the v option; you must be root to do this. -t ...
4.lsusb -d只显示指定VID PID设备的详细信息 AI检测代码解析 $ lsusb -d 0951:1666 Bus 001 Device 011: ID 0951:1666 Kingston Technology 1. 2. 5.lsusb -v查看系统中USB设备的详细信息 View Code 6.此外/var/lib/usbutils/usb.ids还保存了很多设备商的VID信息 ...
-D device Do not scan the /proc/bus/usb directory, instead display only information about the device whose device file is given. The device file should be something like /proc/bus/usb/001/001. This option displays detailed information like the v option; you must be root to do this. ...
lspci -v ``` 2.查看特定设备信息 如果只需查看某一特定设备的信息,可通过添加"-d"参数加上设备的ID来实现。设备的ID可以通过前面显示的设备信息列表获得。例如,要查看显卡的信息,可以在终端中输入以下命令: ``` lspci -d 10de: ``` 这个命令将显示与英伟达(NVIDIA)显卡相关的设备信息。 二、lsusb命令 lsu...