Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ck8s ethernet support in 2.6.23-r6 kernel
Date: Wed, 16 Apr 2008 16:13:48
Message-Id: 20080416171340.29089280@loonquawl.digimed.co.uk
In Reply to: Re: [gentoo-user] ck8s ethernet support in 2.6.23-r6 kernel by maxim wexler
1 On Wed, 16 Apr 2008 08:54:53 -0700 (PDT), maxim wexler wrote:
2
3 > > > Also, just noticed this little bit: "udev: renamed
4 > > > eth0 to eth1". Why did it do that?
5 > >
6 > > Because you have a udev rule to do this? Take a look
7 > > in /etc/udev/rules.d/70-persistent-net.rules
8 > >
9 >
10 > Looks like there's two rules pointing to the same
11 > device:
12 >
13 > # PCI device 0x10de:0x00df (forcedeth)
14 > SUBSYSTEM=="net", DRIVERS=="?*",
15 > ATTRS{address}=="00:e0:18:99:88:77", NAME="eth0"
16 >
17 > # PCI device 0x10de:0x00df (forcedeth)
18 > SUBSYSTEM=="net", DRIVERS=="?*",
19 > ATTR{address}=="00:13:8f:33:32:e2", NAME="eth1"
20
21 They are different devices, notice the MAC addresses, but in the same PCI
22 slot. Have you changed cards at some time. The easiest way out is to
23 delete the file and let it be recreated for the card you now have.
24
25
26 --
27 Neil Bothwick
28
29 Angular Momentum Makes The World Go 'Round

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] ck8s ethernet support in 2.6.23-r6 kernel maxim wexler <blissfix@×××××.com>