With Bering, using the 3c59x.o module found via the Bering installation guide, neither interface is brought up.
Did you try to append a boot-Parameter like ether=0,0,eth0 ether=0,0,eth1
The exact syntax for ether= may be found in the ethernet-howto:
---- snip
There are two ways that you can enable auto-probing for the second
(and third, and...) card. The easiest method is to pass boot-time
arguments to the kernel, which is usually done by LILO. Probing for
the second card can be achieved by using a boot-time argument as
simple as ether=0,0,eth1. In this case eth0 and eth1 will be assigned
in the order that the cards are found at boot. Say if you want the
card at 0x300 to be eth0 and the card at 0x280 to be eth1 then you
could use
LILO: linux ether=5,0x300,eth0 ether=15,0x280,eth1
---- snipgood luck
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
