On Mon, 29 Nov 1999, Jeff Smelser wrote:

> On Mon, 29 Nov 1999, Bill Carlson wrote:
> 
> > You don't need the append line in lilo.conf. NE2000x really need the IRQ
> > specified, many NE2000 clones get very unhappy when probed.
> > 
> > This has worked for me in the past, even with 2 of the same card:
> > 
> > alias eth0 ne
> > options ne io=0x300 int=9
> > alias eth1 ne
> > options ne io=0x340 int=10
> 
> This works? I tried this with my SMC cards and it got all confused.. I
> hate having to make copies of my SMC drivers so it works.
> 
> Jeff
>

It either works or my memory is failing, I'm not sure which at this point.
:)

After reading the man page for modprobe/depmod, I think the following
would be better:

alias eth0 ne
options eth0 io=0x300 int=9
alias eth1 ne
options eth1 io=0x300 int10

Somebody willing to give this a try? I will later tonight when I get back
to my NE2000 farm...:) 


Bill Carlson
------------
Systems Programmer    [EMAIL PROTECTED]    |  Opinions are mine,
Virtual Hospital      http://www.vh.org/        |  not my employer's.
University of Iowa Hospitals and Clinics        |



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to