On 11/27/06, Mrugesh Karnik <[EMAIL PROTECTED]> wrote:
Now, how do I swap the two cards? I don't know how to write udev rules
yet. I was planning on learning that next week.. I guess I should
learn it as soon as the internet works..

Add the following to /etc/udev/rules.d/10-local.rules:

# ethernet devices
ACTION=="add", SUBSYSTEM=="net", SYSFS{address}=="00:13:d3:60:4a:a5",
NAME="eth0"
ACTION=="add", SUBSYSTEM=="net", SYSFS{address}=="00:0d:88:45:c1:c9",
NAME="eth1"

-Richard
--
gentoo-user@gentoo.org mailing list

Reply via email to