← Back to team overview

kernel-packages team mailing list archive

[Bug 1460006] [NEW] e1000e not initialized ~30% of bootups

 

You have been subscribed to a public bug:

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

** Affects: linux-meta (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: bot-comment
-- 
e1000e not initialized ~30% of bootups
https://bugs.launchpad.net/bugs/1460006
You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta in Ubuntu.