Author Topic: [SOLVED] suspend stopped working after unplugging the power while it was still..  (Read 563 times)

Txacoli

  • Guest
Hello,

I need help troubleshooting a problem with suspend. Here's what happened. My laptop lid was closed and it went to suspend as usual. Then I accidentally dropped the laptop and later found out the power button wasn't working, but the light was still blinking, indicating it was still in suspend. I couldn't wake up the laptop, so I disconnected the power and took out the battery, and proceeded to dismantle the whole laptop in order to fix the start button. I somehow fixed it and it works now, but the laptop will not suspend anymore, it just locks the screen. The log says everything is ok. While browsing the web for the solution, I read there should be a ".suspended" file somewhere in proc directory, and I should delete it. I found no such file. Any suggestions? I'm using PCLOS 2009.1. I would appreciate any help, thank you.

Cheers!
« Last Edit: September 06, 2010, 07:54:02 PM by Texstar »

Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3978
.suspended would be a hidden file. If using a file manager you need to configure view to show hidden files. If using ls in a terminal you need the -a option - "ls -a".
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Txacoli

  • Guest
Thank you for the reply. I made sure I was looking for hidden files, but just in case I checked it from terminal as well and I found no such file. Do you have any other idea what I might do to solve this issue? Thank you.

Cheers!

Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3978
As you lost the suspended state you effectively had an unclean shutdown, so it might be worth running fsck on your partitions, but that's a long shot. I'm not a laptop user so can't really help further.
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Txacoli

  • Guest
Thanks for the suggestion, I did the disk check, but it didn't solve the problem. If anybody else has a clue, I would appreciate the help. Thank you.

Txacoli

  • Guest
Issue is solved.
I did this as root: rm -rf /var/run/pm-utils/locks/
Apparently, it's a very old bug. Everything works great now.

Cheers!