Gentoo Archives: gentoo-user

From: Mrugesh Karnik <mrugeshkarnik@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: udev upgrade and non-working eth0
Date: Tue, 28 Nov 2006 00:55:10
Message-Id: 200611280620.55042.mrugeshkarnik@gmail.com
In Reply to: Re: [gentoo-user] Re: udev upgrade and non-working eth0 by Richard Fish
1 On Tuesday 28 November 2006 04:16, Richard Fish wrote:
2 > On 11/27/06, Mrugesh Karnik <mrugeshkarnik@×××××.com> wrote:
3 > > > # ethernet devices
4 > > > ACTION=="add", SUBSYSTEM=="net", SYSFS{address}=="00:13:d3:60:4a:a5",
5 > > > NAME="eth0"
6 > > > ACTION=="add", SUBSYSTEM=="net", SYSFS{address}=="00:0d:88:45:c1:c9",
7 > > > NAME="eth1"
8 > >
9 > > No go. They didn't swap.
10 >
11 > Just in case, you did make those 2, not 4, lines right? Silly gmail
12 > word-wrapping... :-(
13 >
14 > What do "udevtest /class/net/eth0" and "udevtest /class/net/eth1"
15 > report? Also "udevinfo -a -p /class/net/eth0" and "udevinfo -a -p
16 > /class/net/eth1".
17
18 Aaah! Feels so good to be writing this email in kmail again!! So, as you might
19 guess, its working now.
20
21 The problem apparently was that I used upper case letters in the hex numbers.
22 I didn't know those hex numbers are lower case only :s
23
24 Oh and I HAD put them on two lines.
25
26 Anyway, now I get this message during bootup:
27
28 udevd-event[3110]: rename_netif: error changing net interface name eth0_rename
29 to eth1: No such device.
30
31 It works fine though. But, how do I get rid of that message? Its just annoying
32 to look at :/
33
34 /me thinks about setting RC_DEVICE_TARBALL="yes"
35
36 Anyway, all you people, thanks for your help. Very much appreciated!
37
38 --
39 ----------------------------------------
40 Mrugesh Karnik
41 GPG Key 0xBA6F1DA8
42 Public key on http://wwwkeys.pgp.net
43 ----------------------------------------
44 --
45 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: udev upgrade and non-working eth0 Richard Fish <bigfish@××××××××××.org>