How to determine USB Version 1.1 or 2.0Windows Delayed Write Failure - USB 2.0 Hub and External HDDVMWare Server w/USB 2.0 Scanner blue screeningHow does Ubuntu keep track of the “System restart required” flag in motd?Postgres 8.3 and 8.4 in Ubuntu 9.10Which Linux distributive could you advise for a webserver with PIII-700MHz and 512Mb RAM?How to check fsck results, ran at boot, on remote machine?How to limit usb 2.0 port to work as usb 1.1 in ubuntu?Heartbleed: how to reliably and portably check the OpenSSL version?HP Proliant ML110 POST fails with large (4GB) USB Disk attachedUbuntu Server 16 LTS no usb 2.0
How can I support myself financially as a 17 year old with a loan?
FindInstance and cosine system of equations
Pressure to defend the relevance of one's area of mathematics
Sed Usage to update GRUB file
What does a yield inside a yield do?
If Earth is tilted, why is Polaris always above the same spot?
What happens to matryoshka Mordenkainen's Magnificent Mansions?
Is a lifestealing melee cantrip, in the form of booming blade, unbalanced?
Can I get a paladin's steed by True Polymorphing into a monster that can cast Find Steed?
Manager is threatning to grade me poorly if I don't complete the project
If prion is a protein. Why is it not disassembled by the digestive system?
What is the unit of the area when geometry attributes are calculated in QGIS?
What is the most remote airport from the center of the city it supposedly serves?
How do I tell my manager that his code review comment is wrong?
Type-check an expression
What algorithms are considered reinforcement learning algorithms?
Why is Arya visibly scared in the library in S8E3?
Can Ghost kill White Walkers or Wights?
Why do money exchangers give different rates to different bills?
What happens if I start too many background jobs?
Should one double the thirds or the fifth in chords?
How can I get a job without pushing my family's income into a higher tax bracket?
Reconstruct a matrix from its traces
SFINAE works with deduction but fails with substitution
How to determine USB Version 1.1 or 2.0
Windows Delayed Write Failure - USB 2.0 Hub and External HDDVMWare Server w/USB 2.0 Scanner blue screeningHow does Ubuntu keep track of the “System restart required” flag in motd?Postgres 8.3 and 8.4 in Ubuntu 9.10Which Linux distributive could you advise for a webserver with PIII-700MHz and 512Mb RAM?How to check fsck results, ran at boot, on remote machine?How to limit usb 2.0 port to work as usb 1.1 in ubuntu?Heartbleed: how to reliably and portably check the OpenSSL version?HP Proliant ML110 POST fails with large (4GB) USB Disk attachedUbuntu Server 16 LTS no usb 2.0
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have got a Ubuntu server 9.10 system with a USB storage attached.
It works very, very slow. Is there a command to test whether it's 1.1 or 2.0 usb?
How can I find out?
Thanks for your help!
linux ubuntu usb
add a comment |
I have got a Ubuntu server 9.10 system with a USB storage attached.
It works very, very slow. Is there a command to test whether it's 1.1 or 2.0 usb?
How can I find out?
Thanks for your help!
linux ubuntu usb
add a comment |
I have got a Ubuntu server 9.10 system with a USB storage attached.
It works very, very slow. Is there a command to test whether it's 1.1 or 2.0 usb?
How can I find out?
Thanks for your help!
linux ubuntu usb
I have got a Ubuntu server 9.10 system with a USB storage attached.
It works very, very slow. Is there a command to test whether it's 1.1 or 2.0 usb?
How can I find out?
Thanks for your help!
linux ubuntu usb
linux ubuntu usb
edited Dec 22 '09 at 16:28
Dennis Williamson
51k1191128
51k1191128
asked Dec 22 '09 at 14:21
Fake4dFake4d
3485816
3485816
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Plug your device in, then see syslog:
$ tail -n 2 /var/log/syslog
Dec 22 17:25:14 localhost kernel: [73348.931267] usb 2-3: new high speed USB device using ehci_hcd and address 13
Dec 22 17:25:14 localhost kernel: [73349.084555] usb 2-3: configuration #1 chosen from 3 choices
Note the device bus id there: usb 2-3.
Now get the version:
$ cat /sys/bus/usb/devices/2-3/version
2.00
Cheers! :)
So there is no way to do this without device attach?
– CAMOBAP
Aug 8 '16 at 9:36
@CAMOBAP How would you determine it without it being attached? It needs to be attached for the system to see it.
– Duncan X Simpson
Nov 22 '17 at 2:58
but why, AFAIK (maybe I'm wrong), both port and device have specified USB protocol version, and if you put USB 1.x device in USB 3.0 port it still will work by 1.x protocol. So why we cannot determine USB version of port by itself?
– CAMOBAP
Nov 22 '17 at 9:21
add a comment |
you can use
lsusb -v
a simple way.
you should install usbutils first
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f96663%2fhow-to-determine-usb-version-1-1-or-2-0%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Plug your device in, then see syslog:
$ tail -n 2 /var/log/syslog
Dec 22 17:25:14 localhost kernel: [73348.931267] usb 2-3: new high speed USB device using ehci_hcd and address 13
Dec 22 17:25:14 localhost kernel: [73349.084555] usb 2-3: configuration #1 chosen from 3 choices
Note the device bus id there: usb 2-3.
Now get the version:
$ cat /sys/bus/usb/devices/2-3/version
2.00
Cheers! :)
So there is no way to do this without device attach?
– CAMOBAP
Aug 8 '16 at 9:36
@CAMOBAP How would you determine it without it being attached? It needs to be attached for the system to see it.
– Duncan X Simpson
Nov 22 '17 at 2:58
but why, AFAIK (maybe I'm wrong), both port and device have specified USB protocol version, and if you put USB 1.x device in USB 3.0 port it still will work by 1.x protocol. So why we cannot determine USB version of port by itself?
– CAMOBAP
Nov 22 '17 at 9:21
add a comment |
Plug your device in, then see syslog:
$ tail -n 2 /var/log/syslog
Dec 22 17:25:14 localhost kernel: [73348.931267] usb 2-3: new high speed USB device using ehci_hcd and address 13
Dec 22 17:25:14 localhost kernel: [73349.084555] usb 2-3: configuration #1 chosen from 3 choices
Note the device bus id there: usb 2-3.
Now get the version:
$ cat /sys/bus/usb/devices/2-3/version
2.00
Cheers! :)
So there is no way to do this without device attach?
– CAMOBAP
Aug 8 '16 at 9:36
@CAMOBAP How would you determine it without it being attached? It needs to be attached for the system to see it.
– Duncan X Simpson
Nov 22 '17 at 2:58
but why, AFAIK (maybe I'm wrong), both port and device have specified USB protocol version, and if you put USB 1.x device in USB 3.0 port it still will work by 1.x protocol. So why we cannot determine USB version of port by itself?
– CAMOBAP
Nov 22 '17 at 9:21
add a comment |
Plug your device in, then see syslog:
$ tail -n 2 /var/log/syslog
Dec 22 17:25:14 localhost kernel: [73348.931267] usb 2-3: new high speed USB device using ehci_hcd and address 13
Dec 22 17:25:14 localhost kernel: [73349.084555] usb 2-3: configuration #1 chosen from 3 choices
Note the device bus id there: usb 2-3.
Now get the version:
$ cat /sys/bus/usb/devices/2-3/version
2.00
Cheers! :)
Plug your device in, then see syslog:
$ tail -n 2 /var/log/syslog
Dec 22 17:25:14 localhost kernel: [73348.931267] usb 2-3: new high speed USB device using ehci_hcd and address 13
Dec 22 17:25:14 localhost kernel: [73349.084555] usb 2-3: configuration #1 chosen from 3 choices
Note the device bus id there: usb 2-3.
Now get the version:
$ cat /sys/bus/usb/devices/2-3/version
2.00
Cheers! :)
answered Dec 22 '09 at 14:25
kolyptokolypto
6,53974258
6,53974258
So there is no way to do this without device attach?
– CAMOBAP
Aug 8 '16 at 9:36
@CAMOBAP How would you determine it without it being attached? It needs to be attached for the system to see it.
– Duncan X Simpson
Nov 22 '17 at 2:58
but why, AFAIK (maybe I'm wrong), both port and device have specified USB protocol version, and if you put USB 1.x device in USB 3.0 port it still will work by 1.x protocol. So why we cannot determine USB version of port by itself?
– CAMOBAP
Nov 22 '17 at 9:21
add a comment |
So there is no way to do this without device attach?
– CAMOBAP
Aug 8 '16 at 9:36
@CAMOBAP How would you determine it without it being attached? It needs to be attached for the system to see it.
– Duncan X Simpson
Nov 22 '17 at 2:58
but why, AFAIK (maybe I'm wrong), both port and device have specified USB protocol version, and if you put USB 1.x device in USB 3.0 port it still will work by 1.x protocol. So why we cannot determine USB version of port by itself?
– CAMOBAP
Nov 22 '17 at 9:21
So there is no way to do this without device attach?
– CAMOBAP
Aug 8 '16 at 9:36
So there is no way to do this without device attach?
– CAMOBAP
Aug 8 '16 at 9:36
@CAMOBAP How would you determine it without it being attached? It needs to be attached for the system to see it.
– Duncan X Simpson
Nov 22 '17 at 2:58
@CAMOBAP How would you determine it without it being attached? It needs to be attached for the system to see it.
– Duncan X Simpson
Nov 22 '17 at 2:58
but why, AFAIK (maybe I'm wrong), both port and device have specified USB protocol version, and if you put USB 1.x device in USB 3.0 port it still will work by 1.x protocol. So why we cannot determine USB version of port by itself?
– CAMOBAP
Nov 22 '17 at 9:21
but why, AFAIK (maybe I'm wrong), both port and device have specified USB protocol version, and if you put USB 1.x device in USB 3.0 port it still will work by 1.x protocol. So why we cannot determine USB version of port by itself?
– CAMOBAP
Nov 22 '17 at 9:21
add a comment |
you can use
lsusb -v
a simple way.
you should install usbutils first
add a comment |
you can use
lsusb -v
a simple way.
you should install usbutils first
add a comment |
you can use
lsusb -v
a simple way.
you should install usbutils first
you can use
lsusb -v
a simple way.
you should install usbutils first
answered Apr 23 at 10:00
Ali JabbariAli Jabbari
111
111
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f96663%2fhow-to-determine-usb-version-1-1-or-2-0%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown