Author Topic: IBM T43 won't suspend on closing of lid  (Read 1558 times)

acataldi123

  • Guest
IBM T43 won't suspend on closing of lid
« on: March 02, 2011, 08:50:42 AM »
I am using KDE. I have a T43 that I have set to suspend to Ram when I close the lid (under the power management of system settings). When I close the lid, the fan continues to run and the system does not suspend. When I open the lid, it appears to be in a "screen lock" mode. I enter the password and the system comes back to life. When I manually do a suspend to Ram, this works fine. If I close the lid after a manual suspend, and then open the lid, the system comes back fine also.

Any ideas why the closing of the lid does not suspend? I have also tried using suspend to disk with the same results.

Thanks

Offline Ertain

  • Sr. Member
  • ****
  • Posts: 365
  • I come in peace. And for some nachos.
Re: IBM T43 won't suspend on closing of lid
« Reply #1 on: March 02, 2011, 06:41:55 PM »
Is the module thinkpad-acpi loaded?  If you're wondering you can check that using the command:
Code: [Select]
lsmod | grep thinkpad-acpi
"She's the boss, apple sauce!"
 -Frank Cho

acataldi123

  • Guest
Re: IBM T43 won't suspend on closing of lid
« Reply #2 on: March 03, 2011, 06:18:17 AM »
I am guessing it is not since the output of the command reported nothing.

Offline Ertain

  • Sr. Member
  • ****
  • Posts: 365
  • I come in peace. And for some nachos.
Re: IBM T43 won't suspend on closing of lid
« Reply #3 on: March 03, 2011, 12:21:28 PM »
Then try this command on for size:
Code: [Select]
# First change to super user.  Don't forget your administrator password.
su
Then load the module:
Code: [Select]
modprobe thinkpad-acpiThis will load the kernel module.  Hopefully this will alleviate your problems.

By the way, if you can't become the super user then go into pclos Control Center -> System, and select "Open Console as Administrator".  This will open up a terminal with root privileges, and you can use the "modprobe" command.
"She's the boss, apple sauce!"
 -Frank Cho

acataldi123

  • Guest
Re: IBM T43 won't suspend on closing of lid
« Reply #4 on: March 03, 2011, 08:29:00 PM »
I did as directed, but this had no affect. I even rebooted but still nothing.

Offline sling-shot

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1759
  • Satyameva Jayate | Truth Alone Triumphs.
Re: IBM T43 won't suspend on closing of lid
« Reply #5 on: March 03, 2011, 08:41:24 PM »
Are you able to open the power management module in System Settings? It might be due to powersaved interfering with PowerDevil. If so you will have to stop the powersaved service.
Packaging well will cure headaches of many :) But learning to package will cause headaches in many :(

AMD AthlonX2 3600+/ASUS M2NPV-VM/ATi HD4670/Onboard sound/3.5GB DDR2-533 RAM/SEAGATE 160+320GB HDD/DELL S2240L FullHD/Creative SBS370 2.1/PCLinuxOS2013/KDE4
Samsung NP305U1-A06IN | Nokia E6

acataldi123

  • Guest
Re: IBM T43 won't suspend on closing of lid
« Reply #6 on: March 04, 2011, 08:57:32 AM »
The Power Management Utility works fine. I can open and make changes. Nothing still seems to make a difference however with the original problem.