Wouldn't this be accomplished in the modules config, where you identify the modules you want to load?

=========

#ne2k-pci
#      card1,card2
#ne io=0x300,0x350

=========

As I found out, some modules (3c509 for example) don't take these arguments, some modules do (smc-ultra). I would grab the source for the modules and read it to see if there are any clues in there.

Good Luck

Tony


Henning Jebsen wrote:

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
---- snip


good 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



-------------------------------------------------------
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

Reply via email to