Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Matthew Taylor on October 23, 1999, 04:33:16 PM

Title: Problems getting ISA NIC working
Post by: Matthew Taylor on October 23, 1999, 04:33:16 PM
Hi,

I am having problems getting an NE2000 compatible NIC working. I have edited the conf.modules file to say; alias eth0 ne irq=5 io=0x300, which are the settings, but it just won't work. The card works fine with my Slackware Linux setup but it just isn't getting detected with the e-smith/Redhat setup.

Hoping someone can help.

Thanks

Matthew
Title: RE: Problems getting ISA NIC working
Post by: Charlie Brady on October 26, 1999, 08:06:05 AM
Matthew Taylor wrote:

> I am having problems getting an NE2000 compatible NIC working.
> I have edited the conf.modules file to say;
> alias eth0 ne irq=5 io=0x300, which are the settings, but
> it just won't work. The card works fine with my Slackware
> Linux setup but it just isn't
> getting detected with the e-smith/Redhat setup.

Change the conf.modules entry to:

alias eth0 ne
options ne irq=5 io=0x300

and set the ehternet driver to ne in the e-smith configuration:

/sbin/e-smith/config set EthernetDriver1 ne

and it'll work OK.