Ethernet device's MAC address changes (causing its device number to increase by one each time)
Bug #153727 reported by
Uphaar Agrawalla
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Debian |
Confirmed
|
Undecided
|
Unassigned | ||
linux (Ubuntu) |
Incomplete
|
Medium
|
Unassigned | ||
udev (Ubuntu) |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
After every reboot, my network device name changes: eth0, eth1, eth2, ... eth8 - yes it's the 9th boot into Ubuntu:-).
I found this Debian thread which is for the same issue. I have also seen messages like this during boot time:
0000:00:07.0: Invalid Mac address detected: 87:84:65:f3:18:00
Please complain to your hardware vendor. Switching to a random MAC.
Not sure why this is happening, but it is probably also the reason I need to enter the IP/Subnet/Gateway every time I boot into the system (I'm using a static IP). Then I have to do "sudo /etc/init.
Changed in linux: | |
assignee: | nobody → ubuntu-kernel-team |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in udev: | |
status: | New → Won't Fix |
summary: |
- Ethernet device's number increases by one after every reboot + Ethernet device's MAC address changes (causing its device number to + increase by one each time) after every reboot |
summary: |
Ethernet device's MAC address changes (causing its device number to - increase by one each time) after every reboot + increase by one each time) |
tags: | added: ct-rev |
Changed in linux (Ubuntu): | |
status: | Triaged → Incomplete |
To post a comment you must log in.
$ cat /etc/udev/ rules.d/ 70-persistent- net.rules net-generator. rules
# This file maintains persistent names for network interfaces.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-persistent-
# file; however you are also free to add your own entries.
# PCI device 0x10de:0x054c (forcedeth) =="00:00: 6c:cf:97: 0d", NAME="eth0"
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}
# PCI device 0x10de:0x054c (forcedeth) =="00:00: 6c:ed:c4: 70", NAME="eth1"
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}
# PCI device 0x10de:0x054c (forcedeth) =="00:00: 6c:a9:6b: 29", NAME="eth2"
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}
# PCI device 0x10de:0x054c (forcedeth) =="00:00: 6c:23:7e: 8b", NAME="eth3"
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}
# PCI device 0x10de:0x054c (forcedeth) =="00:00: 6c:1b:91: 55", NAME="eth4"
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}
# PCI device 0x10de:0x054c (forcedeth) =="00:00: 6c:5f:d5: 8e", NAME="eth5"
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}
# PCI device 0x10de:0x054c (forcedeth) =="00:00: 6c:ee:7e: 7b", NAME="eth6"
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}
# PCI device 0x10de:0x054c (forcedeth) =="00:00: 6c:d6:3a: 53", NAME="eth7"
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}
# PCI device 0x10de:0x054c (forcedeth) =="00:00: 6c:40:00: 0c", NAME="eth8"
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}