since I use Ubuntu 13.10, I'm experiencing a bug:
- I activate standby
- I press any key to continue working on my laptop
- The computer is on again, but the wlan doesn't work.
→ The wlan network then is disabled by default, but I can't enable it, it doesn't shows any network available.
It could be a problem of the driver or of network manager. In the latter case, try to see if
works. If it works, you can add the network-manager restart at resume: there are a lot of hints and suggestions here: how to execute a command after resume from suspend?
Otherwise, you should try to load/unload the wireless driver --- you can find it with
(you will have the list of drivers, one of them is you wireless one), and try to unload and reload it:
If this second option does work, you can add the modules to the list of modules to be loaded/unloaded at suspend/resume,
And adding
there. (Disclaimer: it worked for me in 12.04. Never tried with newer Ubuntu).