Re: [newbie] Trying to load a second nic module

2000-04-04 Thread Didier

Did you try updating the driver and restarting?
-Original Message-
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Monday, April 03, 2000 12:25 PM
Subject: [newbie] Trying to load a second nic module


I'm using the linksys Ether16 10BaseT card and thier website says it uses the 
ne driver.  That's all well and good, but if I try 'insmod ne io=0x340' I get 
the following unresolved symbols: (I also get the error if I leave out the io= 
part)

ei_open
ethdev_init
ei_interrupt
NS8390_init
ei_close

I'm wondering if this is a problem that I'm causing, a problem with the driver, 
or what.

Ty C. Mixon
F.T.C. Enterprises
[EMAIL PROTECTED]
ICQ 26147713







[newbie] Trying to load a second nic module

2000-04-03 Thread tymanthius

I'm using the linksys Ether16 10BaseT card and thier website says it uses the 
ne driver.  That's all well and good, but if I try 'insmod ne io=0x340' I get 
the following unresolved symbols: (I also get the error if I leave out the io= 
part)

ei_open
ethdev_init
ei_interrupt
NS8390_init
ei_close

I'm wondering if this is a problem that I'm causing, a problem with the driver, 
or what.

Ty C. Mixon
F.T.C. Enterprises
[EMAIL PROTECTED]
ICQ 26147713





Re: [newbie] Trying to load a second nic module

2000-04-03 Thread tymanthius

I thought I had tried everything at this point, but I was wrong (nothing 
unusual in that).

I went into conf.modules and added this line:

options ne irq=3 io=0x340

And, viola!, it works.

Now to see if the winders machines will work . . . 

The ultimate bad software title:  Microsoft Works.

 I'm using the linksys Ether16 10BaseT card and thier website says it uses the 
 ne driver.  That's all well and good, but if I try 'insmod ne io=0x340' I get 
 the following unresolved symbols: (I also get the error if I leave out the 
io= 
 part)
 
 ei_open
 ethdev_init
 ei_interrupt
 NS8390_init
 ei_close
 
 I'm wondering if this is a problem that I'm causing, a problem with the 
driver, 
 or what.
 
 Ty C. Mixon
 F.T.C. Enterprises
 [EMAIL PROTECTED]
 ICQ 26147713
 
 
 


Ty C. Mixon
F.T.C. Enterprises
[EMAIL PROTECTED]
ICQ 26147713





Re: [newbie] Trying to load a second nic module

2000-04-03 Thread Jon

[EMAIL PROTECTED] wrote:

 I'm using the linksys Ether16 10BaseT card and thier website says it uses the
 ne driver.  That's all well and good, but if I try 'insmod ne io=0x340' I get
 the following unresolved symbols: (I also get the error if I leave out the io=
 part)

 ei_open
 ethdev_init
 ei_interrupt
 NS8390_init
 ei_close

 I'm wondering if this is a problem that I'm causing, a problem with the driver,
 or what.

 Ty C. Mixon
 F.T.C. Enterprises
 [EMAIL PROTECTED]
 ICQ 26147713

It is because it needs to load 2 modules.  Use modprobe ne instead