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;








9















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!










share|improve this question






























    9















    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!










    share|improve this question


























      9












      9








      9


      3






      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!










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 22 '09 at 16:28









      Dennis Williamson

      51k1191128




      51k1191128










      asked Dec 22 '09 at 14:21









      Fake4dFake4d

      3485816




      3485816




















          2 Answers
          2






          active

          oldest

          votes


















          20














          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! :)






          share|improve this answer























          • 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


















          1














          you can use



          lsusb -v



          a simple way.



          you should install usbutils first






          share|improve this answer























            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
            );



            );













            draft saved

            draft discarded


















            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









            20














            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! :)






            share|improve this answer























            • 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















            20














            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! :)






            share|improve this answer























            • 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













            20












            20








            20







            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! :)






            share|improve this answer













            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! :)







            share|improve this answer












            share|improve this answer



            share|improve this answer










            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

















            • 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













            1














            you can use



            lsusb -v



            a simple way.



            you should install usbutils first






            share|improve this answer



























              1














              you can use



              lsusb -v



              a simple way.



              you should install usbutils first






              share|improve this answer

























                1












                1








                1







                you can use



                lsusb -v



                a simple way.



                you should install usbutils first






                share|improve this answer













                you can use



                lsusb -v



                a simple way.



                you should install usbutils first







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 23 at 10:00









                Ali JabbariAli Jabbari

                111




                111



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                    What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                    Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos