> >I want to use a DE-220 nic on a Linux machine (486sx66 ..... router
> >purposes only ) which has also a 3com. The 3com is detected by linux.
> >But not the Dlink ..........
> >Which driver should I look for to make this card operate on Linux ...
> >Thanks
> 'ne' I belive. It is mentioned in the source file there.
> (but what option and if you ned to turn off pnp on such a nic, dont
> know.)
> Mvh Vidar Andresen
I guess I should have mention this in my previous post...
I think there are a couple different version of the DE-220. I think the
newer ones are PNP and the older ones are not. The ones I have are not
PNP. I had to run the DOS config program that came with the nic (or can
be downloaded from the D-Link site) to setup the hardware resources. I
set one of my cards to use port 300 irq 10, and the other port 320 irq
11. (note, I could only have one card in the computer at a time when
running the config program). I compiled the ne2000 driver as a module
and then added the following line to my /etc/conf.modules file:
options ne=0x300,0x320
I then added
/sbin/modprove ne
to one of my startup files.
Kevin