Comment 17 for bug 1450396

Revision history for this message
Martin Pitt (pitti) wrote : Re: Gigabyte P35-DS3: does not stay suspended

Ah, thanks! That's a bit weird -- on powersave false wake-on-lan is *enabled*. So it seems that with WOL disabled your computer doesn't stay suspended, but with WOL enabled it does.

Cross-check:

  sudo ethtool -s wlan0 wol g ; sudo systemctl suspend

-> that enables WOL on the usual magick packet. With that it stays suspended, right?

  sudo ethtool -s wlan0 wol d; sudo systemctl suspend

-> that disables WOL. With that it wakes up again?