David Howells wrote:
> Hi,

wow, sorry to take so long to respond...

> I've been trying to set my test machine up to do Wake On LAN.  It
> works from
> the powered-off (S5) state, but doesn't work from the suspend-to-RAM
> (S3) or
> the suspend-to-disk (S4) states.  The power button will wake the
> machine from
> S3 and S4.

what does /proc/acpi/wakeup say?

> The motherboard is an Intel G965-based DG965RY.
>
> I made it suspend by:
>
>         echo mem > /sys/power/state
>
> And attempted to wake it up by:
>
>         ether-wake -i eth0 00:16:76:CE:3A:3C
>
> I've attached the output of ethtool, lspci and dmesg for my test box,
> plus the
> kernel config used.
>
> tshark can see the WOL packet turning up, and it does manage to wake
> from S5.
>
> I've stuck a printk into e1000_suspend() in the e1000e driver, and
> can see
> that it's going into the if-statement body whereby it sets h/w up for
> WOL (if
> wufc is non-zero).
>
> Any suggestions as how to get it to work?
>

I think you may have to enable the GPI for the wake event for the lan part, 
which I believe you do with /proc/acpi/wakeup



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel

Reply via email to