How to debug hibernate-wakeup problem in 17.10?

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
In 17.04, hibernate worked good. Now since 17.10 the PC does not come up after hibernation. Something starts, but the screens stays black and the keyboard lights do not go on. /var/log/syslog is empty for that time, nothing is logged. Suspend works.
How can I further debug this to find out what it could be?
(PC with Asus mainboard and Intel i7 CPU, Ubuntu 17.10, kernel 4.13.0-37)
hibernate wakeup
add a comment |Â
up vote
0
down vote
favorite
In 17.04, hibernate worked good. Now since 17.10 the PC does not come up after hibernation. Something starts, but the screens stays black and the keyboard lights do not go on. /var/log/syslog is empty for that time, nothing is logged. Suspend works.
How can I further debug this to find out what it could be?
(PC with Asus mainboard and Intel i7 CPU, Ubuntu 17.10, kernel 4.13.0-37)
hibernate wakeup
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
In 17.04, hibernate worked good. Now since 17.10 the PC does not come up after hibernation. Something starts, but the screens stays black and the keyboard lights do not go on. /var/log/syslog is empty for that time, nothing is logged. Suspend works.
How can I further debug this to find out what it could be?
(PC with Asus mainboard and Intel i7 CPU, Ubuntu 17.10, kernel 4.13.0-37)
hibernate wakeup
In 17.04, hibernate worked good. Now since 17.10 the PC does not come up after hibernation. Something starts, but the screens stays black and the keyboard lights do not go on. /var/log/syslog is empty for that time, nothing is logged. Suspend works.
How can I further debug this to find out what it could be?
(PC with Asus mainboard and Intel i7 CPU, Ubuntu 17.10, kernel 4.13.0-37)
hibernate wakeup
hibernate wakeup
asked Mar 17 at 17:19
jms
464515
464515
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
After installing kernel 4.16.0-041600rc5-generic it worked.
I went to http://kernel.ubuntu.com/~kernel-ppa/mainline/
and changed into the directory v4.16-rc5/.
From there I downloaded
linux-headers-4.16.0-041600rc5_4.16.0-041600rc5.201803112130_all.deb
linux-headers-4.16.0-041600rc5-generic_4.16.0-041600rc5.201803112130_amd64.deb
linux-image-4.16.0-041600rc5-generic_4.16.0-041600rc5.201803112130_amd64.deb
and did
sudo dpkg -i linux-*
I updated the answer
â jms
Mar 17 at 20:47
Last two steps would berm linux-*andreboot.
â WinEunuuchs2Unix
Mar 20 at 17:48
add a comment |Â
up vote
0
down vote
All of this works well for me for hibernating to file, thanks for the instructions! In my case I also had to get the latest stable kernel for hibernate to file to work, i.e. Ubuntu 17.10 and a dell xps 9370, I had to upgrade the kernel to 4.16.0rc
Note that if hibernating to file, you still have to do the whole filefrag stuff to copy the physical_offset to the etc/default/grub file,e.g. GRUB_CMD_LINUX_DEFAULT="quiet splash resume=swap_file_deb_partition resume_offset=physical_offset_as_filefrag_says" and then do not forget to run sudo update-grup and reboot for changes to take effect!
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
After installing kernel 4.16.0-041600rc5-generic it worked.
I went to http://kernel.ubuntu.com/~kernel-ppa/mainline/
and changed into the directory v4.16-rc5/.
From there I downloaded
linux-headers-4.16.0-041600rc5_4.16.0-041600rc5.201803112130_all.deb
linux-headers-4.16.0-041600rc5-generic_4.16.0-041600rc5.201803112130_amd64.deb
linux-image-4.16.0-041600rc5-generic_4.16.0-041600rc5.201803112130_amd64.deb
and did
sudo dpkg -i linux-*
I updated the answer
â jms
Mar 17 at 20:47
Last two steps would berm linux-*andreboot.
â WinEunuuchs2Unix
Mar 20 at 17:48
add a comment |Â
up vote
1
down vote
After installing kernel 4.16.0-041600rc5-generic it worked.
I went to http://kernel.ubuntu.com/~kernel-ppa/mainline/
and changed into the directory v4.16-rc5/.
From there I downloaded
linux-headers-4.16.0-041600rc5_4.16.0-041600rc5.201803112130_all.deb
linux-headers-4.16.0-041600rc5-generic_4.16.0-041600rc5.201803112130_amd64.deb
linux-image-4.16.0-041600rc5-generic_4.16.0-041600rc5.201803112130_amd64.deb
and did
sudo dpkg -i linux-*
I updated the answer
â jms
Mar 17 at 20:47
Last two steps would berm linux-*andreboot.
â WinEunuuchs2Unix
Mar 20 at 17:48
add a comment |Â
up vote
1
down vote
up vote
1
down vote
After installing kernel 4.16.0-041600rc5-generic it worked.
I went to http://kernel.ubuntu.com/~kernel-ppa/mainline/
and changed into the directory v4.16-rc5/.
From there I downloaded
linux-headers-4.16.0-041600rc5_4.16.0-041600rc5.201803112130_all.deb
linux-headers-4.16.0-041600rc5-generic_4.16.0-041600rc5.201803112130_amd64.deb
linux-image-4.16.0-041600rc5-generic_4.16.0-041600rc5.201803112130_amd64.deb
and did
sudo dpkg -i linux-*
After installing kernel 4.16.0-041600rc5-generic it worked.
I went to http://kernel.ubuntu.com/~kernel-ppa/mainline/
and changed into the directory v4.16-rc5/.
From there I downloaded
linux-headers-4.16.0-041600rc5_4.16.0-041600rc5.201803112130_all.deb
linux-headers-4.16.0-041600rc5-generic_4.16.0-041600rc5.201803112130_amd64.deb
linux-image-4.16.0-041600rc5-generic_4.16.0-041600rc5.201803112130_amd64.deb
and did
sudo dpkg -i linux-*
edited Mar 17 at 20:48
Zanna
48.1k13120228
48.1k13120228
answered Mar 17 at 17:24
jms
464515
464515
I updated the answer
â jms
Mar 17 at 20:47
Last two steps would berm linux-*andreboot.
â WinEunuuchs2Unix
Mar 20 at 17:48
add a comment |Â
I updated the answer
â jms
Mar 17 at 20:47
Last two steps would berm linux-*andreboot.
â WinEunuuchs2Unix
Mar 20 at 17:48
I updated the answer
â jms
Mar 17 at 20:47
I updated the answer
â jms
Mar 17 at 20:47
Last two steps would be
rm linux-* and reboot.â WinEunuuchs2Unix
Mar 20 at 17:48
Last two steps would be
rm linux-* and reboot.â WinEunuuchs2Unix
Mar 20 at 17:48
add a comment |Â
up vote
0
down vote
All of this works well for me for hibernating to file, thanks for the instructions! In my case I also had to get the latest stable kernel for hibernate to file to work, i.e. Ubuntu 17.10 and a dell xps 9370, I had to upgrade the kernel to 4.16.0rc
Note that if hibernating to file, you still have to do the whole filefrag stuff to copy the physical_offset to the etc/default/grub file,e.g. GRUB_CMD_LINUX_DEFAULT="quiet splash resume=swap_file_deb_partition resume_offset=physical_offset_as_filefrag_says" and then do not forget to run sudo update-grup and reboot for changes to take effect!
add a comment |Â
up vote
0
down vote
All of this works well for me for hibernating to file, thanks for the instructions! In my case I also had to get the latest stable kernel for hibernate to file to work, i.e. Ubuntu 17.10 and a dell xps 9370, I had to upgrade the kernel to 4.16.0rc
Note that if hibernating to file, you still have to do the whole filefrag stuff to copy the physical_offset to the etc/default/grub file,e.g. GRUB_CMD_LINUX_DEFAULT="quiet splash resume=swap_file_deb_partition resume_offset=physical_offset_as_filefrag_says" and then do not forget to run sudo update-grup and reboot for changes to take effect!
add a comment |Â
up vote
0
down vote
up vote
0
down vote
All of this works well for me for hibernating to file, thanks for the instructions! In my case I also had to get the latest stable kernel for hibernate to file to work, i.e. Ubuntu 17.10 and a dell xps 9370, I had to upgrade the kernel to 4.16.0rc
Note that if hibernating to file, you still have to do the whole filefrag stuff to copy the physical_offset to the etc/default/grub file,e.g. GRUB_CMD_LINUX_DEFAULT="quiet splash resume=swap_file_deb_partition resume_offset=physical_offset_as_filefrag_says" and then do not forget to run sudo update-grup and reboot for changes to take effect!
All of this works well for me for hibernating to file, thanks for the instructions! In my case I also had to get the latest stable kernel for hibernate to file to work, i.e. Ubuntu 17.10 and a dell xps 9370, I had to upgrade the kernel to 4.16.0rc
Note that if hibernating to file, you still have to do the whole filefrag stuff to copy the physical_offset to the etc/default/grub file,e.g. GRUB_CMD_LINUX_DEFAULT="quiet splash resume=swap_file_deb_partition resume_offset=physical_offset_as_filefrag_says" and then do not forget to run sudo update-grup and reboot for changes to take effect!
answered Mar 20 at 11:13
user2003706
1
1
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1016797%2fhow-to-debug-hibernate-wakeup-problem-in-17-10%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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