Description of problem: I can put fedora 23 beta (is updated) to sleep mode and then wake up it, but if I put it to sleep again, It will not sleep. Version-Release number of selected component (if applicable): Fedora 23 beta (is updated) How reproducible: Steps to Reproduce: 1.close laptop lid 2.open laptop lid 3.close laptop lid 4. It will not sleep Actual results: Expected results: Additional info: I am using chrome book c720 (i3 + 4GB)
This doesn't belongs to my area.. I've no idea about Power Management subsystem.. Please assign this to someone else. -Vasant
The 'powermanga' component is a 2D shoot'em-up game. You probably wanted to change the component to 'pm-utils'.
Pm-utils are deprecated in f23+ and the functionality is handled by systemd. But it maybe also kernel problem. Could you check suspending the following way: # systemctl suspend and # echo mem > /sys/power/state
systemctl suspend sudo su echo mem > /sys/power/state bash: echo: write error: Device or resource busy systemctl suspend A dependency job for suspend.target failed. See 'journalctl -xe' for details. exit systemctl suspend Here the screen went black but the system was ON :)
(In reply to Nima from comment #4) > echo mem > /sys/power/state > bash: echo: write error: Device or resource busy > It shouldn't do this. I guess there is some driver/module blocking the suspend. Reassigning to kernel for further investigation. I think 'dmesg' output after the failed 'echo mem > /sys/power/state' would be useful too.
Created attachment 1082753 [details] 'dmesg' output after the failed 'echo mem > /sys/power/state'
(In reply to Nima from comment #6) > Created attachment 1082753 [details] > 'dmesg' output after the failed 'echo mem > /sys/power/state' usb usb3-port1: over-current condition Strange, is it something connected to the port? It seems the power consumption from the USB port is over the limit. If there is nothing connected it can be bug in the driver.
Noting is connected. Also I should mention that I installed 'tuned', and also the problem was before 'tuned'.
(In reply to Nima from comment #8) > Noting is connected. > Also I should mention that I installed 'tuned', and also the problem was > before 'tuned'. Ok, thanks for info. Looks like kernel problem. I cannot do more here, let's wait for kernel maintainers.
Thank you :-) I shold mention that also I can not PowerOff and I have to hold the power button.
Doing some pruning, this bug looks to be years old. Please test on a newer kernel and reopen if the problem still exists.