[speedtouch] Re: refcount bug in SpeedTouch?

2001-10-29 Thread Benoit PAPILLAULT


Hi all,

Wether your problem is related to usb-ohci.c, usbdevfs or the speedtouch 
driver, it should be solved. Moreover, we know where the error is since it 
calls the BUG() macro. I faced such problem myself on an old machine
and the only thing I found is that the hardware was a little bit buggy 
(addresses read from some registers did not match addresses written on
other registers, which produce a kernel panic). But even if the hardware is
buggy, good software design should recover such errors instead of doing
a kernel panic so, there must be something to do on the software part ...
(kernel or user) 

Benoit


Le Lundi 29 Octobre 2001 12:59, vous avez écrit :
> Maybe, but that would suggest that even on a faster machine it will
> eventually crash (my P233 has stayed up for 3-4 days without problem).
>
> I'm probably going to order another (more expensive) USB card, to see
> whether that helps - if it is a scheduling problem it is possible that
> having a better card might reduce the problem in the same way as having a
> faster processor.
>
> (I would also be interested to know whether a different USB card would help
> the Alcatel mgmt program, which currently crashes on my machine with any
> kernel above 2.4.5ish.)
>
> All the best,
> Tim.

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe





[speedtouch] Re: refcount bug in SpeedTouch?

2001-10-29 Thread Tim Brody

Maybe, but that would suggest that even on a faster machine it will
eventually crash (my P233 has stayed up for 3-4 days without problem).

I'm probably going to order another (more expensive) USB card, to see
whether that helps - if it is a scheduling problem it is possible that
having a better card might reduce the problem in the same way as having a
faster processor.

(I would also be interested to know whether a different USB card would help
the Alcatel mgmt program, which currently crashes on my machine with any
kernel above 2.4.5ish.)

All the best,
Tim.

- Original Message -
From: "Phuong Que Nguyen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 28, 2001 9:45 PM
Subject: [speedtouch] Re: refcount bug in SpeedTouch?


