Re: USB broken in 2.4.4? Serial Ricochet works, USB performance sucks.

Greg KH (greg@kroah.com)
Wed, 9 May 2001 22:38:13 -0700


On Wed, May 09, 2001 at 11:25:26PM -0700, clameter@lameter.com wrote:
>
> The Richochet USB stuff uses generic serial I/O. No special driver. And it
> works fine under Win/ME. Have you run a regular PPP connection over the
> ACM driver with an MTU of 1500?

The Linux USB ACM driver is the same "generic serial I/O" driver that
you speak of Win/ME having. What is the MTU setting under Win/ME for
the device?

And no, I haven't run a PPP connection over a ACM device, as I do not
have an ACM device (otherwise I would have fixed the speed issues by now :)

But again, there are no packet size limitations in the driver, except as
such is specified by the specific device (endpoint size is determined by
the device, not the driver.) So that would point to either a PPP
problem (maybe), or a device problem (probably, would have to have a
large buffer to handle a MTU of that size, and silicon isn't cheap for
tiny devices like modems.)

Hope this helps,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/