[Bug 232708] Wake on LAN doesn't work for any of my NIC cards (em0, bge0)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 21 08:26:47 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232708
--- Comment #6 from Kaho Toshikazu <kaho at elam.kais.kyoto-u.ac.jp> ---
(In reply to Marek Zarychta from comment #5)
I recommend to use a new hardware and a new release like 12.0-RELEASE.
But try the patch, if you really test.
Index: sys/dev/e1000/if_em.c
===================================================================
--- sys/dev/e1000/if_em.c (revision 343252)
+++ sys/dev/e1000/if_em.c (working copy)
@@ -2508,6 +2508,7 @@
e1000_reset_hw(&adapter->hw);
E1000_WRITE_REG(&adapter->hw, E1000_WUC, 0);
+ E1000_WRITE_REG(&adapter->hw, E1000_WUFC, 0);
e1000_led_off(&adapter->hw);
e1000_cleanup_led(&adapter->hw);
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list