Koozali.org: home of the SME Server

2 ISA NE2000 NIC

Stefan Wimmreuter

2 ISA NE2000 NIC
« on: February 13, 2000, 06:06:52 PM »
I have a problem with my server:

I want to set up a server with 2 ISA Ne2000 NIC (1 PnP and 1 nic using i/o 300, irq 15)

I add a line in the /etc/conf.modules:
                                                  options ne io=0x280 irq=5 //PnP
                                                  options ne io=0x300 irq=15 //other nic

then i run the commands
/sbin/e-smith/config set EthernetDriver1 ne  
/sbin/e-smith/config set EthernetDriver2 ne

but when i start the computer only the ISA PnP card is detected correctly

cryblood

RE: 2 ISA NE2000 NIC
« Reply #1 on: February 13, 2000, 07:57:26 PM »
1. are you sure the non-pnp card is set up to 300,15? (just to recheck yourself)

2. Do you have any IDE devices on your secondary IDE / do you have the secondary IDE controller in your machine turned off. (in bios if it's on the mother board, usually jumpered if it is an external card)?  The reason I ask is, it is standard for a secondary IDE controller to use irq 15 by default and if it is, you have an IRQ conflict that would cause your nic not to work.  I usually recommend using i/o 300 with an IRQ of 10 for an ISA network card as this is the unwritten "standard" that MANY network guru's have been using since the days of old (well... since there was an irq 10)  the only real reason not to use irq 10 is if you have some other device using it (usually a sound card).  BTW... if you have a sound card in your e-smith machine; I laugh at you with much gusto HAWHAWHAWHAWHAW!  [just kidding]

anyway, those are the two things that sprang from the top of my head to see what was the matter.  I'll post any other Ideas if I get anymore. (I'm usually limited to one idea a week, any more than that and the good doctor ups my meds.)

Stefan Wimmreuter

RE: 2 ISA NE2000 NIC
« Reply #2 on: February 13, 2000, 09:38:42 PM »
i find a way :

i edit the /etc/lilo.conf and delete the line (somthing like appends =ether....) then i give my isa pnp card a other io (0x280)and irq (5)and disable pnp. i also make a other io (0x320) and irq (15) for the other card. i edit the /etc/conf.modules :
alias eth0 ne
alias eth1 ne
options ne io=0x280,0x320 irq=5,15

then i restart my server and everything works correctly!
(Sorry but my english isn“t very good)