Gentoo Archives: gentoo-amd64

From: Pawel Kraszewski <Gentoo@××××××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Udev rules and Ethernet assignments
Date: Tue, 19 Sep 2006 05:10:59
Message-Id: 200609190709.01078.Gentoo@kraszewscy.net
In Reply to: [gentoo-amd64] Udev rules and Ethernet assignments by felix@crowfix.com
1 Dnia sobota, 16 wrze¶nia 2006 09:28, felix@×××××××.com napisa³:
2
3 > # Onboard Gigabit
4 > KERNEL=="eth*", SYSFS{address}=="00:E0:81:2A:58:C6", NAME="eth0"
5
6
7 At my EM64T computer I have this '10-eth.rules':
8
9 KERNEL=="eth*", SYSFS{address}=="00:11:22:33:44:55", NAME="eth0"
10 KERNEL=="eth*", SYSFS{address}=="55:44:33:22:11:00", NAME="eth1"
11
12 It looks exactly like your (well, MACs are fake. However, in real MACs i have
13 letters lowercase, which is NOT what Juergen suggested) - and it works. I had
14 once "wandering" interfaces - 2 cards were randomly assigned to eth0 and
15 eth1 - which was strange, because they are 2 diff cards and modules were
16 loaded always in the same sequence.
17
18 I am using sys-fs/udev-100-r2
19
20 --
21 Pawel Kraszewski
22 www.kraszewscy.net
23
24 --
25 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Udev rules and Ethernet assignments felix@×××××××.com
Re: [gentoo-amd64] Udev rules and Ethernet assignments Juergen Schinker <ba1020@×××××××××××××××.net>