How To Detect Two Ethernet Cards in Linux
Weston Campbell | Nov 15, 2009 | 0 comments
The trick is to tell the ethernet driver that there are 2 cards in the system. The following line will tell the kernel that there is an ethernet card at IRQ 10 and IO 0×300, and another one at IRQ 9 and IO 0×340:
ether=10,0×300,eth0 ether=9,0×340,eth1
You can add that line on bootup at the “boot:” prompt, or in the /etc/lilo.conf file. Don’t forget to run:
lilo
That will reload the lilo.conf file and enable changes.
Related posts:
- Linux & Unix Tricks
- What Is a Linux Distribution?
- 10 things you should do to prepare a new Linux installation
- Basic Linux Commands
- How To Use Windows Special Keys In Linux
Filed Under: Linux and Unix
