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 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| |||
| 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!. |
| |||
| 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 |
| |||
| 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 |
| |||
| 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 |
| |||
| 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. |
| |||
| 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 |
| |||
| 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 |
| |||
| 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". |
| ||||
| 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 |