02-20-2020, 04:04 AM
My Pinebook Pro (default Debian) in suspend mode (power indicator LED is red) fully discharges (100% -> 0%) in less than two days.
This is normal?
This is normal?
Suspend state: discharge time
|
02-20-2020, 04:04 AM
My Pinebook Pro (default Debian) in suspend mode (power indicator LED is red) fully discharges (100% -> 0%) in less than two days.
This is normal?
02-20-2020, 10:17 AM
>This is normal?
If suspend is not working right, yes Manjaro, seems to be ~5%/day
02-21-2020, 12:57 AM
02-21-2020, 11:17 PM
Your post is not so clear, maybe if it doesn't work well
https://forum.pine64.org/showthread.php?...48&page=19 I haven't checked stock yet, both versions of q4os sort of work, but not well, wake up issues and not very good power saving Debian10 seemed like no power saving at all, but since it has manjaro kernel it probably could be made to work
02-22-2020, 11:42 AM
you can configure the suspend state. it isn't going into a power saving state.
for the manjaro kernel they/we use s2idle deep, and suspendstate=mem. will be 2% power draw per day. if you suspend, but your power light stays on it is unlikely to be setup for power savings. the 4.4 kernel should support this configuration. what are your outputs of: cat /sys/power/mem_sleep cat /etc/systemd/sleep.conf
So, I setup Debian10 like the link above, no real power saving, errors with emmc
Maybe because the kenel is not the same, deb10 5.4.2,, manjaro 5.5.0-3.1 --edit-- Manjaro seems to be a bit indeterminate, that is sometimes the power saving is extremely good, and sometimes only 1/2 that good. I am at a loss to explain
02-23-2020, 09:33 AM
(02-22-2020, 11:42 AM)xmixahlx Wrote: what are your outputs of: Manjaro ARM: Code: $ cat /sys/power/mem_sleep
02-23-2020, 10:53 AM
try suspendstate=mem and reboot.
02-24-2020, 05:25 AM
(This post was last modified: 02-24-2020, 05:29 AM by mamboman777.
Edit Reason: added DE
)
I've been following. I'm Running Manjaro with KDE on a Pinebook Pro. The output of cat /sys/power/mem_sleep
cat /etc/systemd/sleep.conf is the same as EreTlk on my machine. When I try to edit etc/systemd/sleep.conf with suspendstate=mem the computer does not suspend. I end up with a blank screen with a mouse and have to hard reboot to get back in. I have tried "SuspendMode=mem" also but did not get the expected behaviour. Do you have any other ideas. Is suspend indeed working in Manjaro? Thanks! -Josh
SuspendMode=mem in my sleep.conf
Works fine, usually about 5%/day No red led, only green (not talking about barrel plug,power plug) I only enter/leave suspend with short power button press,, all other keys and touchpad are dead when sleeping It is unclear to me, at this point, interaction with uboot (stock on emmc, manjaro on SD) --edit, much later-- Just retested debian10 with updated kernel, no change re sleep (effectively no power savings) |