Ken Yap wrote:
> >My /etc/conf.modules now looks like this
> >
> >alias eth0 ne
> >alias eth1 ne
> >options ne 0x240,0x300 irq=5,1o
> >
> >My /etc/rc.d/rc.local looks like this
> >modprobe ne io=0x300 irq=10 eth0
> >ifconfig eth0 203.41.132.76 netmask 255.255.255.192 up
> >route add default gw 203.41.132.75 eth0
>
> You don't need to do an explicit modprobe if you have aliases in
> conf.modules. Just using eth0 and eth1 will cause the module to be
> loaded. Also the irqs are optional since the driver can figure out the
> irq by probing the card at the io's specified.
>
> You should be able to test this without rebooting.
>
> $ lsmod
>
> (Verify that ne.o and 8390.o are not loaded.)
>
> $ ifconfig eth0 blah blah
> $ ifconfig eth1 blah blah
> $ lsmod
this drove me crazy all night
The machine simply would not take the two NICs
Each of the NICs worked fine individually but when put together........
So, I inserted a PCI 10/100 DEC Tulip NIC and setup redhat with that, this
it
auto detected and setup without any problems.
Then I inserted the ISA 10Mb NE2000 and used modprobe and ifconfig
to set it up as 192.168.0.1
Why the 2 NICs would not work together, Idon't know.
Previous versions of Redhat auto detected these cards but
6.1 does not
This is not a optimal solution but it works
Kevin
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text