More diagnostics
http://paste.ubuntu.com/1077744/
comment by compdoc on IRC: 70-persistent-net.rules shows two network cards. Sometimes, when booting, one or the other can be ready first and screw things up
Code:
ravikanth@ravikanth-ThinkPad-X200-Tablet:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
ravikanth@ravikanth-ThinkPad-X200-Tablet:~$ cat /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, and change only the value of the NAME= key.
# PCI device 0x8086:/sys/devices/pci0000:00/0000:00:19.0 (e1000e)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1f:16:1a:0e:7e", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x8086:/sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0 (iwlwifi)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:22:fa:95:d1:c6", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
ravikanth@ravikanth-ThinkPad-X200-Tablet:~$
Bookmarks