Questions tagged [lsusb]
Questions pertaining to lsusb, a utility for displaying information about USB buses in the system and the devices connected to them. Use this tag for questions about the lsusb command itself or questions about using the utility. Don’t use it for questions which feature lsusb output but aren’t about lsusb itself.
87 questions
1 vote
1 answer
74 views
How do I figure out which serial port is my USB/serial converter?
I've plugged in a USB serial port to my Linux PC. In dmesg, below, I think I'm being told that it has attached then detached. (It can be seen that the device also contains a sound card and a hub. In ...
0 votes
1 answer
87 views
How to ascertain what physical connector type a USB port is?
Examples lsusb -v returns entries like the undermentioned: Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB ...
0 votes
0 answers
71 views
USB Ports Not Working on Lenovo ThinkPad E14 Across Multiple Linux Distributions
Any help would be deeeeeeply appreciated. I've dealt with this for 3-4 years now and I'm finally wanting to fix this once and for all. System info: Device: Lenovo Thinkpad E14 Gen 2 Linux Kernel: 6....
0 votes
0 answers
94 views
Getting timestamp of USB HID endpoint message
How to programmatically get a system timestamp when a USB HID message was received? My understanding is that the USB controller should raise an interrupt flag and when the kernel processes the ...
3 votes
2 answers
277 views
USB to ethernet adapter not in lsusb (via thoundbolt port)
So I am having a strange problem. Short story is, I have a Lenovo monitor P32P-30 which has a USB to Ethernet adapter, so I connect my laptop (Yoga 71i 12700h) to this monitor via thunderbolt port, my ...
1 vote
2 answers
169 views
Is it possible to programmatically identify the number of physical USB ports on a Lenovo ThinkCentre?
I have several Lenovo machines with varying numbers of physical USB ports. I need to programmatically identify the number of physical USB ports on each machine. The operating system installed is Linux....
2 votes
3 answers
8k views
How to disconnect and reconnect USB devices on the command line?
I want to find out what gnome-disk is doing, how to do the same on the command line and how to undo whatever gnome-disk does. (It can not undo all it does itself.) I have already experimented a little ...
0 votes
1 answer
230 views
understanding the output of lsusb in relation to motherboard chipset
I have a motherboard with Intel H97 chipset. The chipset supports maximum of eight USB 2.0 ports and maximum of six USB 3.0 ports. According to motherboard manual, it has two USB 2.0 ports and four ...