Re: [linux-usb-devel] Re: isp116x with ethernet dongle

2005-03-02 Thread Michael
> > In summary, I have tried hard to convince the world and > > myself that somebody else is guilty of this error :) Thanks > > for your help. > > No problem, thanks for taking the time to investigate! > I just wanted to add my thanks as well. Thanks Olav! (a bunch) It sounds to me like it's

[linux-usb-devel] Re: isp116x with ethernet dongle

2005-03-02 Thread Olav Kongas
Hi Ian, On Tue, 1 Mar 2005, Ian Campbell wrote: > > If you are not yet tired of my requests then could you > > please regenerate the log after adding the following to > > the beginning of the dump_ptd() and dump_ptd_{in,out}_data() > > functions: > > > > if(PTD_GET_EP(ptd) != 3) > >

[linux-usb-devel] Re: isp116x with ethernet dongle

2005-03-02 Thread Ian Campbell
On Wed, 2005-03-02 at 00:36 +0200, Olav Kongas wrote: > Therefore I suspect that the dongle is guilty sending the > USB data packet with incorrect Toggle from EP3 every now and > then. Say, when you start a new operation like ping. Of > course, the verification would be to detect this error with >

[linux-usb-devel] Re: isp116x with ethernet dongle

2005-03-01 Thread Ian Campbell
On Mon, 2005-02-28 at 23:25 +0200, Olav Kongas wrote: > I went through the logs and unfortunately there is always > part of the log missing between the CC=3 (which is always > for EP=3) and the previous EP=3 log messages. I suspect that > the missing parts may contain important information. > > I

[linux-usb-devel] Re: isp116x with ethernet dongle

2005-02-28 Thread Olav Kongas
On Mon, 28 Feb 2005, Ian Campbell wrote: > > Can you please test with the previous non-working version of > > the driver, after applying the patch I included in my last > > e-mail. It would be good to know whether this patch fixed > > the error you encountered (it was already applied to the > > f

[linux-usb-devel] Re: isp116x with ethernet dongle

2005-02-28 Thread Ian Campbell
On Fri, 2005-02-25 at 18:37 +0200, Olav Kongas wrote: > > Would you still like me to try some of the other things you mentioned > > and gather logs? > > Yes, if you already asked :) > > Can you please test with the previous non-working version of > the driver, after applying the patch I included

[linux-usb-devel] Re: isp116x with ethernet dongle

2005-02-25 Thread Olav Kongas
Hi Ian, On Fri, 25 Feb 2005, Ian Campbell wrote: > Using the files you attached makes the dongle work! It gets an IP > address via DHCP and pings out quite nicely. I've not done a whole lot > of stress testing but it is looking pretty good! > > It also seems to have fixed my bluetooth dongle, at l

[linux-usb-devel] Re: isp116x with ethernet dongle

2005-02-25 Thread Ian Campbell
On Fri, 2005-02-25 at 15:08 +0200, Olav Kongas wrote: > Also, you can try the latest version of the driver. I don't > want to put is up to the web page as it needs some more > work, but I attach the files isp116x-hcd.c and isp116x.h > here and you can just copy them to drivers/usb/host > directory

Re: [linux-usb-devel] Re: isp116x with ethernet dongle

2005-02-25 Thread Olav Kongas
Hi Torsten, On Wed, 23 Feb 2005 [EMAIL PROTECTED] wrote: > > --- linux-2.6.10-isp/drivers/usb/host/isp116x.h.buggy 2005-02-23 > > 18:45:55.0 +0200 > > +++ linux-2.6.10-isp/drivers/usb/host/isp116x.h 2005-02-23 > > 18:49:17.0 +0200 > > @@ -529,7 +529,7 @@ static inline v

[linux-usb-devel] Re: isp116x with ethernet dongle

2005-02-25 Thread Ian Campbell
Hi Olav, thanks for your response. (my personal email account with NTL (*spits*), which is where I am subscribed to linux-usb-devel, seems to be down today, so I'm only getting the responses that are CC'd to my work email... please continue to CC me, cheers!) On Thu, 2005-02-24 at 02:04 +0200, Ol

[linux-usb-devel] Re: isp116x with ethernet dongle

2005-02-25 Thread Olav Kongas
Hi Ian, On Thu, 24 Feb 2005, Ian Campbell wrote: > The driver queues an URB with length PEGASUS_MTU + 8. PEGASUS_MTU is > 1536, I guess the extra 8 is a status header added by the dongle, this > gives an URB that is large enough to contain the largest packet that > could arrive. > > 72 is 64 + 8,

[linux-usb-devel] Re: isp116x with ethernet dongle

2005-02-23 Thread Olav Kongas
On Wed, 23 Feb 2005, Ian Campbell wrote: > I've attached a trace made with DEBUG and URB_TRACE, it's quite big but > compresses really well. The interesting parts, I think, are many > messages similar to this one: > 116x: Enqueue: FA 2 ep1in bulk: len 1544 short_not_ok > [SNIP sev

Re: [linux-usb-devel] Re: isp116x with ethernet dongle

2005-02-23 Thread TKoschorrek
Hi! First of all, sorry, but we didn't had the time to work on that problem. The old driver is working with wlan, so there was no need to solve the problem with Olav's new driver. Olav Kongas wrote: Hi Ian, On Wed, 23 Feb 2005, Ian Campbell wrote: The device is detected and the driver is loaded, bu

[linux-usb-devel] Re: isp116x with ethernet dongle

2005-02-23 Thread Olav Kongas
Hi Ian, On Wed, 23 Feb 2005, Ian Campbell wrote: > The device is detected and the driver is loaded, but once I try and ifup > the device, which tries to do dhcp, I get lots of "Allowed data > underrun" and eventually a failure. > > I've attached a trace made with DEBUG and URB_TRACE, it's quite bi