Comment 59 for bug 160413

Revision history for this message
In , romieu (romieu-linux-kernel-bugs) wrote :

<email address hidden>:
[...]
> So, since it is supposed to wake up on PHY activity it is not completely a
> surprise.
>
> I tried to manually set wol to "g" only (ethtool -s eth0 wol g). Invoking
> ethtool again indicates "Wake-on : g" but when I sut down again the machine,
> it
> reboots within the next second after shutdown. I tried to setup a starup
> script
> that sets "ethtool -s eth0 wol g" in each runlevel but with the same result.

Actually that's good news: the patch does not try to obey the exact wake-up
event set through ethtool but enables all possible wake-up events before
shutting down.

I need to polish the patch a bit but it goes in the right direction.