On Mon, Jul 03, 2000 at 02:06:27PM +0400, Praveen wrote:
> > > On Mon, Jul 03, 2000 at 10:23:53AM -0700, Praveen wrote:
> > > > Hi,
> > > >   We are using generic usb serial converter driver(usbserial.c) for
> > ezlink usb device.But when ever we try to transmit a file b/n two computers
> > using cat, part of file is getting transfered.After that it blocks
> > > >         We found that, write urb status is in EINPROGRESS
> > > > for infinite amount of time.So we can't submit any new write urb.
> > > >     How to fix this problem ?..
> > > >     And also is there is any ezlink driver available now. If yes plz let
> > me know..
> > >
> > > If you turn debugging on for the usb-serial driver, does it show that
> > > the bulk write urb's callback gets called?
> 
>       Ya..Its getting called.       
>         
> > > How did you determine that the urb was stuck at EINPROGRESS?
>       
>       I checked urb status in generic_write and also in generic_write_room.
>       Well i am getting message "already writing"   
> 
> > > Debugging logs, including what kernel version being used would be
> > > greatly appreciated in trying to figure this out.
>            
>       Kernel version : 2.2.12  

I am guessing that you are using an old version of the backport, and if
so, you might want to upgrade to 2.2.16 with the latest backport, or if
you can, try the 2.4.0-testn series. A lot of things have changed since
the version that it looks like you are using.

If you still have the problem on the latest copy of the driver, please
let me know (also know if this fixes your problem too.)

Thanks,

greg k-h

-- 
greg@(kroah|wirex).com                     don't trust programmers?
                                        complete StackGuard distro at
                                               immunix.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to