Por favor, abra um terminal e faça:
gksudo gedit /etc/systemd/system/wifi-resume.service
Use nano ou kate ou leafpad se você não tiver o editor de texto gedit. Um novo arquivo vazio será aberto. Adicione o seguinte:
[Unit]
Description=Local system resume actions
After=suspend.target
[Service]
Type=oneshot
ExecStart=/bin/systemctl restart network-manager.service
[Install]
WantedBy=suspend.target
Revise cuidadosamente duas vezes, salve e feche o editor de texto.
Agora faça:
sudo chmod +x /etc/systemd/system/wifi-resume.service
E depois:
sudo systemctl enable wifi-resume.service
Eu sugiro que você reinicie. Teste e deixe-nos ouvir seu relatório.