No Suspend on lid close
up vote
0
down vote
favorite
I recently noted that my Thinkpad X1 Yoga (1st Generation) will not enter the suspend mode any more when I close the lid of the notebook.
I updated from Ubuntu 18.04.2 to 18.10 recently but I am not 100% sure if the error occured right after the update.
What I have checked:
(1) I checked that my /etc/default/grub
was not changed since I last configured it:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
(2) I changed the /etc/default/grub
following this hint (no effect):
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_sleep=nonvs"
(3) I changed /etc/systemd/logind.conf
to the following. I edited the Inhibit-entries to "yes" (no effect):
[Login]
HandlePowerKey=hibernate
HandleHibernateKey=hibernate
HandleSuspendKey=suspend-then-hibernate
HandleLidSwitch=suspend-then-hibernate
HandleLidSwitchDocked=suspend
PowerKeyIgnoreInhibited=yes
SuspendKeyIgnoreInhibited=yes
HibernateKeyIgnoreInhibited=yes
LidSwitchIgnoreInhibited=yes
(4) I thought about the sleep mode itself being broken. But executing sudo pm-suspend
in terminal will correctly initiate the suspend mode. The screen is getting dark and the power LED is flashing after a few seconds.
(5) I checked if the lid sensor itself is broken. Since the Thinkpad uses a magetic sensor in the base and has a magnet in the lid, I tried to trigger the sensor with an external magnet. The sensor seems to work. When moving the magnet over the sensor, the screen turns black. But nothing else happens, the power LED is still on. When removing the magnet, the screen is on again.
(6) (update) I also tested sudo pm-suspend-hybrid
to check if the hybrid suspend mode is broken. This was not the case. The machine entered the suspend mode as expected (screen black + Power led flashing
(update) free -h gives the following output:
total used free shared buff/cache available
Mem: 7,2Gi 1,7Gi 3,7Gi 674Mi 1,8Gi 4,6Gi
Swap: 9,0Gi 0B 9,0Gi
Do you have any more ideas how to get the suspend mode working again? I would like to trigger the new suspend-then-hibernate mode on lid close.
suspend power-management laptop 18.10
New contributor
add a comment |
up vote
0
down vote
favorite
I recently noted that my Thinkpad X1 Yoga (1st Generation) will not enter the suspend mode any more when I close the lid of the notebook.
I updated from Ubuntu 18.04.2 to 18.10 recently but I am not 100% sure if the error occured right after the update.
What I have checked:
(1) I checked that my /etc/default/grub
was not changed since I last configured it:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
(2) I changed the /etc/default/grub
following this hint (no effect):
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_sleep=nonvs"
(3) I changed /etc/systemd/logind.conf
to the following. I edited the Inhibit-entries to "yes" (no effect):
[Login]
HandlePowerKey=hibernate
HandleHibernateKey=hibernate
HandleSuspendKey=suspend-then-hibernate
HandleLidSwitch=suspend-then-hibernate
HandleLidSwitchDocked=suspend
PowerKeyIgnoreInhibited=yes
SuspendKeyIgnoreInhibited=yes
HibernateKeyIgnoreInhibited=yes
LidSwitchIgnoreInhibited=yes
(4) I thought about the sleep mode itself being broken. But executing sudo pm-suspend
in terminal will correctly initiate the suspend mode. The screen is getting dark and the power LED is flashing after a few seconds.
(5) I checked if the lid sensor itself is broken. Since the Thinkpad uses a magetic sensor in the base and has a magnet in the lid, I tried to trigger the sensor with an external magnet. The sensor seems to work. When moving the magnet over the sensor, the screen turns black. But nothing else happens, the power LED is still on. When removing the magnet, the screen is on again.
(6) (update) I also tested sudo pm-suspend-hybrid
to check if the hybrid suspend mode is broken. This was not the case. The machine entered the suspend mode as expected (screen black + Power led flashing
(update) free -h gives the following output:
total used free shared buff/cache available
Mem: 7,2Gi 1,7Gi 3,7Gi 674Mi 1,8Gi 4,6Gi
Swap: 9,0Gi 0B 9,0Gi
Do you have any more ideas how to get the suspend mode working again? I would like to trigger the new suspend-then-hibernate mode on lid close.
suspend power-management laptop 18.10
New contributor
And how is your RAM and with this update a lot could go wrong?
– George Udosen
Nov 25 at 18:05
I'm afraid i do not understand. I've got 8GB of RAM. An Idea: is it possible that the suspend ist working, but suspend-then-hibernate is not. Is there a terminal command which initiates the suspend-then-hibernate mode?
– Donut
2 days ago
Make sure your RAM isn't been used up And leaving nothing for hibernation. Check withfree -h
– George Udosen
2 days ago
Original post edited: marked with (update)
– Donut
2 days ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I recently noted that my Thinkpad X1 Yoga (1st Generation) will not enter the suspend mode any more when I close the lid of the notebook.
I updated from Ubuntu 18.04.2 to 18.10 recently but I am not 100% sure if the error occured right after the update.
What I have checked:
(1) I checked that my /etc/default/grub
was not changed since I last configured it:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
(2) I changed the /etc/default/grub
following this hint (no effect):
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_sleep=nonvs"
(3) I changed /etc/systemd/logind.conf
to the following. I edited the Inhibit-entries to "yes" (no effect):
[Login]
HandlePowerKey=hibernate
HandleHibernateKey=hibernate
HandleSuspendKey=suspend-then-hibernate
HandleLidSwitch=suspend-then-hibernate
HandleLidSwitchDocked=suspend
PowerKeyIgnoreInhibited=yes
SuspendKeyIgnoreInhibited=yes
HibernateKeyIgnoreInhibited=yes
LidSwitchIgnoreInhibited=yes
(4) I thought about the sleep mode itself being broken. But executing sudo pm-suspend
in terminal will correctly initiate the suspend mode. The screen is getting dark and the power LED is flashing after a few seconds.
(5) I checked if the lid sensor itself is broken. Since the Thinkpad uses a magetic sensor in the base and has a magnet in the lid, I tried to trigger the sensor with an external magnet. The sensor seems to work. When moving the magnet over the sensor, the screen turns black. But nothing else happens, the power LED is still on. When removing the magnet, the screen is on again.
(6) (update) I also tested sudo pm-suspend-hybrid
to check if the hybrid suspend mode is broken. This was not the case. The machine entered the suspend mode as expected (screen black + Power led flashing
(update) free -h gives the following output:
total used free shared buff/cache available
Mem: 7,2Gi 1,7Gi 3,7Gi 674Mi 1,8Gi 4,6Gi
Swap: 9,0Gi 0B 9,0Gi
Do you have any more ideas how to get the suspend mode working again? I would like to trigger the new suspend-then-hibernate mode on lid close.
suspend power-management laptop 18.10
New contributor
I recently noted that my Thinkpad X1 Yoga (1st Generation) will not enter the suspend mode any more when I close the lid of the notebook.
I updated from Ubuntu 18.04.2 to 18.10 recently but I am not 100% sure if the error occured right after the update.
What I have checked:
(1) I checked that my /etc/default/grub
was not changed since I last configured it:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
(2) I changed the /etc/default/grub
following this hint (no effect):
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_sleep=nonvs"
(3) I changed /etc/systemd/logind.conf
to the following. I edited the Inhibit-entries to "yes" (no effect):
[Login]
HandlePowerKey=hibernate
HandleHibernateKey=hibernate
HandleSuspendKey=suspend-then-hibernate
HandleLidSwitch=suspend-then-hibernate
HandleLidSwitchDocked=suspend
PowerKeyIgnoreInhibited=yes
SuspendKeyIgnoreInhibited=yes
HibernateKeyIgnoreInhibited=yes
LidSwitchIgnoreInhibited=yes
(4) I thought about the sleep mode itself being broken. But executing sudo pm-suspend
in terminal will correctly initiate the suspend mode. The screen is getting dark and the power LED is flashing after a few seconds.
(5) I checked if the lid sensor itself is broken. Since the Thinkpad uses a magetic sensor in the base and has a magnet in the lid, I tried to trigger the sensor with an external magnet. The sensor seems to work. When moving the magnet over the sensor, the screen turns black. But nothing else happens, the power LED is still on. When removing the magnet, the screen is on again.
(6) (update) I also tested sudo pm-suspend-hybrid
to check if the hybrid suspend mode is broken. This was not the case. The machine entered the suspend mode as expected (screen black + Power led flashing
(update) free -h gives the following output:
total used free shared buff/cache available
Mem: 7,2Gi 1,7Gi 3,7Gi 674Mi 1,8Gi 4,6Gi
Swap: 9,0Gi 0B 9,0Gi
Do you have any more ideas how to get the suspend mode working again? I would like to trigger the new suspend-then-hibernate mode on lid close.
suspend power-management laptop 18.10
suspend power-management laptop 18.10
New contributor
New contributor
edited 2 days ago
New contributor
asked Nov 25 at 17:59
Donut
12
12
New contributor
New contributor
And how is your RAM and with this update a lot could go wrong?
– George Udosen
Nov 25 at 18:05
I'm afraid i do not understand. I've got 8GB of RAM. An Idea: is it possible that the suspend ist working, but suspend-then-hibernate is not. Is there a terminal command which initiates the suspend-then-hibernate mode?
– Donut
2 days ago
Make sure your RAM isn't been used up And leaving nothing for hibernation. Check withfree -h
– George Udosen
2 days ago
Original post edited: marked with (update)
– Donut
2 days ago
add a comment |
And how is your RAM and with this update a lot could go wrong?
– George Udosen
Nov 25 at 18:05
I'm afraid i do not understand. I've got 8GB of RAM. An Idea: is it possible that the suspend ist working, but suspend-then-hibernate is not. Is there a terminal command which initiates the suspend-then-hibernate mode?
– Donut
2 days ago
Make sure your RAM isn't been used up And leaving nothing for hibernation. Check withfree -h
– George Udosen
2 days ago
Original post edited: marked with (update)
– Donut
2 days ago
And how is your RAM and with this update a lot could go wrong?
– George Udosen
Nov 25 at 18:05
And how is your RAM and with this update a lot could go wrong?
– George Udosen
Nov 25 at 18:05
I'm afraid i do not understand. I've got 8GB of RAM. An Idea: is it possible that the suspend ist working, but suspend-then-hibernate is not. Is there a terminal command which initiates the suspend-then-hibernate mode?
– Donut
2 days ago
I'm afraid i do not understand. I've got 8GB of RAM. An Idea: is it possible that the suspend ist working, but suspend-then-hibernate is not. Is there a terminal command which initiates the suspend-then-hibernate mode?
– Donut
2 days ago
Make sure your RAM isn't been used up And leaving nothing for hibernation. Check with
free -h
– George Udosen
2 days ago
Make sure your RAM isn't been used up And leaving nothing for hibernation. Check with
free -h
– George Udosen
2 days ago
Original post edited: marked with (update)
– Donut
2 days ago
Original post edited: marked with (update)
– Donut
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
After performing another Core update for Ubuntu, it is working again.
It seems like there were modifications on the suspend mode or in one of the drivers. I checked the release notes for Ubuntu 18.10 and found nothing, but it looks like there were changes anyway.
New contributor
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
After performing another Core update for Ubuntu, it is working again.
It seems like there were modifications on the suspend mode or in one of the drivers. I checked the release notes for Ubuntu 18.10 and found nothing, but it looks like there were changes anyway.
New contributor
add a comment |
up vote
0
down vote
accepted
After performing another Core update for Ubuntu, it is working again.
It seems like there were modifications on the suspend mode or in one of the drivers. I checked the release notes for Ubuntu 18.10 and found nothing, but it looks like there were changes anyway.
New contributor
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
After performing another Core update for Ubuntu, it is working again.
It seems like there were modifications on the suspend mode or in one of the drivers. I checked the release notes for Ubuntu 18.10 and found nothing, but it looks like there were changes anyway.
New contributor
After performing another Core update for Ubuntu, it is working again.
It seems like there were modifications on the suspend mode or in one of the drivers. I checked the release notes for Ubuntu 18.10 and found nothing, but it looks like there were changes anyway.
New contributor
New contributor
answered 11 hours ago
Donut
12
12
New contributor
New contributor
add a comment |
add a comment |
Donut is a new contributor. Be nice, and check out our Code of Conduct.
Donut is a new contributor. Be nice, and check out our Code of Conduct.
Donut is a new contributor. Be nice, and check out our Code of Conduct.
Donut is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095969%2fno-suspend-on-lid-close%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
And how is your RAM and with this update a lot could go wrong?
– George Udosen
Nov 25 at 18:05
I'm afraid i do not understand. I've got 8GB of RAM. An Idea: is it possible that the suspend ist working, but suspend-then-hibernate is not. Is there a terminal command which initiates the suspend-then-hibernate mode?
– Donut
2 days ago
Make sure your RAM isn't been used up And leaving nothing for hibernation. Check with
free -h
– George Udosen
2 days ago
Original post edited: marked with (update)
– Donut
2 days ago