From: Juergen Stuber <juergen@jstuber.net>
To: linux-kernel@vger.kernel.org
Subject: Re: USB-1.1 fails with USB 2.0 Hub
Date: Fri, 12 Nov 2004 11:44:19 +0100 [thread overview]
Message-ID: <86d5yjtkho.fsf@jstuber.net> (raw)
In-Reply-To: 200411112003.43598.Gregor.Jasny@epost.de
Hi Gregor,
Gregor Jasny <Gregor.Jasny@epost.de> writes:
>
> Just a simple me, too.
I don't think it is the same problem.
> I've got the problem with a TerraCAM USB Pro. Plugged
> into my Apple Keyboard it works (with a warning about high power
> consumption). But if I plug it into my Belkin F5U237 the driver complains
> with: "drivers/usb/media/ov511.c: init isoc: usb_submit_urb(0) ret -38".
-38 is -ENOSYS which means "Function not implemented"
(see include/asm-generic/errno.h in the kernel sources).
To support USB 1.1 devices over a 2.0 hub the hub contains
a so-called transaction translator that needs special support
in the USB driver, and which works differently for isochronous
transfers (note the isoc in the error message).
This is usually implemented after the other transfer types.
> Have you already tried another USBv2 hub?
I don't think you can cure it with a different 2.0 hub.
You can either use only 1.1 hubs on the path to the device,
like with the keyboard, or try a newer kernel version
(but then 2.6.9 is already rather new).
Hope this helps
Jürgen
--
Jürgen Stuber <juergen@jstuber.net>
http://www.jstuber.net/
gnupg key fingerprint = 2767 CA3C 5680 58BA 9A91 23D9 BED6 9A7A AF9E 68B4
Looking for consulting and project work in Mozart/Oz, Linux kernel, USB
next prev parent reply other threads:[~2004-11-12 10:45 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-08 15:49 USB-Serial fails with USB 2.0 Hub Robin Getz
2004-11-11 19:03 ` USB-1.1 fails with USB 2.0 Hub [was: Re: USB-Serial fails with USB 2.0 Hub] Gregor Jasny
2004-11-11 19:30 ` Gregor Jasny
2004-11-12 10:44 ` Juergen Stuber [this message]
2004-12-27 5:32 ` Asus P4C800-E Deluxe and Intel Pro/1000 Terry Hardie
2004-12-30 2:01 ` Bill Davidsen
2004-12-31 21:27 ` Bill Davidsen
2005-01-01 1:21 ` Terry Hardie
2005-01-01 20:31 ` Bill Davidsen
2005-01-01 21:26 ` Terry Hardie
2005-01-01 22:51 ` Lee Revell
2005-01-02 2:12 ` Bill Davidsen
2005-01-02 15:11 ` Klaus Kurzmann
2005-01-03 0:45 ` Bill Davidsen
2004-11-13 0:54 ` USB-Serial fails with USB 2.0 Hub Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86d5yjtkho.fsf@jstuber.net \
--to=juergen@jstuber.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox