Often after resume from suspend network manager (gnome, debian wheezy) finds no networks. Sometimes /etc/init.d/network-manager restart will remedy this problem, but more often restarting network manager does nothing.

After a reboot, networks appear as normal.

Rebooting is (generally) inconvenient. What should one do to recover network-manager functionality beyond restarting it?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

This may be relevant: https://bugzilla.kernel.org/show_bug.cgi?id=39112

Before suspending the system, GNOME pauses NetworkManager, which causes weird problems with some wireless drivers. A workaround is to reinsert the apropriate module (for example, modprobe -r ath9k && modprobe ath9k) after the system wakes up.

  • Check dmesg for any strange post-resume messages.

  • Find out what module your wireless card uses; try to reinsert it.

  • Check if sudo pm-suspend has the same problem.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.