Comment 62 for bug 1252121

Revision history for this message
Daniel Hahler (blueyed) wrote :

@pitti: does it make a difference, if you use suspend_hybrid vs suspend maybe?
I am using suspend_hybrid myself (via override in /etc/pm/config.d/00-use-suspend-hybrid:
    # Use suspend_hybrid instead of suspend always (requires patch in pm-utils 1.4.1-13)
    if [ "$METHOD" = "suspend" ]; then
      METHOD=suspend_hybrid
    fi)

It is rather hard to trigger, but given a longer time in suspend mode (~15 minutes appear to be not enough) and a WiFi network change appears to trigger it always.