Unix Technical Forum

USB 1.x or 2.0?

This is a discussion on USB 1.x or 2.0? within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Ewald Pfau <anderswo@gmx.net> wrote: > ~kurt <actinouranium@earthlink.net>: > >> This would explain why the new USB flash reader I ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 02-20-2008, 09:40 PM
~kurt
 
Posts: n/a
Default Re: USB 1.x or 2.0?

Ewald Pfau <anderswo@gmx.net> wrote:
> ~kurt <actinouranium@earthlink.net>:
>
>> This would explain why the new USB flash reader I recently bought doesn't
>> work while my somewhat older one does. I guess the new one isn't
>> backwards compatible.

>
> Maybe it helps, to query the partition table by something like
>
> `fdisk -l /dev/sda`
>
> before mounting? This is, just to give the driver layers a chance, 'to see'
> the device somehow, before accessing it 'for real'.


Well, since I don't use P&P, I just look at the error messages at boot
when it tries to load the module (I've played around with the modules).
There is some error message - I forgot what it is - but the end result
is the reader doesn't exist. I'm using the 2.4.32 kernel, so guess this is
why I need to look at /proc/scsi/usb-storage to see the status of my
functional reader (I don't have a /proc/bus/usb). Looks like 2.0 to me.
Maybe the reader is just defective. I might see if it works on a friend of
mine's Windoz computer. My RadioShack one works fine.

- Kurt
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 02-20-2008, 09:40 PM
Steven Woody
 
Posts: n/a
Default Re: USB 1.x or 2.0?

On 4月17日, 上午9时58分, ~kurt <actinouran...@earthlink.net> wrote:
> Ewald Pfau <ander...@gmx.net> wrote:
> > ~kurt <actinouran...@earthlink.net>:

>
> >> This would explain why the new USB flash reader I recently bought doesn't
> >> work while my somewhat older one does. I guess the new one isn't
> >> backwards compatible.

>
> > Maybe it helps, to query the partition table by something like

>
> > `fdisk -l /dev/sda`

>
> > before mounting? This is, just to give the driver layers a chance, 'to see'
> > the device somehow, before accessing it 'for real'.

>
> Well, since I don't use P&P, I just look at the error messages at boot
> when it tries to load the module (I've played around with the modules).
> There is some error message - I forgot what it is - but the end result
> is the reader doesn't exist. I'm using the 2.4.32 kernel, so guess this is
> why I need to look at /proc/scsi/usb-storage to see the status of my
> functional reader (I don't have a /proc/bus/usb). Looks like 2.0 to me.
> Maybe the reader is just defective. I might see if it works on a friend of
> mine's Windoz computer. My RadioShack one works fine.
>
> - Kurt



thanks for all your help!.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 02-20-2008, 09:41 PM
Thierry MERLE
 
Posts: n/a
Default Re: USB 1.x or 2.0?

Steven Woody a écrit :
> hi folks,
>
> how do i get know what's my current USB device version? is it a
> USB-1.x or USB-2.0? and how much speed difference between this two
> specification?
>
> thanks.
>
> -
> woody
>

Hello,
well, a simple thing, when devices are plugged:
dmesg|grep 'speed USB'

For me, this shows:
usb 2-2: new low speed USB device using ohci_hcd and address 2
usb 2-3: new low speed USB device using ohci_hcd and address 3
usb 2-4: new full speed USB device using ohci_hcd and address 4
usb 1-5: new high speed USB device using ehci_hcd and address 5
usb 1-6: new high speed USB device using ehci_hcd and address 6
The little code 2-2, 2-3, ... matches the Bus-Device couple.

I have:
2 low speed USB devices (USB 1.x) +
1 full speed USB device (USB 1.x) +
2 high speed USB device (USB 2.x).

lsusb gives the details of each devices, ordered by Bus-Device couple.

Regards,
Thierry MERLE
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 02-20-2008, 09:41 PM
Thierry MERLE
 
Posts: n/a
Default Re: USB 1.x or 2.0?

Steven Woody a écrit :
> hi folks,
>
> how do i get know what's my current USB device version? is it a
> USB-1.x or USB-2.0? and how much speed difference between this two
> specification?
>
> thanks.
>
> -
> woody
>

Hello,
well, a simple thing, when devices are plugged:
dmesg|grep 'speed USB'

For me, this shows:
usb 2-2: new low speed USB device using ohci_hcd and address 2
usb 2-3: new low speed USB device using ohci_hcd and address 3
usb 2-4: new full speed USB device using ohci_hcd and address 4
usb 1-5: new high speed USB device using ehci_hcd and address 5
usb 1-6: new high speed USB device using ehci_hcd and address 6
The little code 2-2, 2-3, ... matches the Bus-Device couple.

I have:
2 low speed USB devices (USB 1.x) +
1 full speed USB device (USB 1.x) +
2 high speed USB device (USB 2.x).

lsusb gives the details of each devices, ordered by Bus-Device couple.

Regards,
Thierry MERLE

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 02-20-2008, 09:41 PM
Thierry MERLE
 
Posts: n/a
Default Re: USB 1.x or 2.0?

Steven Woody a écrit :
> hi folks,
>
> how do i get know what's my current USB device version? is it a
> USB-1.x or USB-2.0? and how much speed difference between this two
> specification?
>
> thanks.
>
> -
> woody
>

Hello,
well, a simple thing, when devices are plugged:
dmesg|grep 'speed USB'

For me, this shows:
usb 2-2: new low speed USB device using ohci_hcd and address 2
usb 2-3: new low speed USB device using ohci_hcd and address 3
usb 2-4: new full speed USB device using ohci_hcd and address 4
usb 1-5: new high speed USB device using ehci_hcd and address 5
usb 1-6: new high speed USB device using ehci_hcd and address 6
The little code 2-2, 2-3, ... matches the Bus-Device couple.

I have:
2 low speed USB devices (USB 1.x) +
1 full speed USB device (USB 1.x) +
2 high speed USB device (USB 2.x).

lsusb gives the details of each devices, ordered by Bus-Device couple.

Regards,
Thierry MERLE
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 02-20-2008, 09:41 PM
Thierry MERLE
 
Posts: n/a
Default Re: USB 1.x or 2.0?

Steven Woody a écrit :
> hi folks,
>
> how do i get know what's my current USB device version? is it a
> USB-1.x or USB-2.0? and how much speed difference between this two
> specification?
>
> thanks.
>
> -
> woody
>

Hello,
well, a simple thing, when devices are plugged:
dmesg|grep 'speed USB'

For me, this shows:
usb 2-2: new low speed USB device using ohci_hcd and address 2
usb 2-3: new low speed USB device using ohci_hcd and address 3
usb 2-4: new full speed USB device using ohci_hcd and address 4
usb 1-5: new high speed USB device using ehci_hcd and address 5
usb 1-6: new high speed USB device using ehci_hcd and address 6
The little code 2-2, 2-3, ... matches the Bus-Device couple.

I have:
2 low speed USB devices (USB 1.x) +
1 full speed USB device (USB 1.x) +
2 high speed USB device (USB 2.x).

lsusb gives the details of each devices, ordered by Bus-Device couple.

Regards,
Thierry MERLE
P.S. : Next time I will post on alt.test before posting with a new address.
Sorry for the inconvenience.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 02-20-2008, 09:41 PM
CBFalconer
 
Posts: n/a
Default Re: USB 1.x or 2.0?

Thierry MERLE wrote:
> Steven Woody a écrit :
>>
>> how do i get know what's my current USB device version? is it a
>> USB-1.x or USB-2.0? and how much speed difference between this two
>> specification?

>
> well, a simple thing, when devices are plugged:
> dmesg|grep 'speed USB'
>
> For me, this shows:
> usb 2-2: new low speed USB device using ohci_hcd and address 2
> usb 2-3: new low speed USB device using ohci_hcd and address 3
> usb 2-4: new full speed USB device using ohci_hcd and address 4
> usb 1-5: new high speed USB device using ehci_hcd and address 5
> usb 1-6: new high speed USB device using ehci_hcd and address 6
> The little code 2-2, 2-3, ... matches the Bus-Device couple.
>
> I have:
> 2 low speed USB devices (USB 1.x) +
> 1 full speed USB device (USB 1.x) +
> 2 high speed USB device (USB 2.x).
>
> lsusb gives the details of each devices, ordered by Bus-Device couple.


Why four copies of the same message?

--
<http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt>
<http://www.securityfocus.com/columnists/423>
<http://www.aaxnet.com/editor/edit043.html>

"A man who is right every time is not likely to do very much."
-- Francis Crick, co-discover of DNA
"There is nothing more amazing than stupidity in action."
-- Thomas Matthews



--
Posted via a free Usenet account from http://www.teranews.com

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 02-20-2008, 09:41 PM
Thierry MERLE
 
Posts: n/a
Default Re: USB 1.x or 2.0?

CBFalconer a 閏rit :
> Thierry MERLE wrote:
>> Steven Woody a écrit :
>>> how do i get know what's my current USB device version? is it a
>>> USB-1.x or USB-2.0? and how much speed difference between this two
>>> specification?

>> well, a simple thing, when devices are plugged:
>> dmesg|grep 'speed USB'
>>
>> For me, this shows:
>> usb 2-2: new low speed USB device using ohci_hcd and address 2
>> usb 2-3: new low speed USB device using ohci_hcd and address 3
>> usb 2-4: new full speed USB device using ohci_hcd and address 4
>> usb 1-5: new high speed USB device using ehci_hcd and address 5
>> usb 1-6: new high speed USB device using ehci_hcd and address 6
>> The little code 2-2, 2-3, ... matches the Bus-Device couple.
>>
>> I have:
>> 2 low speed USB devices (USB 1.x) +
>> 1 full speed USB device (USB 1.x) +
>> 2 high speed USB device (USB 2.x).
>>
>> lsusb gives the details of each devices, ordered by Bus-Device couple.

>
> Why four copies of the same message?
>

Apologies for that, my newsgroup reader told me errors whereas the
article was posted successfully.
Regards,
Thierry
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 02-20-2008, 09:42 PM
Dan C
 
Posts: n/a
Default Re: USB 1.x or 2.0?

On Wed, 18 Apr 2007 18:58:06 +0200, Thierry MERLE wrote:

> Apologies for that, my newsgroup reader told me errors whereas the
> article was posted successfully.


Quite likely because you're using an email client which (sort of) happens
to (sort of) work with newsgroups too. Sounds like a good time for an
upgrade to a real newsreader.

--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 02-20-2008, 09:44 PM
Thierry MERLE
 
Posts: n/a
Default Re: USB 1.x or 2.0?

On Wed, 18 Apr 2007 19:35:47 -0500, Dan C wrote:

> On Wed, 18 Apr 2007 18:58:06 +0200, Thierry MERLE wrote:
>
>> Apologies for that, my newsgroup reader told me errors whereas the
>> article was posted successfully.

>
> Quite likely because you're using an email client which (sort of)
> happens to (sort of) work with newsgroups too. Sounds like a good time
> for an upgrade to a real newsreader.


Right, simple and dedicated is the best
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
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

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


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


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com