Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Several Gentoo-Problems
Date: Wed, 10 Jan 2007 03:18:37
Message-Id: 7573e9640701091913q5f45c04ew2ff9109fa4a9043b@mail.gmail.com
In Reply to: Re: [gentoo-user] Several Gentoo-Problems by chrissie
1 On 1/9/07, chrissie <chrissie@×××××××××××××.org> wrote:
2 > balearen chrissie # /lib/udev/write_net_rules all_interfaces
3 > /etc/udev/rules.d/70-persistent-net.rules exists, persistent interface names
4 > not saved.
5 >
6 > > Then edit /etc/udev/rules.d/70-persistent-net.rules to assign the
7 > > interface names you want if they turn up wrong.
8 >
9 > balearen chrissie # cat /etc/udev/rules.d/70-persistent-net.rules
10 > [...]
11 > # PCI device 0x1106:0x3065 (via-rhine)
12 > SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:0b:6a:c2:de:7f",
13 > NAME="eth0"
14 >
15 > I think there is nothing wrong at the moment, via-rhine should be the eth0
16 > interface. But it is the 3com at the moment (just wondering if it is
17 > via-rhine after the next boot).
18
19 Both (er, all if you happen to have more than 2) interfaces will need
20 to be listed there for it to be effective. The problem is that if
21 some device comes up without a rule and grabs eth0, then udev won't
22 take eth0 away from it when a device with a matching rule comes up.
23
24 So if one is missing, remove/rename the file as Iain suggested and
25 re-run the script.
26
27 > Any hints, also about the gnome-settings-daemon problem?
28
29 Well the other old standby advice is to remove/rename ~/.gnome, so you
30 end up with the default gnome settings again, and see if that helps.
31
32 -Richard
33 --
34 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Several Gentoo-Problems chrissie <chrissie@×××××××××××××.org>