Re: loading support for 2 ethernet cards

1998-03-07 Thread Remco Blaakmeer
On Wed, 4 Mar 1998, Nathan E Norman wrote: On Wed, 4 Mar 1998, Rob Goodwin wrote: : I am having trouble autoprobing more than one Ethernet card at boot : time. I have compiled support for the cards I am using (they are both : of the same type) but only one is detected at boot time. I

Re: loading support for 2 ethernet cards

1998-03-05 Thread Henry Hollenberg
Yeah, it's a bit unclear at first. What you want to do is put the information on the append line, like this: append=mem=96M ether=10,0x300,eth0 ether=11,0x2e0,eth1 I'd recommend you put in the real values rather than 0,0 - that enables autoprobing and let's face it, you do want to know which

Re: loading support for 2 ethernet cards

1998-03-05 Thread Nathan E Norman
On Wed, 4 Mar 1998, Henry Hollenberg wrote: : Yeah, it's a bit unclear at first. What you want to do is put the : information on the append line, like this: : : append=mem=96M ether=10,0x300,eth0 ether=11,0x2e0,eth1 : : I'd recommend you put in the real values rather than 0,0 - that enables :

loading support for 2 ethernet cards

1998-03-04 Thread Rob Goodwin
I am having trouble autoprobing more than one Ethernet card at boot time. I have compiled support for the cards I am using (they are both of the same type) but only one is detected at boot time. I found a howto that describes a method that involves adding the line ether=0,0,eth1 to my lilo.conf

Re: loading support for 2 ethernet cards

1998-03-04 Thread Nathan E Norman
On Wed, 4 Mar 1998, Rob Goodwin wrote: : I am having trouble autoprobing more than one Ethernet card at boot : time. I have compiled support for the cards I am using (they are both : of the same type) but only one is detected at boot time. I found a : howto that describes a method that involves