Workaround/HINT::
1. comment EVERYTHING in /etc/udev/rules.d/70-persistent-net.rules
2. add:
## PCI device ONBOARD intel 10/100
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:bb:05:14:85:56", 
NAME="eth0"
# PCI device 0x8086:0x1229 (e100)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:a0:cc:d0:00:43", 
NAME="eth1"
##xyz blah
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="", NAME="eth7"
3. correct MAC adresses and descriptions (IMHO NOT needed)
(u can get MACs: sudo ifconfig -a)
*****OR::
sudo mv /etc/udev/rules.d/70-persistent-net.rules 
/etc/udev/rules.d/70-persistent-net.rules.BAKKK
sudo reboot

-- 
[Gutsy] broken 70-persistent-net.rules
https://bugs.launchpad.net/bugs/145382
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to