Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - 2 ETHNERNET BOARD CONFIGURATION SWAPPING: (4 Items)
   
2 ETHNERNET BOARD CONFIGURATION SWAPPING  
I have an embedded PC with two ethernet interfaces, one in the own CPU and the other in a standard ethernet board, over 
a PCI bus. Both boards work properly but in some HW its configuration is swapped.
How could assign a configuration to each en0 or en1 boards?

Thanks 
RE: 2 ETHNERNET BOARD CONFIGURATION SWAPPING  
For the interface you want as en0, start
it's driver first.

If the same driver is used for both, use
the pci=X option.

--
aboyd
Re: RE: 2 ETHNERNET BOARD CONFIGURATION SWAPPING  
Thanks Andrew, at last I test :
io-net -d rtl did=0x8139,vid=0x10ec,pci=0x1 \ -d rtl did=0x8139,vid=0x10ec,pci=0x0 -p tcpip

and it works fine.

RE: RE: 2 ETHNERNET BOARD CONFIGURATION SWAPPING  
:-)

--
aboyd