https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238411

--- Comment #9 from Abraham122x <abra...@gmx.at> ---
A very unprofessional approach I did yesterday, but just as curiosity.

The original Intel driver I compiled yesterday are not showing the WOL flags
anymore for my NICS.  Therefore I commented following "if" source code line in
"if_igb.c":

/* APME bit in EEPROM is mapped to WUC.APME */
eeprom_data = E1000_READ_REG(&adapter->hw, E1000_WUC) & E1000_WUC_APME;
/* if (eeprom_data) */
  adapter->wol = E1000_WUFC_MAG;

After that, when I shut down the machine, the LED's of the NICS where still
active (as it should be with WOL). When I sent a WOL magic packet to the NIC,
the corresponding LED of the NIC was flashing. So the packet was arrived and
accepted, but unfortunately the machine was not powered on.

Does this someone help for further analysis?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to