Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.comp.hardware
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-11-2008, 07:57 PM
Samuel
Guest
 
Posts: n/a
Default USB 2.0

How can I know if I have USB 2.0 installed on my computer?



Reply With Quote
  #2 (permalink)  
Old 02-11-2008, 10:05 PM
Roby
Guest
 
Posts: n/a
Default Re: USB 2.0

Samuel wrote:

> How can I know if I have USB 2.0 installed on my computer?


Run this from a console window:
$ lsusb -v | grep bcdUSB

Response(s) will be 1.1 or 2.0.

Reply With Quote
  #3 (permalink)  
Old 02-11-2008, 10:47 PM
Samuel
Guest
 
Posts: n/a
Default Re: USB 2.0

Windows or Linux

"Roby" <roby@no-address.net> wrote in message
news:47b0c6c6$0$16660$4c368faf@roadrunner.com...
> Samuel wrote:
>
>> How can I know if I have USB 2.0 installed on my computer?

>
> Run this from a console window:
> $ lsusb -v | grep bcdUSB
>
> Response(s) will be 1.1 or 2.0.




Reply With Quote
  #4 (permalink)  
Old 02-11-2008, 11:07 PM
Mike Walsh
Guest
 
Posts: n/a
Default Re: USB 2.0


Linux

Samuel wrote:
>
> Windows or Linux
>
> "Roby" <roby@no-address.net> wrote in message
> news:47b0c6c6$0$16660$4c368faf@roadrunner.com...
> > Samuel wrote:
> >
> >> How can I know if I have USB 2.0 installed on my computer?

> >
> > Run this from a console window:
> > $ lsusb -v | grep bcdUSB
> >
> > Response(s) will be 1.1 or 2.0.


--
Mike Walsh

Reply With Quote
  #5 (permalink)  
Old 02-11-2008, 11:28 PM
Samuel
Guest
 
Posts: n/a
Default Re: USB 2.0

Thank you
Samuel

"Paul" <nospam@needed.com> wrote in message news:foqlo8$929$1@aioe.org...
> Samuel wrote:
>> Windows or Linux

>
> "lsusb" is part of Linux.
>
> This program is for Windows. You can learn a bit more
> about your plugged in USB devices with this. But this
> requires some interpretation (a developer tool, not really
> for end users). The top download on the page, labeled "x86",
> would be suitable for 32 bit Windows usage.
>
> http://web.archive.org/web/200705160...VCViewdwn.mspx
>
> In terms of checking in Device Manager, this web page
> tells you to look for USB entries, with the word "Enhanced"
> in the title. Enhanced means the host has a USB2 driver
> installed and is ready for USB2 capable devices.
>
> http://www.usbman.com/Guides/checking_for_usb_2.htm
>
> The highlighted entry in this picture, has the
> word "Enhanced" in it, meaning the USB host in question,
> is ready to support USB2 rate operation when a USB2
> capable device is plugged in.
>
> http://www.usbman.com/Guides/checki5.jpg
>
> Also, in that JPG picture, I can tell there
> are two devices used for USB. That computer
> has an Intel Southbridge, with USB2 on it. The
> computer also has a USB2 PCI card, with NEC chip
> on it. So more than one host chip can be present
> in a computer. In fact, on some older computers,
> the chipset has a USB 1.0 only interface, and
> to give USB2 ports, they added a second chip that
> was USB2 capable. Such a motherboard would also have
> a Device Manager list, pretty similar to the above
> JPG picture. Then the problem is, identifying which
> USB connector is a USB2 ready one. That is
> when a tool like UVCView can help you, to decide,
> at the instant a USB device is plugged in, what the
> interface offered as an operating speed.
>
> Currently, the available tools don't tell you everything
> there is to know about USB. Which is unfortunate. There
> are still some questions that cannot be answered with the
> (poor) utilities available. UVCView, for example, is
> about as good as it gets.
>
> Paul
>
>>
>> "Roby" <roby@no-address.net> wrote in message
>> news:47b0c6c6$0$16660$4c368faf@roadrunner.com...
>>> Samuel wrote:
>>>
>>>> How can I know if I have USB 2.0 installed on my computer?
>>> Run this from a console window:
>>> $ lsusb -v | grep bcdUSB
>>>
>>> Response(s) will be 1.1 or 2.0.

