Usb viewusbview installed in Ubuntu is the analysis software for USB devices. This tool is used to detect the PID and VID information of usb devices. The so-called VID indicates the VendorID, that is, the manufacturer ID, PID is the product ID. with the VID and PID details, we can get a general idea... install USB view in Ubuntu
Usb View is a USB device analysis software. This tool is used to detect the PID and VID information of a usb device. The so-called VID refers to the Vendor ID, that is, the manufacturer ID, PID is the product ID. with the VID and PID details, we can generally know the chips of our devices.
1. install the gtk3.0 environment
Sudo apt-get install libgtk-3-dev
2. download the USB View Source code http://www.kroah.com/linux-usb/usbview-2.0.tar.gz
3../configure & make install 4. run
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.