[Pkg-utopia-maintainers] Bug#416368: closed by Michael Biebl <biebl@debian.org> (Re: Bug#416368: network-manager: network manager does not update list of wireless networks after suspend or standby)

Markus Becker mab at comnets.uni-bremen.de
Wed Apr 11 18:40:03 UTC 2007


> 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





More information about the Pkg-utopia-maintainers mailing list