[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 21:29:24 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238411
--- Comment #14 from Abraham122x <abraham at gmx.at> ---
@Catwoolfii, thanks for guiding me how to compile. I managed it and now WOL is
working on my machine as well. This is really great!
@Kaho, I tried your suggestion and can confirm that also this source-code
change works.
Could we now also find the root cause of this issue resp. make me understand
why this is not working properly?
I see that this if statement
if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) == 0)
seems to be always false in my case, although in the interface capabilities and
options the WOL_MAGIC flag is set.
I will try some different source code variants to understand which parameter is
causing my problem.
--
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