Michael Biebl a écrit :
> Try to run
> dbus-send --system \
> --dest=org.freedesktop.NetworkManager \
> /org/freedesktop/NetworkManager \
> org.freedesktop.NetworkManager.sleep
>
> before suspend and
> dbus-send --system \
> --dest=org.freedesktop.NetworkManager \
> /org/freedesktop/NetworkManager \
> org.freedesktop.NetworkManager.wake
>
> after resume.
> Your suspend script should normally do that automatically (which one do
> you use?).
I use the "hibernate" entry menu in the applet launched by typing
"gnome-power-manager" if the applet is not already there.
How can I know which scripts are run by this applet ?
And, for information, I did several suspend/resume cycle since
my previous message without any problem (and without typing
"dbus-send ...").
I will try to divert the "dbus-send" program with a script to log
its invocations
Best regards,
Vincent
> Cheers,
> Michael
>