Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

USB 2.0 device assigned as USB 1.1

4 views
Skip to first unread message

Chris McKeever

unread,
Sep 26, 2004, 11:34:27 AM9/26/04
to
I am using RH7.3 (sort of a need so upgrading may be an issue)
I have a USB 2.0 PCI card which gets recognized properly. When I plug
in a USB 2.0 scanner, the scanner falls back to a USB 1.1 on the card.
I cant seem to find anything regarding how to resolve this. I found
a similar post (below) - but it was inconclusive. Any suggestions?
(other than upgrade)

Thanks
cgmckeever

cat /proc/bus/usb/devices

########### here is the 2.0 entry ##################
T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 5
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS= 8 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.40
S: Manufacturer=Linux 2.4.18-3 ehci-hcd
S: Product=PCI device 1033:00e0 (NEC Corporation)
S: SerialNumber=02:00.2
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl= 12ms
T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 0.00
S: Product=USB OHCI Root Hub
S: SerialNumber=d08ca000
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms
T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=ff(vend.) Sub=00 Prot=ff MxPS= 8 #Cfgs= 1
P: Vendor=04a9 ProdID=220d Rev= 1.00

############### Here is where the SCANNER is recognized
##################
S: Manufacturer=Canon
S: Product=CanoScan
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=500mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=ff Driver=(none)
E: Ad=81(I) Atr=03(Int.) MxPS= 1 Ivl= 16ms
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
E: Ad=03(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 3
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 0.00
S: Product=USB OHCI Root Hub
S: SerialNumber=d08c8000
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms


From: Mark Bratcher (_mbra...@rochester.rr.com)
Subject: Need help with external USB drive on Linux

View this article only
Newsgroups: comp.os.linux.hardware
Date: 2003-02-13 16:34:39 PST

I have a V-link drive box that houses a hard disk.
The interface is up to USB 2.0 compatible.
I purchased this from CompGeeks. :-)

A friend of mine got this working on Mandrake Linux without any
additional
drivers. When I try to use it on RedHat 7.3 (kernel 2.4.18), the USB
driver
sees it get plugged in as well as when it's unplugged. But the message
in
the /var/log/messages reads:

Feb 13 19:19:23 blueboy kernel: hub.c: USB new device connect on
bus1/1, assigned device number 3
Feb 13 19:19:23 blueboy kernel: usb.c: USB device 3 (vend/prod
0x67b/0x2307) is not claimed by any active driver.
Feb 13 19:19:27 blueboy /etc/hotplug/usb.agent: ... no modules for USB
product 67b/2307/100

I have usb-storage, ide-scsi, and usb-uhci all loaded as modules.

Everything I've read on the internet that I can search for in google
tells me
this should just simply work and give me the drive as /dev/sda (I have
no other
SCSI devices), but it isn't happening.

Has anyone made one of these work?

Thanks.
Mark

John-Paul Stewart

unread,
Sep 26, 2004, 4:57:50 PM9/26/04
to
Chris McKeever wrote:
> I am using RH7.3 (sort of a need so upgrading may be an issue)
> I have a USB 2.0 PCI card which gets recognized properly. When I plug
> in a USB 2.0 scanner, the scanner falls back to a USB 1.1 on the card.
> I cant seem to find anything regarding how to resolve this. I found
> a similar post (below) - but it was inconclusive. Any suggestions?
> (other than upgrade)

You need to have either the OHCI or UHCI module loaded for USB 1.1
support (which you obviously do). _In addition_ you need the EHCI
module (ehci-hcd) to support USB 2.0 speeds. Check with 'lsmod'. If
it's not listed, try (as root) 'modprobe echi-hcd'. If you see no
output, the module loaded successfully; try plugging in the scanner
now. If there is output from modprobe, report the errors here if you
need further help resolving the problem.

Fritz

unread,
Nov 1, 2004, 2:59:25 AM11/1/04
to
Also check that your scanner is a true USB 2.0 Hi-speed device not a
re-badged USB 1.1 Full-speed device.

The rebading by the USB peoples means:
USB 2.0 Low-speed = USB 1.1 <12mbits
USB 2.0 Full-Speed = USB 1.1 12mbits
USB 2.0 Hi-Speed = USB 2 480Mbits

0 new messages