Bug 493995 - udev renames eth0 to eth1 for unknown reason
Summary: udev renames eth0 to eth1 for unknown reason
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Dave Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-03 16:11 UTC by Jurgen Kramer
Modified: 2009-05-05 02:57 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-05-05 02:57:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jurgen Kramer 2009-04-03 16:11:56 UTC
Description of problem:
Somehow udev decides to rename eth0 to eth1 (for no reason)

Version-Release number of selected component (if applicable):
udev-139-4.fc11.i586
kernel-2.6.29.1-46.fc11.i686.PAE

How reproducible:
always

Steps to Reproduce:
1. Boot system
2.
3.
  
Actual results:
udev renames eth0 to eth1

Expected results:
eth0 stays eth0

Additional info:
F11 rawhide, fully updated (3 Apr 09)
dmesg shows:
sky2 eth0: addr 00:13:77:d7:e7:3f
udev: renamed network interface eth0 to eth1
sky2 eth1: enabling interface
ADDRCONF(NETDEV_UP): eth1: link is not ready
sky2 eth1: Link is up at 100 Mbps, full duplex, flow control both
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
eth1: no IPv6 routers present

Comment 1 Harald Hoyer 2009-04-03 17:17:38 UTC
please post the contents of you /etc/udev/rules.d/70-persistent-net.rules file

Comment 2 Jurgen Kramer 2009-04-03 18:18:07 UTC
As requested to contents of /etc/udev/rules.d/70-persistent-net.rules:

# This file was automatically generated by the /lib/udev/write_net_rules
# program run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.

# Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rul
e written by anaconda)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:24:2b:7d:1f:2
a", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
# Marvell Technology Group Ltd. 88E8048 PCI-E Fast Ethernet Controller (rule wri
tten by anaconda)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:11:22:33:44:5
5", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x11ab:0x4354 (sky2)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:13:77:d7:e7:3
f", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"


I am not sure why anaconda wrote that made up mac address for eth0.

Comment 3 Harald Hoyer 2009-04-03 18:27:49 UTC
just remove the lines for eth0 and eth1

Comment 4 Harald Hoyer 2009-04-03 18:28:27 UTC
reassigned to anaconda

Comment 5 Dave Cantrell 2009-05-05 02:57:20 UTC
Fixed in anaconda-11.5.0.48-1.fc11 and later.


Note You need to log in before you can comment on or make changes to this bug.