Hi Gregor,
Gregor Jasny <[email protected]> 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 <[email protected]>
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