[Bug 238411] igb(4): Wake on Lan not working with Intel I210
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 25 08:36:16 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238411
--- Comment #9 from Abraham122x <abraham at 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.
More information about the freebsd-net
mailing list