Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: udev upgrade and non-working eth0
Date: Mon, 27 Nov 2006 17:20:48
Message-Id: 7573e9640611270912l5b7ac9f5v20f518746a9eeca9@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: udev upgrade and non-working eth0 by Mrugesh Karnik
1 On 11/27/06, Mrugesh Karnik <mrugeshkarnik@×××××.com> wrote:
2 > Now, how do I swap the two cards? I don't know how to write udev rules
3 > yet. I was planning on learning that next week.. I guess I should
4 > learn it as soon as the internet works..
5
6 Add the following to /etc/udev/rules.d/10-local.rules:
7
8 # ethernet devices
9 ACTION=="add", SUBSYSTEM=="net", SYSFS{address}=="00:13:d3:60:4a:a5",
10 NAME="eth0"
11 ACTION=="add", SUBSYSTEM=="net", SYSFS{address}=="00:0d:88:45:c1:c9",
12 NAME="eth1"
13
14 -Richard
15 --
16 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: udev upgrade and non-working eth0 Mrugesh Karnik <mrugeshkarnik@×××××.com>