Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2019 08:26:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 232708] Wake on LAN doesn't work for any of my NIC cards (em0, bge0)
Message-ID:  <bug-232708-7501-lCpAtcfTHM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232708-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232708-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232708

--- Comment #6 from Kaho Toshikazu <kaho@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.=20

Index: sys/dev/e1000/if_em.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- 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);

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232708-7501-lCpAtcfTHM>