Comment 15 for bug 1234469

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 1234469] Re: Network does not come up after resuming from suspend.

Thaddäus Tintenfisch [2013-10-14 23:09 -0000]:
> I am not sure, if restoring the pm-utils hook will resolve the
> actual issue.

That tries to call org.freedesktop.NetworkManager.sleep() and .wake(),
these methods don't even exist. There is a Sleep(boolean) method
though, which looks like a replacement. But NM should already listen
to logind for those (--with-suspend-resume=systemd).