04-06-2020, 04:48 PM
I'm working on the sleep support, I have a 5.6 kernel built locally that improves a few details. for sleep the current workaround is making it use s2idle instead of deep sleep.
You can do `echo s2idle | sudo tee /sys/power/mem_sleep` to set the default sleep mode to s2idle but it isn't persistent across reboots.
You can do `echo s2idle | sudo tee /sys/power/mem_sleep` to set the default sleep mode to s2idle but it isn't persistent across reboots.