problem loading ne module

1999-08-13 Thread Ivan J. Varzinczak
Hi folks:

   I'm trying to load a module for an ne2000 adapter
by insmod and I got the following message:

   /lib/modules/2.2.10/net/ne.o: unresolved symbol ei_open
   /lib/modules/2.2.10/net/ne.o: unresolved symbol ethdev_init
   /lib/modules/2.2.10/net/ne.o: unresolved symbol ei_interrupt
   /lib/modules/2.2.10/net/ne.o: unresolved symbol NS8390_init
   /lib/modules/2.2.10/net/ne.o: unresolved symbol ei_close

   I specified all the necessary parameters such as io and irq. 
   I configured properly the files in /etc/modutils, but at boot
time modprobe reports an error about invalid argument sintax io. 
   May anyone give me some suggestions about what I can do? 

   Thanks in advance.

-- 
Ivan J. Varzinczak - (mailto: [EMAIL PROTECTED])
Bolsista PET/CAPES - Depto. de Informatica - UFPR
Curitiba - Parana - Brasil
Phone: +55 (041) 347-3240 - 267-5244 r.315

13-VIII-1999


Re: problem loading ne module

1999-08-13 Thread Wayne Topa

Subject: problem loading ne module
Date: Fri, Aug 13, 1999 at 02:00:34PM -

In reply to:Ivan J. Varzinczak

Quoting Ivan J. Varzinczak([EMAIL PROTECTED]):
 Hi folks:
 
I'm trying to load a module for an ne2000 adapter
 by insmod and I got the following message:
 
/lib/modules/2.2.10/net/ne.o: unresolved symbol ei_open
/lib/modules/2.2.10/net/ne.o: unresolved symbol ethdev_init
/lib/modules/2.2.10/net/ne.o: unresolved symbol ei_interrupt
/lib/modules/2.2.10/net/ne.o: unresolved symbol NS8390_init
/lib/modules/2.2.10/net/ne.o: unresolved symbol ei_close

If I Recall Correctly, the ne.o module requires the 8390.o module to be
loaded first.

:-) HTH, YMMV, HAND :-)

-- 
Math problems? Call 1-800-[(10x)(ln(13e))]-[sin(xy)/2.362x]
___
Wayne T. Topa [EMAIL PROTECTED]


Re: problem loading ne module

1999-08-13 Thread Paul Miller
Ivan J. Varzinczak wrote:
 
I'm trying to load a module for an ne2000 adapter
 by insmod and I got the following message:
 
/lib/modules/2.2.10/net/ne.o: unresolved symbol ei_open
/lib/modules/2.2.10/net/ne.o: unresolved symbol ethdev_init
/lib/modules/2.2.10/net/ne.o: unresolved symbol ei_interrupt
/lib/modules/2.2.10/net/ne.o: unresolved symbol NS8390_init
/lib/modules/2.2.10/net/ne.o: unresolved symbol ei_close
 
I'd try using modprobe instead of insmod. Modprobe will load any other
modules that the ne.o module depends upon.

Hope this helps,

-- 
Paul Miller
[EMAIL PROTECTED]