On Thu, 20 Mar 2014, Thomas Gleixner wrote:
> So it looks like the BIOS is setting something up, when the cable is
> plugged at power on time, which is not visible through our debug
> output.

Some more info:

I prevented e1000e from being autoloaded and booted with the cable
unplugged.

T1:
  Plug cable 
  modprobe e1000e       -> Works

T2:
  modprobe e1000e
  plug cable            -> Works not

  rmmod e1000e
  modprobe e1000e       -> works not

  unplug cable
  rmmod e1000e
  modprobe e1000e       -> works

  rmmod e1000e
  unplug cable     
  modprobe e1000e
  plug cable            -> Works not

  rmmod e1000e
  unplug cable     
  plug cable
  modprobe e1000e       -> Works not

So if the module is loaded w/o the cable plugged it does not work. If
I unplug before unloading the module and then plug in before loading
the module again it works again.

Thanks,

        tglx


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to