On Mon, 2007-07-16 at 16:28 +0800, mac borje wrote: > hi, > > I am working on Ubuntu dapper 6.06 box, I have notice that there > no /etc/modules.conf that I can declare my 3 of same brand and model
/etc/modprobe.conf replaces /etc/modules.conf in a Linux 2.6-based OS. > lan card, some time when I restart the box the configuration may mix > up, eth1 become eth0 and eth0 became eth2 and eth2 become eth1 I have > to interchange the lan cable to the specific network adapter, before > on the red hat 7.3 I have no problem like this. Is there a way how fix > the configuration like alias on the modules.conf on Ubuntu coz iam > searching the modules.conf on the box but nowhere can find it. Can > anybody there assist me to solve this problem. Ubuntu's udev rules refer to the use of an /etc/iftab for persistent naming of network interfaces. You could map a network interface card given its MAC address to a specific network interface (e.g. eth0) using this file. -- Paolo Alexis Falcone [EMAIL PROTECTED] _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

