Gentoo Archives: gentoo-user

From: maxim wexler <blissfix@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ck8s ethernet support in 2.6.23-r6 kernel
Date: Thu, 17 Apr 2008 01:56:20
Message-Id: 8343.97997.qm@web31708.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] ck8s ethernet support in 2.6.23-r6 kernel by Neil Bothwick
1 --- Neil Bothwick <neil@××××××××××.uk> wrote:
2
3 > On Wed, 16 Apr 2008 08:54:53 -0700 (PDT), maxim
4 > wexler wrote:
5 >
6 > > > > Also, just noticed this little bit: "udev:
7 > renamed
8 > > > > eth0 to eth1". Why did it do that?
9 > > >
10 > > > Because you have a udev rule to do this? Take a
11 > look
12 > > > in /etc/udev/rules.d/70-persistent-net.rules
13 > > >
14 > >
15 > > Looks like there's two rules pointing to the same
16 > > device:
17 > >
18 > > # PCI device 0x10de:0x00df (forcedeth)
19 > > SUBSYSTEM=="net", DRIVERS=="?*",
20 > > ATTRS{address}=="00:e0:18:99:88:77", NAME="eth0"
21 > >
22 > > # PCI device 0x10de:0x00df (forcedeth)
23 > > SUBSYSTEM=="net", DRIVERS=="?*",
24 > > ATTR{address}=="00:13:8f:33:32:e2", NAME="eth1"
25 >
26 > They are different devices, notice the MAC
27 > addresses, but in the same PCI
28 > slot. Have you changed cards at some time. The
29 > easiest way out is to
30 > delete the file and let it be recreated for the card
31 > you now have.
32 >
33
34 Never was a card. This is an on-board ethernet, just
35 as previously. More background: this is a new mobo and
36 new video card but the same cpu.
37
38 The new combo booted fine, everything mounted but
39 needed to be tweaked, naturally.
40
41 I took the opportunity to replace the 2.6.20-r6 kernel
42 with the 2.6.23-r6
43
44 Somehow, the OS(udev?) still thinks it's using the old
45 ethernet plus the new one...guessing here.
46
47 I noted also a broken runlevel with regard to net.eth0
48 which I deleted.
49
50 Hopefully that's the fix. Should know next boot. But
51 doesn't explain(at least to me) why eth0 is now
52 defunct. If all I have is one ethernet port, doesn't
53 that default to eth0?
54
55 mw
56
57
58 ____________________________________________________________________________________
59 Be a better friend, newshound, and
60 know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
61 --
62 gentoo-user@l.g.o mailing list

Replies

Subject Author
[gentoo-user] Re: ck8s ethernet support in 2.6.23-r6 kernel Francesco Talamona <ti.liame@×××××.it>
Re: [gentoo-user] ck8s ethernet support in 2.6.23-r6 kernel Neil Bothwick <neil@××××××××××.uk>