On 26.01.2019 14:56, Marc Haber wrote: > On Fri, Jan 25, 2019 at 07:22:36PM +0100, Heiner Kallweit wrote: >> Then I'm slowly running out of ideas. New in 4.19 is a check for invalid >> WoL flags, but usually the caller should warn if -EINVAL is returned. >> Nevertheless, could you try the following and check whether the warning >> is triggered? > > Compiled the kernel, went through the motions: > > - boot > - suspend > - try unsuccessful WoL > - wake up manually > - do ethtool gymnastics > - suspend > - try successful WoL > - grep syslog for "WoL", nothing found. > Thanks for testing. Then the only way to find the offending commit is bisecting. Let me know if you need support.
I can't reproduce the issue on latest kernels even though RTL8168evl and RTL8168g use the same WoL code path. > Greetings > Marc > Heiner