[techtalk] Re: Problems with two ethernet cards

Lennart Sorensen lsorense at calum.csclub.uwaterloo.ca
Mon Jul 10 12:46:47 EST 2000


> # You may add this to your lilo.conf file: append="ether=0,0,eth1" (note
> where
> the quiotes are.. this is beacause your first card should be auto
> probed.

That's only if the driver is compiled in, and well it's much better to use
modules for network drivers.  Easier to configure and test.  Easier
to change to another card later.

> # You can compile the 3com driver in the kernel. The ethernet how -to
> has
> all sorts of stuff on 3 com problems as well. Read it. 	Also read the
> mini-HOTO
> of multiple ethernet cards. I will send it on request.
> 
> # OF course you have to use DIFFERENT addresses for the 3com cards ! OF
> COURSE they won't share the same addresses! And you SHOULD NOT use
> 0x300 as an address as I believe it gets mixed up with serial ports
> or parallel. Perhaps you should try 0x200 and 0x240.Remember sound cards
> use
> 0x220 and many SCSI cards use interrupt 11. Also perhaps interrupt 10
> could
> be in use by sound cards, the PCI bus, or a scanner. I would suggest
> using 
> interrupt 7 or 9 and 11. It may be necessary to use a DOS utility to
> configure 
> the actual 3COM card before you use it in Linux.

Scsi or badly designed mpu401 cards perhaps use 0x300, but not parallel or 
serial.  0x200 is a garenteed clash with the joysitck (at 0x200 or 0x201),
240, 2A0, 340, are generally safe.  Interrupts in that range are a complete
who knows in that range and has no specific purposes.  Interrupt 7 is parallel
ofcourse so not usually a good idea.

> try the command at lilo of: ether=10,0,0,eth0 11,0,0,eth1
> 
> The command should follow your image command to boot i.e. "linux
> ether=etc,, etc"

Modules are a better solution and doesn't require constant reboots to
try settings.

Lennart Sorensen





More information about the Techtalk mailing list