>>



Reply With Quote
  #6 (permalink)  
Old 02-11-2008, 11:34 PM
Paul
Guest
 
Posts: n/a
Default Re: USB 2.0

Samuel wrote:
> Windows or Linux


"lsusb" is part of Linux.

This program is for Windows. You can learn a bit more
about your plugged in USB devices with this. But this
requires some interpretation (a developer tool, not really
for end users). The top download on the page, labeled "x86",
would be suitable for 32 bit Windows usage.

http://web.archive.org/web/200705160...VCViewdwn.mspx

In terms of checking in Device Manager, this web page
tells you to look for USB entries, with the word "Enhanced"
in the title. Enhanced means the host has a USB2 driver
installed and is ready for USB2 capable devices.

http://www.usbman.com/Guides/checking_for_usb_2.htm

The highlighted entry in this picture, has the
word "Enhanced" in it, meaning the USB host in question,
is ready to support USB2 rate operation when a USB2
capable device is plugged in.

http://www.usbman.com/Guides/checki5.jpg

Also, in that JPG picture, I can tell there
are two devices used for USB. That computer
has an Intel Southbridge, with USB2 on it. The
computer also has a USB2 PCI card, with NEC chip
on it. So more than one host chip can be present
in a computer. In fact, on some older computers,
the chipset has a USB 1.0 only interface, and
to give USB2 ports, they added a second chip that
was USB2 capable. Such a motherboard would also have
a Device Manager list, pretty similar to the above
JPG picture. Then the problem is, identifying which
USB connector is a USB2 ready one. That is
when a tool like UVCView can help you, to decide,
at the instant a USB device is plugged in, what the
interface offered as an operating speed.

Currently, the available tools don't tell you everything
there is to know about USB. Which is unfortunate. There
are still some questions that cannot be answered with the
(poor) utilities available. UVCView, for example, is
about as good as it gets.

Paul

>
> "Roby" <roby@no-address.net> wrote in message
> news:47b0c6c6$0$16660$4c368faf@roadrunner.com...
>> Samuel wrote:
>>
>>> How can I know if I have USB 2.0 installed on my computer?

>> Run this from a console window:
>> $ lsusb -v | grep bcdUSB
>>
>> Response(s) will be 1.1 or 2.0.

>
>


Reply With Quote
  #7 (permalink)  
Old 02-11-2008, 11:36 PM
~misfit~
Guest
 
Posts: n/a
Default Re: USB 2.0

Somewhere on teh intarweb "Samuel" typed:
> How can I know if I have USB 2.0 installed on my computer?


If you have XP installed, plug in a USB 2.0 flash stick. If Windows tells
you that you could use a faster interface you haven't got USB 2.0.
--
Shaun.



Reply With Quote
  #8 (permalink)  
Old 02-11-2008, 11:42 PM
kony
Guest
 
Posts: n/a
Default Re: USB 2.0

On Mon, 11 Feb 2008 19:57:59 GMT, "Samuel"
<samuel.shulman@ntlworld.com> wrote:

>How can I know if I have USB 2.0 installed on my computer?
>


Check your system specs (for an OEM system) or motherboard
manual (or the manufacturer's product webpage) to find out
without use of an OS.

Runnning windows, look in Device Manager, at the bottom in
the USB category it will read Enhanced instead of Standard,
or there will be an entry(s) that actually state USB 2.

Reply With Quote
  #9 (permalink)  
Old 02-12-2008, 11:00 AM
GT
Guest
 
Posts: n/a
Default Re: USB 2.0

"Roby" <roby@no-address.net> wrote in message
news:47b0c6c6$0$16660$4c368faf@roadrunner.com...
> Samuel wrote:
>
>> How can I know if I have USB 2.0 installed on my computer?

>
> Run this from a console window:
> $ lsusb -v | grep bcdUSB
>
> Response(s) will be 1.1 or 2.0.


That looks like a unix command to me!



Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:19 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45