This bug is missing log files that will aid in diagnosing the problem. >From a terminal window please run:
apport-collect 1460006 and then change the status of the bug to 'Confirmed'. If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'. This change has been made by an automated script, maintained by the Ubuntu Kernel Team. ** Changed in: linux (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1460006 Title: e1000e not initialized ~30% of bootups Status in linux package in Ubuntu: Incomplete Bug description: if i watch the nic LEDs while booting they go dark several times, which i presume to correlate with hardware resets. after each reset, the LEDs stay out for several seconds, longer than most nics. after the final reset the LEDs don't come back on until after the system comes ready for login. the network is functional on approximately 70% of bootups, but is not functional on approximately 30% of bootups. from these observations i'm guessing some stage of initialization of the e1000e driver is sometimes missed or perhaps not waiting long enough before giving up. is it effective to file such a bug here or ought i be interacting with kernel.org? /etc/udev/rules.d/70-persistent-net.rules contains: # PCI device 0x8086:0x10bd (e1000e) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:21:70:32:6a:ee", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" /etc/network/interfaces contains: auto lo iface lo inet loopback auto eth0 iface eth0 inet static netmask 255.255.255.0 address 192.168.0.93 gateway 192.168.0.91 dns-nameserver 8.8.8.8 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1460006/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp