Nikolaus Filus wrote:
Hi, Krzysztof Kaczmarski wrote:None of automatic solutions works for me :(which of the solutions described there did you try?
Wow. It somehow works now. For me the correct solution is: /etc/acpi/suspend.d/07-network-manager.sh #!/bin/sh /etc/dbus-1/event.d/25NetworkManager stop and /etc/acpi/resume.d/99-network-manager.sh #!/bin/sh /etc/dbus-1/event.d/25NetworkManager start It looks like 07 and 99 are significant here. Now I may smoothly wake up my laptop after hibernate or suspend. Thanks to all of you ! KK