LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Computer doesn't wake from sleep mode (https://www.linuxquestions.org/questions/linux-software-2/computer-doesnt-wake-from-sleep-mode-4175461306/)

usr345 05-09-2013 12:15 PM

Computer doesn't wake from sleep mode
 
I have a laptop with Linux Slackware 14, KDE 4.8.5, kernel 3.9.0-rc6. When I close the lid and pull out the power cord, the machine goes into sleep mode. When I wake it, plugging the cord back in and opening the lid, the LEDs turn on, but the screen doesn't. The system responds via ssh. Maybe, it's Intel video driver?

Here is some additional info regarding my system:

Here's info about my video card:

Quote:

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor
Family Integrated Graphics Controller (rev 09)
Looking at the output in the log pm-suspend.log there is mention of an illegal instruction at line #48 of the 99video script. Here are the contents of that section of the script:

Quote:

if command_exists vbetool; then
#this command fails
vbe() { vbetool "$@"; }
else
vbe() { echo "vbetool not installed!" 1>&2; return 1; }
fi
Then I thought, that it doesn't work, because I don't have the swap. I created it, using instructions here:

http://superuser.com/questions/21020...swap-partition

still, doesn't work. Any ideas?

Ygrex 05-09-2013 02:02 PM

this is not a solution but to have a little bit more details:

did you try restarting X-server? it may help since X uses its own video drivers

also, if there is any peripheral plugged in (USB stick, external display, mouse, etc.) unplug it before closing LED

usr345 05-09-2013 02:44 PM

Quote:

Originally Posted by Ygrex (Post 4948080)
this is not a solution but to have a little bit more details:

did you try restarting X-server? it may help since X uses its own video drivers

How can I restart it, when the screen is black? I can give a command from the external machine only through ssh. Tried Crtl-Alt-F2 to switch to console, didn't help.

Quote:

Originally Posted by Ygrex (Post 4948080)
also, if there is any peripheral plugged in (USB stick, external display, mouse, etc.) unplug it before closing LED

ok, I'll unplug the mouse. But I don't think it will help.

Ygrex 05-10-2013 01:20 PM

you can stop/restart X via ssh; also 3.9.0-rcX is quite recent kernel, try something more time proved

i've been using different Intel's cards with minor issues, it should work!

usr345 05-11-2013 08:19 PM

I removed nomodeset kernel param & now it works correctly. Thanks.


All times are GMT -5. The time now is 06:09 AM.