* Problems with PCMCIA/Orinoco
@ 2003-06-17 9:29 bvermeul
2003-06-17 9:55 ` Russell King
2003-06-23 9:38 ` Russell King
0 siblings, 2 replies; 12+ messages in thread
From: bvermeul @ 2003-06-17 9:29 UTC (permalink / raw)
To: linux-kernel
Hi,
I'm having some problems with 2.5.71 (latest bk yesterday I believe).
All works well (pcmcia works as advertised, with one tiny blip on
the horizon), except when I want to reboot, when I get the following
message:
unregister_netdevice: waiting for eth1 to become free. Usage count = 1
The net device is an Orinoco mini-pci card (eg, cardbus minipci interface
with built-in orinoco card), and it is down.
I'm not sure what causes this, and it's started somewhere in 2.5.70 bk.
Hope this report helps,
Bas Vermeulen
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Problems with PCMCIA/Orinoco
2003-06-17 9:29 Problems with PCMCIA/Orinoco bvermeul
@ 2003-06-17 9:55 ` Russell King
2003-06-17 10:01 ` bvermeul
2003-06-23 9:38 ` Russell King
1 sibling, 1 reply; 12+ messages in thread
From: Russell King @ 2003-06-17 9:55 UTC (permalink / raw)
To: bvermeul; +Cc: linux-kernel
On Tue, Jun 17, 2003 at 11:29:00AM +0200, bvermeul@blackstar.nl wrote:
> I'm having some problems with 2.5.71 (latest bk yesterday I believe).
> All works well (pcmcia works as advertised, with one tiny blip on
> the horizon), except when I want to reboot, when I get the following
> message:
>
> unregister_netdevice: waiting for eth1 to become free. Usage count = 1
>
> The net device is an Orinoco mini-pci card (eg, cardbus minipci interface
> with built-in orinoco card), and it is down.
>
> I'm not sure what causes this, and it's started somewhere in 2.5.70 bk.
I believe this is a netdevice problem and isn't anything to do with
PCMCIA or Cardbus. If the net people would like to confirm this, it'd
be most helpful.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Problems with PCMCIA/Orinoco
2003-06-17 9:55 ` Russell King
@ 2003-06-17 10:01 ` bvermeul
2003-06-17 10:25 ` Jan-Benedict Glaw
` (3 more replies)
0 siblings, 4 replies; 12+ messages in thread
From: bvermeul @ 2003-06-17 10:01 UTC (permalink / raw)
To: Russell King; +Cc: linux-kernel
On Tue, 17 Jun 2003, Russell King wrote:
> On Tue, Jun 17, 2003 at 11:29:00AM +0200, bvermeul@blackstar.nl wrote:
> > I'm having some problems with 2.5.71 (latest bk yesterday I believe).
> > All works well (pcmcia works as advertised, with one tiny blip on
> > the horizon), except when I want to reboot, when I get the following
> > message:
> >
> > unregister_netdevice: waiting for eth1 to become free. Usage count = 1
> >
> > The net device is an Orinoco mini-pci card (eg, cardbus minipci interface
> > with built-in orinoco card), and it is down.
> >
> > I'm not sure what causes this, and it's started somewhere in 2.5.70 bk.
>
> I believe this is a netdevice problem and isn't anything to do with
> PCMCIA or Cardbus. If the net people would like to confirm this, it'd
> be most helpful.
I'm also using a RTL8139 cardbus card, and that does not show this
particular problem (works great actually).
So I'm not so sure it is a netdevice problem. It may be a orinoco
problem, but I'm not entirely sure what's causing it.
Just wanted to see if anyone's noticed it as well, and if a fix was
out there.
Bas Vermeulen
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Problems with PCMCIA/Orinoco
2003-06-17 10:01 ` bvermeul
@ 2003-06-17 10:25 ` Jan-Benedict Glaw
2003-06-17 13:19 ` John M Flinchbaugh
` (2 subsequent siblings)
3 siblings, 0 replies; 12+ messages in thread
From: Jan-Benedict Glaw @ 2003-06-17 10:25 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 2269 bytes --]
On Tue, 2003-06-17 12:01:40 +0200, bvermeul@blackstar.nl <bvermeul@blackstar.nl>
wrote in message <Pine.LNX.4.44.0306171159470.1854-100000@blackstar.nl>:
> On Tue, 17 Jun 2003, Russell King wrote:
> > On Tue, Jun 17, 2003 at 11:29:00AM +0200, bvermeul@blackstar.nl wrote:
> > > I'm having some problems with 2.5.71 (latest bk yesterday I believe).
> > > All works well (pcmcia works as advertised, with one tiny blip on
> > > the horizon), except when I want to reboot, when I get the following
> > > message:
> > >
> > > unregister_netdevice: waiting for eth1 to become free. Usage count = 1
> > >
> > > The net device is an Orinoco mini-pci card (eg, cardbus minipci interface
> > > with built-in orinoco card), and it is down.
> > >
> > > I'm not sure what causes this, and it's started somewhere in 2.5.70 bk.
> >
> > I believe this is a netdevice problem and isn't anything to do with
> > PCMCIA or Cardbus. If the net people would like to confirm this, it'd
> > be most helpful.
>
> I'm also using a RTL8139 cardbus card, and that does not show this
> particular problem (works great actually).
> So I'm not so sure it is a netdevice problem. It may be a orinoco
> problem, but I'm not entirely sure what's causing it.
> Just wanted to see if anyone's noticed it as well, and if a fix was
> out there.
I'm not sure, but for what I *see* (using a PCMCIA NE2000 clone with my
Laptop) this problem occures by this:
- Insert your card (after "/etc/init.d/pcmcia-cs start" is done, that
card will be recognized and configured).
- shutdown your laptop. This involves "/etc/init.d/pcmcia-cs stop".
- _Later on_ (after the card should already have gone away because
you've just stopped the pcmcia subsystem), "/etc/init.d/networking
stop" tried to "ifconfig ethX down" the card - Bang.
The cardbus/hotplug stuff might be different here. I think this is
solely a problem of the pure PCMCIA stuff...
MfG, JBG
--
Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481
"Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg
fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak!
ret = do_actions((curr | FREE_SPEECH) & ~(IRAQ_WAR_2 | DRM | TCPA));
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Problems with PCMCIA/Orinoco
2003-06-17 10:01 ` bvermeul
2003-06-17 10:25 ` Jan-Benedict Glaw
@ 2003-06-17 13:19 ` John M Flinchbaugh
2003-06-17 15:52 ` David S. Miller
2003-06-17 15:52 ` David S. Miller
3 siblings, 0 replies; 12+ messages in thread
From: John M Flinchbaugh @ 2003-06-17 13:19 UTC (permalink / raw)
To: bvermeul; +Cc: Russell King, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 930 bytes --]
On Tue, Jun 17, 2003 at 12:01:40PM +0200, bvermeul@blackstar.nl wrote:
> > > unregister_netdevice: waiting for eth1 to become free. Usage count = 1
> > > The net device is an Orinoco mini-pci card (eg, cardbus minipci interface
> > > with built-in orinoco card), and it is down.
> I'm also using a RTL8139 cardbus card, and that does not show this
> particular problem (works great actually).
> So I'm not so sure it is a netdevice problem. It may be a orinoco
> problem, but I'm not entirely sure what's causing it.
> Just wanted to see if anyone's noticed it as well, and if a fix was
> out there.
i've been seeing the problem for a while with my orinoco_cs and
3c574_cs, so you're not alone. i'm using debian unstable.
--
____________________}John Flinchbaugh{______________________
| glynis@hjsoft.com http://www.hjsoft.com/~glynis/ |
~~Powered by Linux: Reboots are for hardware upgrades only~~
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Problems with PCMCIA/Orinoco
2003-06-17 10:01 ` bvermeul
2003-06-17 10:25 ` Jan-Benedict Glaw
2003-06-17 13:19 ` John M Flinchbaugh
@ 2003-06-17 15:52 ` David S. Miller
2003-06-17 15:52 ` David S. Miller
3 siblings, 0 replies; 12+ messages in thread
From: David S. Miller @ 2003-06-17 15:52 UTC (permalink / raw)
To: bvermeul; +Cc: Russell King, linux-kernel
On Tue, 2003-06-17 at 03:01, bvermeul@blackstar.nl wrote:
> On Tue, 17 Jun 2003, Russell King wrote:
>
> > On Tue, Jun 17, 2003 at 11:29:00AM +0200, bvermeul@blackstar.nl wrote:
> > > I'm having some problems with 2.5.71 (latest bk yesterday I believe).
> > > All works well (pcmcia works as advertised, with one tiny blip on
> > > the horizon), except when I want to reboot, when I get the following
> > > message:
> > >
> > > unregister_netdevice: waiting for eth1 to become free. Usage count = 1
> > >
> > > The net device is an Orinoco mini-pci card (eg, cardbus minipci interface
> > > with built-in orinoco card), and it is down.
> > >
> > > I'm not sure what causes this, and it's started somewhere in 2.5.70 bk.
> >
> > I believe this is a netdevice problem and isn't anything to do with
> > PCMCIA or Cardbus. If the net people would like to confirm this, it'd
> > be most helpful.
>
> I'm also using a RTL8139 cardbus card, and that does not show this
> particular problem (works great actually).
> So I'm not so sure it is a netdevice problem. It may be a orinoco
> problem, but I'm not entirely sure what's causing it.
> Just wanted to see if anyone's noticed it as well, and if a fix was
> out there.
>
> Bas Vermeulen
>
> -
> 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/
--
David S. Miller <davem@redhat.com>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Problems with PCMCIA/Orinoco
2003-06-17 10:01 ` bvermeul
` (2 preceding siblings ...)
2003-06-17 15:52 ` David S. Miller
@ 2003-06-17 15:52 ` David S. Miller
3 siblings, 0 replies; 12+ messages in thread
From: David S. Miller @ 2003-06-17 15:52 UTC (permalink / raw)
To: bvermeul; +Cc: Russell King, linux-kernel
It might help to actually report this to the "networking"
lists, because that's where the "networking" people hang
out, not here.
--
David S. Miller <davem@redhat.com>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Problems with PCMCIA/Orinoco
2003-06-17 9:29 Problems with PCMCIA/Orinoco bvermeul
2003-06-17 9:55 ` Russell King
@ 2003-06-23 9:38 ` Russell King
2003-06-23 13:37 ` Jan-Benedict Glaw
2003-06-24 0:59 ` John M Flinchbaugh
1 sibling, 2 replies; 12+ messages in thread
From: Russell King @ 2003-06-23 9:38 UTC (permalink / raw)
To: bvermeul; +Cc: linux-kernel
On Tue, Jun 17, 2003 at 11:29:00AM +0200, bvermeul@blackstar.nl wrote:
> I'm having some problems with 2.5.71 (latest bk yesterday I believe).
> All works well (pcmcia works as advertised, with one tiny blip on
> the horizon), except when I want to reboot, when I get the following
> message:
>
> unregister_netdevice: waiting for eth1 to become free. Usage count = 1
Is this still an outstanding problem in 2.5.73?
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Problems with PCMCIA/Orinoco
2003-06-23 9:38 ` Russell King
@ 2003-06-23 13:37 ` Jan-Benedict Glaw
2003-06-23 17:27 ` Jan-Benedict Glaw
2003-06-24 0:59 ` John M Flinchbaugh
1 sibling, 1 reply; 12+ messages in thread
From: Jan-Benedict Glaw @ 2003-06-23 13:37 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 995 bytes --]
On Mon, 2003-06-23 10:38:15 +0100, Russell King <rmk@arm.linux.org.uk>
wrote in message <20030623103815.E23411@flint.arm.linux.org.uk>:
> On Tue, Jun 17, 2003 at 11:29:00AM +0200, bvermeul@blackstar.nl wrote:
> > I'm having some problems with 2.5.71 (latest bk yesterday I believe).
> > All works well (pcmcia works as advertised, with one tiny blip on
> > the horizon), except when I want to reboot, when I get the following
> > message:
> >
> > unregister_netdevice: waiting for eth1 to become free. Usage count = 1
>
> Is this still an outstanding problem in 2.5.73?
I haven't shut down my laptop since I booted it with 2.5.73, but I can
do so this evening.
MfG, JBG
--
Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481
"Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg
fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak!
ret = do_actions((curr | FREE_SPEECH) & ~(IRAQ_WAR_2 | DRM | TCPA));
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Problems with PCMCIA/Orinoco
2003-06-23 13:37 ` Jan-Benedict Glaw
@ 2003-06-23 17:27 ` Jan-Benedict Glaw
0 siblings, 0 replies; 12+ messages in thread
From: Jan-Benedict Glaw @ 2003-06-23 17:27 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1845 bytes --]
On Mon, 2003-06-23 15:37:46 +0200, Jan-Benedict Glaw <jbglaw@lug-owl.de>
wrote in message <20030623133746.GE6353@lug-owl.de>:
> On Mon, 2003-06-23 10:38:15 +0100, Russell King <rmk@arm.linux.org.uk>
> wrote in message <20030623103815.E23411@flint.arm.linux.org.uk>:
> > On Tue, Jun 17, 2003 at 11:29:00AM +0200, bvermeul@blackstar.nl wrote:
> > > I'm having some problems with 2.5.71 (latest bk yesterday I believe).
> > > All works well (pcmcia works as advertised, with one tiny blip on
> > > the horizon), except when I want to reboot, when I get the following
> > > message:
> > >
> > > unregister_netdevice: waiting for eth1 to become free. Usage count = 1
> >
> > Is this still an outstanding problem in 2.5.73?
>
> I haven't shut down my laptop since I booted it with 2.5.73, but I can
> do so this evening.
Here's my reading off the screen:
- /etc/init.d/pcmcia stop
- The network card's lights go off
- Above mentioned message starts and repeats every n seconds
- /etc/init.d/networking stop is being executed, but doesn't
seem to stop the message. Though, it takes longer than
previously
- The message appears last time just before APM powers my laptop
off...
This is with:
baerchen:~# uname -a
Linux baerchen 2.5.73 #1 Sun Jun 22 23:53:45 CEST 2003 i686 GNU/Linux
baerchen:~# cardctl ident
Socket 0:
product info: "Xircom", "CreditCard 10/100", "CE3-10/100", "1.00"
manfid: 0x0105, 0x010a
function: 6 (network)
Socket 1:
no product info available
MfG, JBG
--
Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481
"Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg
fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak!
ret = do_actions((curr | FREE_SPEECH) & ~(IRAQ_WAR_2 | DRM | TCPA));
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Problems with PCMCIA/Orinoco
2003-06-23 9:38 ` Russell King
2003-06-23 13:37 ` Jan-Benedict Glaw
@ 2003-06-24 0:59 ` John M Flinchbaugh
2003-06-24 9:50 ` Bas Vermeulen
1 sibling, 1 reply; 12+ messages in thread
From: John M Flinchbaugh @ 2003-06-24 0:59 UTC (permalink / raw)
To: bvermeul, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 587 bytes --]
On Mon, Jun 23, 2003 at 10:38:15AM +0100, Russell King wrote:
> > unregister_netdevice: waiting for eth1 to become free. Usage count
= 1
> Is this still an outstanding problem in 2.5.73?
i still see it with both my 3c574_cs and my orinoco_cs in 2.5.73.
this one is elusive, isn't it? if i were smarter, i'd try to track it
down. maybe i'll look at it again, not that i know anything.
--
____________________}John Flinchbaugh{______________________
| glynis@hjsoft.com http://www.hjsoft.com/~glynis/ |
~~Powered by Linux: Reboots are for hardware upgrades only~~
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Problems with PCMCIA/Orinoco
2003-06-24 0:59 ` John M Flinchbaugh
@ 2003-06-24 9:50 ` Bas Vermeulen
0 siblings, 0 replies; 12+ messages in thread
From: Bas Vermeulen @ 2003-06-24 9:50 UTC (permalink / raw)
To: John M Flinchbaugh; +Cc: linux-kernel
On Mon, 23 Jun 2003, John M Flinchbaugh wrote:
> On Mon, Jun 23, 2003 at 10:38:15AM +0100, Russell King wrote:
> > > unregister_netdevice: waiting for eth1 to become free. Usage count
> = 1
> > Is this still an outstanding problem in 2.5.73?
>
> i still see it with both my 3c574_cs and my orinoco_cs in 2.5.73.
> this one is elusive, isn't it? if i were smarter, i'd try to track it
> down. maybe i'll look at it again, not that i know anything.
Still see it here as well. I'll try to track it down tonight, when I've
got some free time on my hands.
Bas Vermeulen
--
"God, root, what is difference?"
-- Pitr, User Friendly
"God is more forgiving."
-- Dave Aronson
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2003-06-24 9:46 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-17 9:29 Problems with PCMCIA/Orinoco bvermeul
2003-06-17 9:55 ` Russell King
2003-06-17 10:01 ` bvermeul
2003-06-17 10:25 ` Jan-Benedict Glaw
2003-06-17 13:19 ` John M Flinchbaugh
2003-06-17 15:52 ` David S. Miller
2003-06-17 15:52 ` David S. Miller
2003-06-23 9:38 ` Russell King
2003-06-23 13:37 ` Jan-Benedict Glaw
2003-06-23 17:27 ` Jan-Benedict Glaw
2003-06-24 0:59 ` John M Flinchbaugh
2003-06-24 9:50 ` Bas Vermeulen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®