Essa solução não funcionou para mim. No entanto, isso funcionou:
I have still no solution but I have found a workaround:
Create a new shellscript named hibernate.sh
. Open it with gedit and
paste the following code:
gnome-screensaver-command -l dbus-send --system --print-reply \
--dest="org.freedesktop.UPower" \
/org/freedesktop/UPower \
org.freedesktop.UPower.Suspend
Save it and make it executable. If you want you can create a .desktop
file for it. When you run this script it will send your pc into
hibernate-mode including the lockscreen. When you wake your pc now
networking works. When you use sleep-mode or hibernate-mode the normal
way it doesn't.
Obrigado a Christopher Paul por aqui: link
Note que você precisará reiniciar o sistema uma vez depois disso (se a sua rede estiver fora devido a uma suspensão quando você fez o script). Então funciona bem.
Observe também que este script envia seu pc para suspender, não para hibernar (o nome pode ser confuso).