Comment 41 for bug 591707

Revision history for this message
mon (javiermon-deactivatedaccount) wrote :

Hi therei,

Happens here as well. 82566DC Network card. I need to rmmod && modprobe the kernel driver many times until I have luck with stock ubuntu 10.10 kernel. adm64 arch.

Here's the file missing:

/etc/udev/rules.d$ cat 70-persistent-net.rules
# This file maintains persistent names for network interfaces.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-persistent-net-generator.rules
# file; however you are also free to add your own entries.

# PCI device 0x8086:0x104b (e1000e)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:16:76:dc:45:a8", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"