Brent Stoltzfus on Mon, 20 Sep 1999 16:42:06 -0400 (EDT) |
Hi, I went through the same thing with RH 52. I built a router with 3 NICs for our company's router (two networks and a cable modem). Following file is in /etc directory: Use vi or an editor of choice to set up the following files - comments are in parenthesis. conf.modules alias eth0 ne (ne is for ne2000 and compatibles ) alias eth1 ne alias eth2 ne (continue for as many adapters as you have) options eth0 -o ne-0 io=300 irq=10 (replace add and irqs with your values) options eth1 -o ne-1 io=320 irq=5 options eth2 -o ne-2 io=360 irq=12 (continue for as many adapters as you have) Brent Stoltzfus ----- Original Message ----- From: Ravenscroft, Philip <philip@phillynews.com> To: <plug@lists.nothinbut.net> Sent: Friday, September 17, 1999 10:33 AM Subject: [Plug] dual ethernet hassles > Hi. I'm having a problem getting my rh5.2 system to recognize my second > ethernet card. I'm using a 486 with ISA slots (it will be a router/firewall > for my home lan). > > It recognized my Intel NIC when I installed it and the eexpress works just > fine with eth0. It is at IO 0x300 and IRQ 10. > > I added a second NIC, a LinkSYS ne2000 clone and at boot, after eth0 > initializes properly, all I get is "delaying eth1 initialization". I have > the proper entries in /etc/conf.modules. There is no IRQ conflict; I > disabled PnP on the card and set fixed io of 0x340 and IRQ 5. > > I know the card works because when i unplug the Intel card, it uses the > LinkSys card as eth0 with the ne2000 (ne) driver. Any ideas? I have looked > in a bunch of places and was hoping the collective wisdom of PLUG would do > the trick. > > ______________________________________________ > > Philip M. Ravenscroft | System Administrator > philly.com Community Publishing > philip@phillynews.com | 215-854-4604 > > "Finally, in conclusion, let me just say this." --Peter Sellers > > > _______________________________________________ > Plug maillist - Plug@lists.nothinbut.net > http://lists.nothinbut.net/mail/listinfo/plug > _______________________________________________ Plug maillist - Plug@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|