On 29 Mar 99, at 23:21, Fuzzy Fox wrote about
    "[Masq]  Re: linux startup":

| Charles Shoemaker <[EMAIL PROTECTED]> wrote:
| >
| > My 2-cents worth:  If you have 2 identical ethernet cards, they need 
| > to be compiled into the kernel.  It's in a howto somewhere; 
| > apparently there are problems making eth1 start up if they're 
| > identical and modular.  

I don't have any problem with two identical SMC cards with the WD 
module in RH 5.2.  But that's kernel 2.0.36.

| That makes some sense, because you can't give the options in
| /etc/conf.modules.  How would the kernel know to which card the options
| apply?  It's the same module.

You seperate the values with commas, as in:

        alias eth0 wd
        alias eth1 wd
        options wd io=0x300,0x280 irq=10,15

Apparently the first value for each option applies to eth0, the 
second to eth1, etc.

| Instead, you would need to "modprobe" the modules manually, specifying
| the cards in the order you want them to appear, eth0 first, then eth1
| second.

That wasn't necessary in my case.  But perhaps not all NIC modules 
support multiple values the way wd does...

- Fred Viles <mailto:[EMAIL PROTECTED]>




_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
http://tiffany.indyramp.com/mailman/listinfo/masq
Admin requests can be handled by web (above) or [EMAIL PROTECTED]

Reply via email to