I have recently switched from Windows to Linux and have Ubuntu 16.04 LTS installed dual booted with Windows 10. Things were working fine until yesterday I found out if the computer is suspended (either by putting the lid down or due to inactivity), it never wakes up. I looked into other forums and found no exact solution to the problem.
This could have happened because I installed a lot of .deb files by mistake and now a lot of unmet dependencies are left. A log file as big as 37 GB was made which I had to compress to save space.
I have tried deselecting the lock screen after suspension option and not suspending if screen turns off. It helps if the screen has been off for little time like 5-10 minutes. But in long term screen off situations, the screen never wakes up.
How do I fix this?
P.S. I am new to the Linux world so this kind of basic problem is pretty problematic for me.
sudo systemctl suspend
- for the first time ever I was able to resume from suspend successfully! See if it works for you. – Zanna Jul 26 '16 at 19:22sudo apt-get install -f ubuntu-desktop
? – David Foerster Nov 28 '16 at 00:31