> It's not different. There are simply multiple in Debian:
> - acpi-support (Don't know about that one, ubuntu only thingie)
> - powersaved (has support for NM, soon obsoleted by pm-utils, though.
> pm-utils is NM ready too)
> - hibernate (has afaik support for NM)

OK, I'm using hibernate and adding the following to
/etc/hibernate/common.conf did it for me.

OnSuspend 60 /usr/bin/dbus-send --system \
    --dest=org.freedesktop.NetworkManager \
    --type=method_call /org/freedesktop/NetworkManager \
    org.freedesktop.NetworkManager.sleep
OnResume 60 /usr/bin/dbus-send --system \
    --dest=org.freedesktop.NetworkManager \
    --type=method_call /org/freedesktop/NetworkManager \
    org.freedesktop.NetworkManager.wake

However, this would not be the way to solve it for packaging. Probably a
scriptlet?

BR,
Markus 

> 
> Please file the bug against the suspend script package you are using.


Cheers,
Michael



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to