View previous topic :: View next topic |
Author |
Message |
janpla Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 13 Jun 2005 Posts: 75
|
Posted: Wed Apr 12, 2006 12:58 pm Post subject: How do I see the USB version? |
|
|
When I use lsusb -v the most likely candidate seems to be the entry labeled 'bcdUSB', but I haven't been able to find any documentation of what it all means. The reason I ask is that I have a machine with both USB 1 and 2 on it, but how do I tell which is which? I don't have the HW manuals or anything, ony the box. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sternklang Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Simpsons/Simpsons_-_Snow_Ball.jpg)
Joined: 10 Sep 2005 Posts: 1641 Location: Somewhere in time and space
|
Posted: Wed Apr 12, 2006 1:13 pm Post subject: |
|
|
If your motherboard supports USB2.0, the ports are also backwards-compatible with 1.0/1.1 so you can just plug any USB device into any port and it will work at the appropriate speed (assuming there's a linux driver for the device). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
DaveArb Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 29 Apr 2004 Posts: 510 Location: Texas, USA
|
Posted: Wed Apr 12, 2006 2:50 pm Post subject: |
|
|
I believe this accurately reports the USB versions.
Code: | grep Ver= /proc/bus/usb/devices |
Dave |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|