Marc Sherman wrote:
> 
> I have two Netgear EA201 NICs in my machine (486 running
> potato).  I have the NE2000 module set up for one of them;
> how do I set it up for the second?  Do I add another ne.o
> line with different io/irq parameters to the conf.modules
> file?
> 
> Thanks,
> - Marc
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

insmod ne.o io=0x300,0x280 irq=5,10
                 (1)   (2)    (1)(2)

(1) first card eth0
(2) second card

/etc/modules

modprobe ne io=0x300,0x280 irq=5,10

if compiled into kernel append LILO parameter

LILO: linux ether=5,0x300,eth0 ether=10,0x280,eth2

change (1) and (2) to your parameters of the nic's

HTH, Fitsch

Reply via email to