Was tut 'lsusb' auf Linux?
English
Deutsch
lsusb listet alle USB-Geräte an deinem Computer auf.
Beispielausgabe:
lsusb_output.txt
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 8087:0a2b Intel Corp.
Bus 001 Device 002: ID 04f2:b5e8 Chicony Electronics Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubJede Zeile repräsentiert ein einzelnes USB-Gerät - aber ein USB-Gerät kann auch intern im Computer sein und nicht mit einem physischen USB-Port verbunden sein. Zum Beispiel ist Bus 001 Device 003: ID 8087:0a2b Intel Corp. ein internes Bluetooth-Modem in meinem Notebook.
Erklärung:
Bus 001: Das Gerät ist mit dem ersten USB-Bus (001) im System verbundenDevice 003: Im vorgenannten Bus wurde dem Gerät die ID003zugewiesen.ID 8087:0a2b: This is the ID assigned to that device. The first part (8087) is the Vendor ID (VID). The second part (0a2b) is the Product ID (PID). These IDs are assigned by the USB Implementer’s forum. This ID will always stay the same for any given device. If you buy a USB product multiple times, all of them will have the same ID.Intel Corp.: Dies ist die Beschreibung des Geräts. Oft kann Linux dir mehr Informationen anzeigen, aber in diesem Fall ist es nur der Name des Herstellers.
Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow