> I need to get two network cards up and running in a multihomed system. I
> have Slackware 2.0.27, and two D-Link DE220 cards which are NE2000
> compatible. They are set to 5/320 and 3/300 respectively. The first one is
> found OK and becomes eth0, but I can't get Linux to see the second card.
Hint: it is too old what you're using...
> I've tried putting an additional line in rc.modules, and I've tried an
> append in liloconfig. I don't even get an error message, and certainly no
> mention of eth1.
>
> It must be simple, so what am I missing?
Modules only can be once in a running kernel.
To have more than 1 card:
lilo:
append="ether=5,0x320,eth0 ether=3,0x300,eth1"
modules: dont remember well...
maybe a insmod ne shows available commands...
Bye
Carlos Barros.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.rutgers.edu