> Hi
>
> I try to run speedtouch with my USB card on the second PC, a Pentium
III
> 550 MHz and a same kernel today. It work VERY WELL. I can download a
> complete redhat CDROM iso during 4 hours. So I think it isn't a problem
with
> the chip but a scheduling problem on OHCI driver because we have a slow
CPU.
> What do you think about it ?
>
> Phuong
>
>
> - Original Message -
> From: "Tim Brody" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, October 28, 2001 2:04 PM
> Subject: [speedtouch] Re: refcount bug in SpeedTouch?
>
>
> > Mine is CMD 0670B-400: http://www.dlink.co.uk/long_desc.asp?id=234
> >
> > Anybody else got this card, and got problems with the SpeedTouch?
> >
> > How would we diagnose this problem (if it could be fixed without the
> > purchase of another USB card)? I agree with Dave that the problem is in
> the
> > SpeedTouch driver, as I didn't experience any problems using the kernel
> > driver (why I'm no longer using the kernel driver is a long story ...).
> >
> > Tim.
> >
> > ----- Original Message -
> > From: "Phuong Que Nguyen" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Sunday, October 28, 2001 8:27 AM
> > Subject: [speedtouch] Re: refcount bug in SpeedTouch?
> >
> >
> > > Hi Tim
> > > I have a CMD 670 chip on a no name USB Card. Is this the same chip
> on
> > > your D-Link Card ?
> > >
> > > Otherwise, I have a response from David Brownell a bout OHCI:
> > >
> > > >> I have a kernel panic with Usb OHCI pci card in the function
> > > >> sohci_free_dev() (module usb_ohci.o). Likely it's a know bug. Can
you
> > > tell
> > > >> me more information about it.
> > >
> > > >As it says in the comment, this probably isn't a bug in the OHCI
> > > >driver, it's usually been a problem with the device driver.  In this
> > > >case, evidently the SpeedTouch driver does device refcounts wrong.
> > >
> > > >- Dave
> > >
> > > >>} else {
> > > >> /* likely some interface's driver has a refcount bug */
> > > >> err ("bus %s devnum %d deletion in interrupt",
> > > >>  ohci->ohci_dev->slot_name, usb_dev->devnum);
> > > >> BUG ();* --> HERE  ***
> > > >>}
> > > >>
> > > >> I have a Pentium 75, with USB OHCI PCI card and Alcatel
> speedtouch
> > > usb
> > > >> Modem.
> > >
> > > It mean we have a bad chip ? ;-(
> > > Phuong.
> > >
> > > - Original Message -
> > > From: "Tim Brody" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Sunday, October 28, 2001 2:21 AM
> > > Subject: [speedtouch] Re: refcount bug in SpeedTouch?
> > >
> > >
> > > > Hi,
> > > >
> > > > (system crashes are getting too annoying not to be solved ...)
> > > >
> > > > I believe the USB card I have is a 2-port D-LINK card (square board
> with
> > a
> > > > large, central chip).
> > > >
> > > > Is this the same card you have?
> > > >
> > > > I'm wondering whether the crash may be related to just this type of
> USB
> > > > card, as it would  appear to effect so few people, in which case
> simply
> > > > replacing the card may solve it.
> > > >
> > > > Many thanks,
> > > > Tim.
> > > >
> > > > - Original Message -
> > > > From: "Phuong Que Nguyen" <[EM

[speedtouch] Re: refcount bug in SpeedTouch?

2001-10-28 Thread Marc CHACHEREAU

I don't know if there is scheduling problem or module problem, but I've
changed my distribution on my old pentium 120.
Now I use smoothwall (excellent distribution, www.smoothwall.org) and all
works fine. No more ftp download troubles, everything's working pretty.
Before I use a Mandrake 7.2.
Bye.

- Original Message -
From: "Phuong Que Nguyen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 28, 2001 10:45 PM
Subject: [speedtouch] Re: refcount bug in SpeedTouch?


> Hi
>
> I try to run speedtouch with my USB card on the second PC, a Pentium
III
> 550 MHz and a same kernel today. It work VERY WELL. I can download a
> complete redhat CDROM iso during 4 hours. So I think it isn't a problem
with
> the chip but a scheduling problem on OHCI driver because we have a slow
CPU.
> What do you think about it ?
>
> Phuong
>
>
> - Original Message -
> From: "Tim Brody" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, October 28, 2001 2:04 PM
> Subject: [speedtouch] Re: refcount bug in SpeedTouch?
>
>
> > Mine is CMD 0670B-400: http://www.dlink.co.uk/long_desc.asp?id=234
> >
> > Anybody else got this card, and got problems with the SpeedTouch?
> >
> > How would we diagnose this problem (if it could be fixed without the
> > purchase of another USB card)? I agree with Dave that the problem is in
> the
> > SpeedTouch driver, as I didn't experience any problems using the kernel
> > driver (why I'm no longer using the kernel driver is a long story ...).
> >
> > Tim.
> >
> > ----- Original Message -
> > From: "Phuong Que Nguyen" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Sunday, October 28, 2001 8:27 AM
> > Subject: [speedtouch] Re: refcount bug in SpeedTouch?
> >
> >
> > > Hi Tim
> > > I have a CMD 670 chip on a no name USB Card. Is this the same chip
> on
> > > your D-Link Card ?
> > >
> > > Otherwise, I have a response from David Brownell a bout OHCI:
> > >
> > > >> I have a kernel panic with Usb OHCI pci card in the function
> > > >> sohci_free_dev() (module usb_ohci.o). Likely it's a know bug. Can
you
> > > tell
> > > >> me more information about it.
> > >
> > > >As it says in the comment, this probably isn't a bug in the OHCI
> > > >driver, it's usually been a problem with the device driver.  In this
> > > >case, evidently the SpeedTouch driver does device refcounts wrong.
> > >
> > > >- Dave
> > >
> > > >>} else {
> > > >> /* likely some interface's driver has a refcount bug */
> > > >> err ("bus %s devnum %d deletion in interrupt",
> > > >>  ohci->ohci_dev->slot_name, usb_dev->devnum);
> > > >> BUG ();* --> HERE  ***
> > > >>}
> > > >>
> > > >> I have a Pentium 75, with USB OHCI PCI card and Alcatel
> speedtouch
> > > usb
> > > >> Modem.
> > >
> > > It mean we have a bad chip ? ;-(
> > > Phuong.
> > >
> > > - Original Message -
> > > From: "Tim Brody" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Sunday, October 28, 2001 2:21 AM
> > > Subject: [speedtouch] Re: refcount bug in SpeedTouch?
> > >
> > >
> > > > Hi,
> > > >
> > > > (system crashes are getting too annoying not to be solved ...)
> > > >
> > > > I believe the USB card I have is a 2-port D-LINK card (square board
> with
> > a
> > > > large, central chip).
> > > >
> > > > Is this the same card you have?
> > > >
> > > > I'm wondering whether the crash may be related to just this type of
> USB
> > > > card, as it would  appear to effect so few people, in which case
> simply
> > > > replacing the card may solve it.
> > > >
> > > > Many thanks,
> > > > Tim.
> > > >
> > > > - Original Message -
> > > > From: "Phuong Que Nguyen" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Tuesday, October 16, 2001 8:37 PM
> > > > Subject: [speedtouch] Re: refcount bug in SpeedTouch?
> > > >
> > > >
> > > >

[speedtouch] Re: refcount bug in SpeedTouch?

2001-10-28 Thread Phuong Que Nguyen

Hi

I try to run speedtouch with my USB card on the second PC, a Pentium III
550 MHz and a same kernel today. It work VERY WELL. I can download a
complete redhat CDROM iso during 4 hours. So I think it isn't a problem with
the chip but a scheduling problem on OHCI driver because we have a slow CPU.
What do you think about it ?

Phuong


- Original Message -
From: "Tim Brody" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 28, 2001 2:04 PM
Subject: [speedtouch] Re: refcount bug in SpeedTouch?


> Mine is CMD 0670B-400: http://www.dlink.co.uk/long_desc.asp?id=234
>
> Anybody else got this card, and got problems with the SpeedTouch?
>
> How would we diagnose this problem (if it could be fixed without the
> purchase of another USB card)? I agree with Dave that the problem is in
the
> SpeedTouch driver, as I didn't experience any problems using the kernel
> driver (why I'm no longer using the kernel driver is a long story ...).
>
> Tim.
>
> - Original Message -
> From: "Phuong Que Nguyen" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, October 28, 2001 8:27 AM
> Subject: [speedtouch] Re: refcount bug in SpeedTouch?
>
>
> > Hi Tim
> > I have a CMD 670 chip on a no name USB Card. Is this the same chip
on
> > your D-Link Card ?
> >
> > Otherwise, I have a response from David Brownell a bout OHCI:
> >
> > >> I have a kernel panic with Usb OHCI pci card in the function
> > >> sohci_free_dev() (module usb_ohci.o). Likely it's a know bug. Can you
> > tell
> > >> me more information about it.
> >
> > >As it says in the comment, this probably isn't a bug in the OHCI
> > >driver, it's usually been a problem with the device driver.  In this
> > >case, evidently the SpeedTouch driver does device refcounts wrong.
> >
> > >- Dave
> >
> > >>} else {
> > >> /* likely some interface's driver has a refcount bug */
> > >> err ("bus %s devnum %d deletion in interrupt",
> > >>  ohci->ohci_dev->slot_name, usb_dev->devnum);
> > >> BUG ();* --> HERE  ***
> > >>    }
> > >>
> > >> I have a Pentium 75, with USB OHCI PCI card and Alcatel
speedtouch
> > usb
> > >> Modem.
> >
> > It mean we have a bad chip ? ;-(
> > Phuong.
> >
> > - Original Message -
> > From: "Tim Brody" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Sunday, October 28, 2001 2:21 AM
> > Subject: [speedtouch] Re: refcount bug in SpeedTouch?
> >
> >
> > > Hi,
> > >
> > > (system crashes are getting too annoying not to be solved ...)
> > >
> > > I believe the USB card I have is a 2-port D-LINK card (square board
with
> a
> > > large, central chip).
> > >
> > > Is this the same card you have?
> > >
> > > I'm wondering whether the crash may be related to just this type of
USB
> > > card, as it would  appear to effect so few people, in which case
simply
> > > replacing the card may solve it.
> > >
> > > Many thanks,
> > > Tim.
> > >
> > > - Original Message -
> > > From: "Phuong Que Nguyen" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Tuesday, October 16, 2001 8:37 PM
> > > Subject: [speedtouch] Re: refcount bug in SpeedTouch?
> > >
> > >
> > > > Hi, I have the same problem. I think it's a driver ohci bug and
> > maybe
> > > on
> > > > the slow computer ( my system is P75 ) (???) I don't know exactly
why.
> > > > sorry !!! ;-(.
> > > >
> > > > Npq.
> > > >
> > > > - Original Message -
> > > > From: "Tim Brody" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Tuesday, October 16, 2001 2:00 PM
> > > > Subject: [speedtouch] refcount bug in SpeedTouch?
> > > >
> > > >
> > > > > Hi,
> > > > >
> > > > > Hopefully someone can help as this is a little above my head!
> > > > >
> > > > > The driver is stable when downloading at maximum throughput.
> > > > >
> > > > > When uploading at maximum throughput (e.g. ftping/email
attachments)
> >

[speedtouch] Re: refcount bug in SpeedTouch?

2001-10-28 Thread Edouard Gomez

Tim Brody wrote:

> Mine is CMD 0670B-400: http://www.dlink.co.uk/long_desc.asp?id=234
> 
> I agree with Dave that the problem is in the
> SpeedTouch driver

Hi,

   I would like to say that the driver uses the usbdevfs driver. This 
allow us to manipulate USB without any control other all the USB module 
stuff.
   We never increment/decrement module usage counter, neither we touch 
usb-interface stuff. This is usbdevfs job. So the problem must  be in 
the usbdevfs driver. But this is such a piece of code, i can't 
understand it very well (never done kernel dev) and so, i can't try to 
debug it.(more over i don't have ohci card)

Edouard Gomez


PS : Take a look at the driver source code and then try to find out 
what's the problem in usbdevfs driver.



Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe





[speedtouch] Re: refcount bug in SpeedTouch?

2001-10-28 Thread Tim Brody

Mine is CMD 0670B-400: http://www.dlink.co.uk/long_desc.asp?id=234

Anybody else got this card, and got problems with the SpeedTouch?

How would we diagnose this problem (if it could be fixed without the
purchase of another USB card)? I agree with Dave that the problem is in the
SpeedTouch driver, as I didn't experience any problems using the kernel
driver (why I'm no longer using the kernel driver is a long story ...).

Tim.

- Original Message -
From: "Phuong Que Nguyen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 28, 2001 8:27 AM
Subject: [speedtouch] Re: refcount bug in SpeedTouch?


> Hi Tim
> I have a CMD 670 chip on a no name USB Card. Is this the same chip on
> your D-Link Card ?
>
> Otherwise, I have a response from David Brownell a bout OHCI:
>
> >> I have a kernel panic with Usb OHCI pci card in the function
> >> sohci_free_dev() (module usb_ohci.o). Likely it's a know bug. Can you
> tell
> >> me more information about it.
>
> >As it says in the comment, this probably isn't a bug in the OHCI
> >driver, it's usually been a problem with the device driver.  In this
> >case, evidently the SpeedTouch driver does device refcounts wrong.
>
> >- Dave
>
> >>} else {
> >> /* likely some interface's driver has a refcount bug */
> >> err ("bus %s devnum %d deletion in interrupt",
> >>  ohci->ohci_dev->slot_name, usb_dev->devnum);
> >> BUG ();* --> HERE  ***
> >>}
> >>
> >> I have a Pentium 75, with USB OHCI PCI card and Alcatel speedtouch
> usb
> >> Modem.
>
> It mean we have a bad chip ? ;-(
> Phuong.
>
> - Original Message -
> From: "Tim Brody" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, October 28, 2001 2:21 AM
> Subject: [speedtouch] Re: refcount bug in SpeedTouch?
>
>
> > Hi,
> >
> > (system crashes are getting too annoying not to be solved ...)
> >
> > I believe the USB card I have is a 2-port D-LINK card (square board with
a
> > large, central chip).
> >
> > Is this the same card you have?
> >
> > I'm wondering whether the crash may be related to just this type of USB
> > card, as it would  appear to effect so few people, in which case simply
> > replacing the card may solve it.
> >
> > Many thanks,
> > Tim.
> >
> > - Original Message -
> > From: "Phuong Que Nguyen" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, October 16, 2001 8:37 PM
> > Subject: [speedtouch] Re: refcount bug in SpeedTouch?
> >
> >
> > > Hi, I have the same problem. I think it's a driver ohci bug and
> maybe
> > on
> > > the slow computer ( my system is P75 ) (???) I don't know exactly why.
> > > sorry !!! ;-(.
> > >
> > > Npq.
> > >
> > > - Original Message -
> > > From: "Tim Brody" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Tuesday, October 16, 2001 2:00 PM
> > > Subject: [speedtouch] refcount bug in SpeedTouch?
> > >
> > >
> > > > Hi,
> > > >
> > > > Hopefully someone can help as this is a little above my head!
> > > >
> > > > The driver is stable when downloading at maximum throughput.
> > > >
> > > > When uploading at maximum throughput (e.g. ftping/email attachments)
> the
> > > > kernel is often brought down with a crash in the usb-ohci driver.
> > > >
> > > > The kernel reports the error in the function:
> > > > static int sohci_free_dev (struct usb_device * usb_dev) {...}
> > > > The line BUG ().
> > > >
> > > > (I've tried various 2.4 kernels, all giving the same problem).
> > > >
> > > > The comment for the BUG says "likely some interface's driver has a
> > > refcount
> > > > bug" (which I guess is the SpeedTouch driver?).
> > > >
> > > > My system is Mandrake 8.1 (with kernel updated to the Cooker
> version(s))
> > > > USB generic PCI card (cheap 'n' nasty)
> > > > P233/64mb ram
> > > >
> > > > Any help much appreciated!
> > > >
> > > > All the best,
> > > > Tim.
> > > >
> > > >
> > > > Liste de diffusion modem ALCATEL SpeedTouch USB
> > > > Pour se désinscrire :
> > > mailto:[EMAIL PROTECTED]?subject=unsubscribe
> > > >
> > > >
> > >
> > >
> > > Liste de diffusion modem ALCATEL SpeedTouch USB
> > > Pour se désinscrire :
> > mailto:[EMAIL PROTECTED]?subject=unsubscribe
> > >
> > >
> >
> >
> > Liste de diffusion modem ALCATEL SpeedTouch USB
> > Pour se désinscrire :
> mailto:[EMAIL PROTECTED]?subject=unsubscribe
> >
> >
>
>
> Liste de diffusion modem ALCATEL SpeedTouch USB
> Pour se désinscrire :
mailto:[EMAIL PROTECTED]?subject=unsubscribe
>
>


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe





[speedtouch] Re: refcount bug in SpeedTouch?

2001-10-28 Thread Phuong Que Nguyen

Hi Tim
I have a CMD 670 chip on a no name USB Card. Is this the same chip on
your D-Link Card ?

Otherwise, I have a response from David Brownell a bout OHCI:

>> I have a kernel panic with Usb OHCI pci card in the function
>> sohci_free_dev() (module usb_ohci.o). Likely it's a know bug. Can you
tell
>> me more information about it.

>As it says in the comment, this probably isn't a bug in the OHCI
>driver, it's usually been a problem with the device driver.  In this
>case, evidently the SpeedTouch driver does device refcounts wrong.

>- Dave

>>} else {
>> /* likely some interface's driver has a refcount bug */
>> err ("bus %s devnum %d deletion in interrupt",
>>  ohci->ohci_dev->slot_name, usb_dev->devnum);
>> BUG ();* --> HERE  ***
>>}
>>
>> I have a Pentium 75, with USB OHCI PCI card and Alcatel speedtouch
usb
>> Modem.

It mean we have a bad chip ? ;-(
Phuong.

- Original Message -----
From: "Tim Brody" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 28, 2001 2:21 AM
Subject: [speedtouch] Re: refcount bug in SpeedTouch?


> Hi,
>
> (system crashes are getting too annoying not to be solved ...)
>
> I believe the USB card I have is a 2-port D-LINK card (square board with a
> large, central chip).
>
> Is this the same card you have?
>
> I'm wondering whether the crash may be related to just this type of USB
> card, as it would  appear to effect so few people, in which case simply
> replacing the card may solve it.
>
> Many thanks,
> Tim.
>
> - Original Message -
> From: "Phuong Que Nguyen" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, October 16, 2001 8:37 PM
> Subject: [speedtouch] Re: refcount bug in SpeedTouch?
>
>
> > Hi, I have the same problem. I think it's a driver ohci bug and
maybe
> on
> > the slow computer ( my system is P75 ) (???) I don't know exactly why.
> > sorry !!! ;-(.
> >
> > Npq.
> >
> > - Original Message -
> > From: "Tim Brody" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, October 16, 2001 2:00 PM
> > Subject: [speedtouch] refcount bug in SpeedTouch?
> >
> >
> > > Hi,
> > >
> > > Hopefully someone can help as this is a little above my head!
> > >
> > > The driver is stable when downloading at maximum throughput.
> > >
> > > When uploading at maximum throughput (e.g. ftping/email attachments)
the
> > > kernel is often brought down with a crash in the usb-ohci driver.
> > >
> > > The kernel reports the error in the function:
> > > static int sohci_free_dev (struct usb_device * usb_dev) {...}
> > > The line BUG ().
> > >
> > > (I've tried various 2.4 kernels, all giving the same problem).
> > >
> > > The comment for the BUG says "likely some interface's driver has a
> > refcount
> > > bug" (which I guess is the SpeedTouch driver?).
> > >
> > > My system is Mandrake 8.1 (with kernel updated to the Cooker
version(s))
> > > USB generic PCI card (cheap 'n' nasty)
> > > P233/64mb ram
> > >
> > > Any help much appreciated!
> > >
> > > All the best,
> > > Tim.
> > >
> > >
> > > Liste de diffusion modem ALCATEL SpeedTouch USB
> > > Pour se désinscrire :
> > mailto:[EMAIL PROTECTED]?subject=unsubscribe
> > >
> > >
> >
> >
> > Liste de diffusion modem ALCATEL SpeedTouch USB
> > Pour se désinscrire :
> mailto:[EMAIL PROTECTED]?subject=unsubscribe
> >
> >
>
>
> Liste de diffusion modem ALCATEL SpeedTouch USB
> Pour se désinscrire :
mailto:[EMAIL PROTECTED]?subject=unsubscribe
>
>


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe





[speedtouch] Re: refcount bug in SpeedTouch?

2001-10-27 Thread Tim Brody

Hi,

(system crashes are getting too annoying not to be solved ...)

I believe the USB card I have is a 2-port D-LINK card (square board with a
large, central chip).

Is this the same card you have?

I'm wondering whether the crash may be related to just this type of USB
card, as it would  appear to effect so few people, in which case simply
replacing the card may solve it.

Many thanks,
Tim.

- Original Message -
From: "Phuong Que Nguyen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 16, 2001 8:37 PM
Subject: [speedtouch] Re: refcount bug in SpeedTouch?


> Hi, I have the same problem. I think it's a driver ohci bug and maybe
on
> the slow computer ( my system is P75 ) (???) I don't know exactly why.
> sorry !!! ;-(.
>
> Npq.
>
> - Original Message -
> From: "Tim Brody" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, October 16, 2001 2:00 PM
> Subject: [speedtouch] refcount bug in SpeedTouch?
>
>
> > Hi,
> >
> > Hopefully someone can help as this is a little above my head!
> >
> > The driver is stable when downloading at maximum throughput.
> >
> > When uploading at maximum throughput (e.g. ftping/email attachments) the
> > kernel is often brought down with a crash in the usb-ohci driver.
> >
> > The kernel reports the error in the function:
> > static int sohci_free_dev (struct usb_device * usb_dev) {...}
> > The line BUG ().
> >
> > (I've tried various 2.4 kernels, all giving the same problem).
> >
> > The comment for the BUG says "likely some interface's driver has a
> refcount
> > bug" (which I guess is the SpeedTouch driver?).
> >
> > My system is Mandrake 8.1 (with kernel updated to the Cooker version(s))
> > USB generic PCI card (cheap 'n' nasty)
> > P233/64mb ram
> >
> > Any help much appreciated!
> >
> > All the best,
> > Tim.
> >
> >
> > Liste de diffusion modem ALCATEL SpeedTouch USB
> > Pour se désinscrire :
> mailto:[EMAIL PROTECTED]?subject=unsubscribe
> >
> >
>
>
> Liste de diffusion modem ALCATEL SpeedTouch USB
> Pour se désinscrire :
mailto:[EMAIL PROTECTED]?subject=unsubscribe
>
>


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe





[speedtouch] Re: refcount bug in SpeedTouch?

2001-10-17 Thread Tim Brody

I've upgraded to the latest 2.4.12 kernel, so I'll keep you posted whether
that helps matters.

Nice to know I'm not alone (A Google search didn't show anyone else with
this problem!).

Regards,
Tim.

- Original Message -
From: "Phuong Que Nguyen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 16, 2001 9:37 PM
Subject: [speedtouch] Re: refcount bug in SpeedTouch?


> Hi, I have the same problem. I think it's a driver ohci bug and maybe
on
> the slow computer ( my system is P75 ) (???) I don't know exactly why.
> sorry !!! ;-(.
>
> Npq.
>
> - Original Message -
> From: "Tim Brody" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, October 16, 2001 2:00 PM
> Subject: [speedtouch] refcount bug in SpeedTouch?
>
>
> > Hi,
> >
> > Hopefully someone can help as this is a little above my head!
> >
> > The driver is stable when downloading at maximum throughput.
> >
> > When uploading at maximum throughput (e.g. ftping/email attachments) the
> > kernel is often brought down with a crash in the usb-ohci driver.
> >
> > The kernel reports the error in the function:
> > static int sohci_free_dev (struct usb_device * usb_dev) {...}
> > The line BUG ().
> >
> > (I've tried various 2.4 kernels, all giving the same problem).
> >
> > The comment for the BUG says "likely some interface's driver has a
> refcount
> > bug" (which I guess is the SpeedTouch driver?).
> >
> > My system is Mandrake 8.1 (with kernel updated to the Cooker version(s))
> > USB generic PCI card (cheap 'n' nasty)
> > P233/64mb ram
> >
> > Any help much appreciated!
> >
> > All the best,
> > Tim.
> >
> >
> > Liste de diffusion modem ALCATEL SpeedTouch USB
> > Pour se désinscrire :
> mailto:[EMAIL PROTECTED]?subject=unsubscribe
> >
> >
>
>
> Liste de diffusion modem ALCATEL SpeedTouch USB
> Pour se désinscrire :
mailto:[EMAIL PROTECTED]?subject=unsubscribe
>
>


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe





[speedtouch] Re: refcount bug in SpeedTouch?

2001-10-16 Thread Phuong Que Nguyen

Hi, I have the same problem. I think it's a driver ohci bug and maybe on
the slow computer ( my system is P75 ) (???) I don't know exactly why.
sorry !!! ;-(.

Npq.

- Original Message -
From: "Tim Brody" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 16, 2001 2:00 PM
Subject: [speedtouch] refcount bug in SpeedTouch?


> Hi,
>
> Hopefully someone can help as this is a little above my head!
>
> The driver is stable when downloading at maximum throughput.
>
> When uploading at maximum throughput (e.g. ftping/email attachments) the
> kernel is often brought down with a crash in the usb-ohci driver.
>
> The kernel reports the error in the function:
> static int sohci_free_dev (struct usb_device * usb_dev) {...}
> The line BUG ().
>
> (I've tried various 2.4 kernels, all giving the same problem).
>
> The comment for the BUG says "likely some interface's driver has a
refcount
> bug" (which I guess is the SpeedTouch driver?).
>
> My system is Mandrake 8.1 (with kernel updated to the Cooker version(s))
> USB generic PCI card (cheap 'n' nasty)
> P233/64mb ram
>
> Any help much appreciated!
>
> All the best,
> Tim.
>
>
> Liste de diffusion modem ALCATEL SpeedTouch USB
> Pour se désinscrire :
mailto:[EMAIL PROTECTED]?subject=unsubscribe
>
>


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe