netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ipw2200 in 2.6.15-rc2-git4 warns about improper NETDEV_TX_BUSY retcode
@ 2005-11-24 23:38 Alessandro Suardi
  0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Suardi @ 2005-11-24 23:38 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: netdev

Dell Latitude D610, FC4 base distro, kernel is:

[asuardi@sandman ~]$ cat /proc/version
Linux version 2.6.15-rc2-git4 (asuardi@sandman) (gcc version 4.0.1
20050727 (Red Hat 4.0.1-5)) #2 Fri Nov 25 00:15:46 CET 2005

Onboard wireless card as detected by kernel is:
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, git-1.0.8

 and I placed the 2.4 firmware from sourceforge.net in /lib/firmware.

ifup eth1 yields this message:

eth1: NETDEV_TX_BUSY returned; driver should report queue full via
ieee_device->is_queue_full.


I'm connected to my wireless DSL router while typing this mail
 so it obviously isn't fatal...


Thanks,

--alessandro

 "So much can happen by accident
  No rhyme, no reason - no one's innocent"

   (Steve Wynn - "Under The Weather")

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ipw2200 in 2.6.15-rc2-git4 warns about improper NETDEV_TX_BUSY retcode
       [not found] <5a4c581d0511241538s496adee9s249cd038501545c9@mail.gmail.com>
@ 2005-11-25  3:23 ` Zhu Yi
       [not found] ` <1132889013.24413.5.camel@debian.sh.intel.com>
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Zhu Yi @ 2005-11-25  3:23 UTC (permalink / raw)
  To: Alessandro Suardi; +Cc: Linux Kernel Mailing List, netdev

On Fri, 2005-11-25 at 00:38 +0100, Alessandro Suardi wrote:
> Dell Latitude D610, FC4 base distro, kernel is:
> 
> [asuardi@sandman ~]$ cat /proc/version
> Linux version 2.6.15-rc2-git4 (asuardi@sandman) (gcc version 4.0.1
> 20050727 (Red Hat 4.0.1-5)) #2 Fri Nov 25 00:15:46 CET 2005
> 
> Onboard wireless card as detected by kernel is:
> ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, git-1.0.8
> 
>  and I placed the 2.4 firmware from sourceforge.net in /lib/firmware.
> 
> ifup eth1 yields this message:
> 
> eth1: NETDEV_TX_BUSY returned; driver should report queue full via
> ieee_device->is_queue_full.

Please use the patch here. It will be push to upstream very soon.
http://bughost.org/bugzilla/show_bug.cgi?id=808

Thanks,
-yi

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ipw2200 in 2.6.15-rc2-git4 warns about improper NETDEV_TX_BUSY retcode
       [not found] ` <1132889013.24413.5.camel@debian.sh.intel.com>
@ 2005-11-25 10:59   ` Alessandro Suardi
  0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Suardi @ 2005-11-25 10:59 UTC (permalink / raw)
  To: Zhu Yi; +Cc: Linux Kernel Mailing List, netdev

On 11/25/05, Zhu Yi <yi.zhu@intel.com> wrote:
> On Fri, 2005-11-25 at 00:38 +0100, Alessandro Suardi wrote:
> > Dell Latitude D610, FC4 base distro, kernel is:
> >
> > [asuardi@sandman ~]$ cat /proc/version
> > Linux version 2.6.15-rc2-git4 (asuardi@sandman) (gcc version 4.0.1
> > 20050727 (Red Hat 4.0.1-5)) #2 Fri Nov 25 00:15:46 CET 2005
> >
> > Onboard wireless card as detected by kernel is:
> > ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, git-1.0.8
> >
> >  and I placed the 2.4 firmware from sourceforge.net in /lib/firmware.
> >
> > ifup eth1 yields this message:
> >
> > eth1: NETDEV_TX_BUSY returned; driver should report queue full via
> > ieee_device->is_queue_full.
>
> Please use the patch here. It will be push to upstream very soon.
> http://bughost.org/bugzilla/show_bug.cgi?id=808

The offsets of the patch are off by several hundred lines,
 however the patch itself works fine. Thanks !

--alessandro

 "So much can happen by accident
  No rhyme, no reason - no one's innocent"

   (Steve Wynn - "Under The Weather")

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ipw2200 in 2.6.15-rc2-git4 warns about improper NETDEV_TX_BUSY retcode
       [not found] <5a4c581d0511241538s496adee9s249cd038501545c9@mail.gmail.com>
  2005-11-25  3:23 ` ipw2200 in 2.6.15-rc2-git4 warns about improper NETDEV_TX_BUSY retcode Zhu Yi
       [not found] ` <1132889013.24413.5.camel@debian.sh.intel.com>
@ 2005-11-25 13:17 ` Kasper Sandberg
  2005-11-25 16:33 ` Alejandro Bonilla Beeche
  3 siblings, 0 replies; 5+ messages in thread
From: Kasper Sandberg @ 2005-11-25 13:17 UTC (permalink / raw)
  To: Alessandro Suardi; +Cc: Linux Kernel Mailing List, netdev

mine does something different, it keep saying something about firmware
error, and that it restarts, however it holds the connection fine.

On Fri, 2005-11-25 at 00:38 +0100, Alessandro Suardi wrote:
> Dell Latitude D610, FC4 base distro, kernel is:
> 
> [asuardi@sandman ~]$ cat /proc/version
> Linux version 2.6.15-rc2-git4 (asuardi@sandman) (gcc version 4.0.1
> 20050727 (Red Hat 4.0.1-5)) #2 Fri Nov 25 00:15:46 CET 2005
> 
> Onboard wireless card as detected by kernel is:
> ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, git-1.0.8
> 
>  and I placed the 2.4 firmware from sourceforge.net in /lib/firmware.
> 
> ifup eth1 yields this message:
> 
> eth1: NETDEV_TX_BUSY returned; driver should report queue full via
> ieee_device->is_queue_full.
> 
> 
> I'm connected to my wireless DSL router while typing this mail
>  so it obviously isn't fatal...
> 
> 
> Thanks,
> 
> --alessandro
> 
>  "So much can happen by accident
>   No rhyme, no reason - no one's innocent"
> 
>    (Steve Wynn - "Under The Weather")
> -
> 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/
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ipw2200 in 2.6.15-rc2-git4 warns about improper NETDEV_TX_BUSY retcode
       [not found] <5a4c581d0511241538s496adee9s249cd038501545c9@mail.gmail.com>
                   ` (2 preceding siblings ...)
  2005-11-25 13:17 ` Kasper Sandberg
@ 2005-11-25 16:33 ` Alejandro Bonilla Beeche
  3 siblings, 0 replies; 5+ messages in thread
From: Alejandro Bonilla Beeche @ 2005-11-25 16:33 UTC (permalink / raw)
  To: Alessandro Suardi
  Cc: Linux Kernel Mailing List, netdev, James Ketrenos, yi.zhu

Alessandro Suardi wrote:

>Dell Latitude D610, FC4 base distro, kernel is:
>
>[asuardi@sandman ~]$ cat /proc/version
>Linux version 2.6.15-rc2-git4 (asuardi@sandman) (gcc version 4.0.1
>20050727 (Red Hat 4.0.1-5)) #2 Fri Nov 25 00:15:46 CET 2005
>
>Onboard wireless card as detected by kernel is:
>ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, git-1.0.8
>
> and I placed the 2.4 firmware from sourceforge.net in /lib/firmware.
>
>ifup eth1 yields this message:
>
>eth1: NETDEV_TX_BUSY returned; driver should report queue full via
>ieee_device->is_queue_full.
>  
>
There is bug 808 at bughost.org for the IPW2200 project.

I have asked the patch to be merged but I dunno why it hasn't been 
pushed up.

.Alejandro

>
>I'm connected to my wireless DSL router while typing this mail
> so it obviously isn't fatal...
>
>
>Thanks,
>
>--alessandro
>  
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-11-25 16:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <5a4c581d0511241538s496adee9s249cd038501545c9@mail.gmail.com>
2005-11-25  3:23 ` ipw2200 in 2.6.15-rc2-git4 warns about improper NETDEV_TX_BUSY retcode Zhu Yi
     [not found] ` <1132889013.24413.5.camel@debian.sh.intel.com>
2005-11-25 10:59   ` Alessandro Suardi
2005-11-25 13:17 ` Kasper Sandberg
2005-11-25 16:33 ` Alejandro Bonilla Beeche
2005-11-24 23:38 Alessandro Suardi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).