On Wed, 24 Nov 1999, Jason Hirsch wrote:
> Thanks all that mailed me.... within 30 minutes of turning to this list I
> have my 2 cards working now....
>
> Here's what I had to do:
>
> in /etc/conf.modules
> alias eth0 ne
> alias eth1 ne
> options ne io=0x300,0x340
>
> in /etc/lilo.conf
> append="ether=9,0x300,eth0 ether=10,0x340,eth1"
> (after the prompt line)
>
> And it works.... now to just get the IPmasquerading working.
>
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
HTH,
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.