public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ne2000 (ISA) & test11+
@ 2001-01-02  1:08 Taco IJsselmuiden
  2001-01-02  8:27 ` Paul Gortmaker
  0 siblings, 1 reply; 6+ messages in thread
From: Taco IJsselmuiden @ 2001-01-02  1:08 UTC (permalink / raw)
  To: linux-kernel

Hi All,

First off: I wish everyone a very happy and coded 2001.
Second: I'm having problems loading my ne2000 (ISA) card as a module since
test11 (test10 + 2.2.17 works perfectly. Haven't tried 2.2.18...):

When loading the module with 'modprobe ne io=0x360 irq=4' it says:

/lib/modules/2.4.0-prerelease/kernel/drivers/net/ne.o: init_module: No
such device or address
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters
/lib/modules/2.4.0-prerelease/kernel/drivers/net/ne.o: insmod
/lib/modules/2.4.0-prerelease/kernel/drivers/net/ne.o failed
/lib/modules/2.4.0-prerelease/kernel/drivers/net/ne.o: insmod ne failed

When using test10 or 2.2.17 it works ;)
I'm I just being plain stupid (as in: did I miss something...), or is
something wrong ??

system specs:
2.4.0-prerelease
debian woody
gcc version 2.95.2 20000220 (Debian GNU/Linux)
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
GNU ld version 2.10.91 (with BFD 2.10.1.0.2)
insmod version 2.3.23
tune2fs 1.19, 13-Jul-2000 for EXT2 FS 0.5b, 95/08/09

Cheers,
Taco.
P.S.: I'm not linux-kernel, so please cc me (I read web-archives...)
---
"I was only 75 years old when I met her and I was still a kid...."
          -- Duncan McLeod

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: ne2000 (ISA) & test11+
@ 2001-01-02  1:48 Les Schaffer
  2001-01-02  9:12 ` Paul Gortmaker
  0 siblings, 1 reply; 6+ messages in thread
From: Les Schaffer @ 2001-01-02  1:48 UTC (permalink / raw)
  To: linux-kernel

> Second: I'm having problems loading my ne2000 (ISA) card as a module

ditto for myself since i started using new SMP machine sometime around
2.4.0-test8 or so.

the modprobe works the second time (and subsequently) when i run it by
hand after boot scripts finish.

i've tried all kinds of combinations of insmod/modprobe/isapnp etc
with no luck. wouldnt mind tracking this annoyance down.

boot log:

Jan  1 08:03:18 localhost kernel: isapnp: Scanning for Pnp cards...
Jan  1 08:03:18 localhost kernel: isapnp: Card 'NDC Plug & Play Ethernet Card'
Jan  1 08:03:18 localhost kernel: isapnp: 1 Plug & Play card detected total
Jan  1 08:03:18 localhost kernel: ne.c: No NE*000 card found at i/o = 0x220
[snip eth0]
Jan  1 08:03:18 localhost kernel: ne.c: No NE*000 card found at i/o = 0x220
Jan  1 08:03:18 localhost kernel: ne.c: No NE*000 card found at i/o = 0x220
[snip sound card / parallel port ]
Jan  1 08:03:21 localhost kernel: ne.c: No NE*000 card found at i/o = 0x220
Jan  1 08:03:21 localhost insmod: /lib/modules/2.4.0-test12/kernel/drivers/net/ne.o: init_module: No such device or address
Jan  1 08:03:21 localhost insmod: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
Jan  1 08:03:21 localhost insmod: /lib/modules/2.4.0-test12/kernel/drivers/net/ne.o: insmod eth1 failed
Jan  1 08:03:23 localhost kernel: ne.c: No NE*000 card found at i/o = 0x220
Jan  1 08:03:23 localhost insmod: /lib/modules/2.4.0-test12/kernel/drivers/net/ne.o: init_module: No such device or address
Jan  1 08:03:23 localhost insmod: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
Jan  1 08:03:23 localhost insmod: /lib/modules/2.4.0-test12/kernel/drivers/net/ne.o: insmod eth1 failed
[finish boot]

then modprobe by hand:

Jan  1 08:03:59 localhost kernel: ne.c: ISAPnP reports Generic PNP at i/o 0x220, irq 5.
Jan  1 08:03:59 localhost kernel: ne.c:v1.10 9/23/94 Donald Becker (becker@scyld.com)
Jan  1 08:03:59 localhost kernel: Last modified Nov 1, 2000 by Paul Gortmaker
Jan  1 08:03:59 localhost kernel: NE*000 ethercard probe at 0x220: 00 80 c6 f5 19 08
Jan  1 08:03:59 localhost kernel: eth1: NE2000 found at 0x220, using IRQ 5.

les schaffer

debian unstable 
SMP 

(speggy)/var/log/: lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT82C691 [Apollo PRO] (rev c4)
00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598 [Apollo MVP3 AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Apollo PRO] (rev 23)
[snip]

from e/tc/modules.conf:

alias eth1 ne
options ne irq=5 io=0x220
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-01-02 13:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-02  1:08 ne2000 (ISA) & test11+ Taco IJsselmuiden
2001-01-02  8:27 ` Paul Gortmaker
2001-01-02  9:51   ` Taco IJsselmuiden
  -- strict thread matches above, loose matches on Subject: below --
2001-01-02  1:48 Les Schaffer
2001-01-02  9:12 ` Paul Gortmaker
2001-01-02 13:23   ` Les Schaffer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox