Anyone can advise me on how to fix this? Thank you in advance
[SOLVED]
I just managed to fix my pb so I publish it just in case someone is having the same generic issue. As explained my laptop was not able to wake up from both suspend or Hibernate. I had to reboot each time.
after looking in /var/log/pm-suspend.log I saw that the only error message was happening when running : /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler
I decided to install nvidia driver instead of nouveau and it fixed the issue now I can resume from suspend
I installed the lastest Nvidia driver, I guess there is somewhere on the forum an howto but I will just explain what I did:
1. look for model of video card
- Code: Select all
lspci | grep VGA
2. go on nvidia website and download correct script: for me was http://www.nvidia.com/object/linux-display-amd64-275.09.07-driver.html
3. stoping x : go to a terminal (ctrl+alt+f1 for ie)
- Code: Select all
sudo /etc/init.d/gdm3 stop
4. running the script:
- Code: Select all
sudo sh ..../NVIDIA....run
5. accepting to desactivate Nouveau
6. then installation failed because driver not yet desactivated
7. reboot
8. start again the script (this time nouveau already desactivated)... installation successful
9.
- Code: Select all
sudo /etc/init.d/gdm3 start
now you should have :
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
nVidia binary video drive detected, not using quirks.
and resume from suspend should work !!





