I installed ubuntu 12.04 alongside Win7 on "sony vaio fw590gjb". My laptop don't resume after suspending. What is the problem?
Asked
Active
Viewed 1,393 times
1
-
Hi, and welcome to AskUbuntu! It would be helpful if you could provide us with an idea of what DOES happen when you resume. Does it go to a black screen? Does it reboot suddenly? There are several very similar questions regarding VAIOs that I was able to find in regards to this kind of behavior, and if you search for "Suspend" and "VAIO" you might those suggestions help or resolve your issue, as they are generic (all-user) solutions. – gravity Jun 13 '13 at 13:27
-
Hi, thank you for answer. when my VAIO is in suspend mode, with pressing any key, the laptop will reboot from beginning. – Alex Jun 13 '13 at 16:16
1 Answers
1
Check to see if the fix outlined here resolves your issue.
It appears to have fixed the problem for a similar make, but different specific model numbers for other VAIO users with very similar problems (rebooting instead of resuming).
(credit to user Felipe Hummel, but reposting the steps in case future links break)
===
You just have to edit the /etc/default/grub
file:
(in a terminal window do the following):
gksu gedit /etc/default/grub
Look up the line where it says:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
and change it to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_sleep=nonvs"
Save the file and close gedit.
Update the GRUB menu by typing in:
sudo update-grub
Reboot and enjoy!
===
-
1
-
-
1Yes exactly, I had this problem for 2 years but now I am happy and indebted to you. My English is bad, sorry for my bad English. – Alex Jun 14 '13 at 08:43