Date: Sun, 25 Apr 2021 21:29:24 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 238411] igb(4): Wake on Lan not working with Intel I210 Message-ID: <bug-238411-7501-NPBZcN50SO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-238411-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-238411-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=3D238411 --- Comment #14 from Abraham122x <abraham@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=20 if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) =3D=3D 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 paramete= r is causing my problem. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238411-7501-NPBZcN50SO>