Fredrik Salomonsson <[email protected]> writes: > That did fix the issue with it shutting itself off when trying to wake > it up with the power button. However it got replaced with it directly > going back to suspend when waking up. Only after a few suspend/wake > cycles does it finally wake up again.
Hello Fredrik. No idea, but just to make sure your issue really is with the kernel, could you try $ sudo -i # echo disk > /sys/power/state or instead of disk whatever other suspend you want from https://docs.kernel.org/admin-guide/pm/sleep-states.html#basic-sysfs-interfaces-for-system-suspend-and-hibernation ? Regards, Florian
