The newest development model and 2.6.14
Posted Nov 4, 2005 22:11 UTC (Fri) by
tjw.org (guest, #20716)
In reply to:
The newest development model and 2.6.14 by emkey
Parent article:
The newest development model and 2.6.14
It could very well be RH's problem for changing the modprobe order. If you have different chipsets among your interfaces, the ethX name will be dependant on which kernel module gets loaded first.
You may be able to avoid these problems by just adding something like this to your modules.conf:
alias eth0 e100
alias eth1 e100
...
alias eth5 tulip
(
Log in to post comments)