Deep sleep shutdown the phone - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Deep sleep shutdown the phone (/showthread.php?tid=13169) Pages:
1
2
|
RE: Deep sleep shutdown the phone - lacriz - 10-17-2021 (10-16-2021, 01:29 PM)dukla2000 Wrote: For Mobian using its default bootloader off eMMC I have no problems. Hi dukia, thank you a lot for your response. So just that I am clear before I switch (back) to mobian (I still have it on an sd card, so I will definitively try it - I just want it to be documented here for everyone's sake): In Mobian, when you do 'systemctl suspend' (or somesuch, I put that in a 1-line-script) or just wait your X configured minutes for deep sleep to kick-in: 1) the phone goes 'off' 2) when you press the power button -shortly-, 3) the phone wakes up again (without showing a boot screen?) 4) you have to login again (I guess - would be fine for me although very aggravating imho) 5) all previously running apps are still running 6) those apps are still useable as-is 7) those apps are still in the exact same state as before step 1) 8) icying on the cake: the uptime is > 0 Is that how it behaves when using Mobian? Thank you in advance lacriz RE: Deep sleep shutdown the phone - bcnaz - 10-17-2021 That is pretty good description of the 'current' Bookworm Nightly fresh install to sd card running on PMOS Convergent phone, just '"Outta the Box"' -- so to speak. (though at the freshest release there is always a risk of something breaking, but the Mobian Team usually has it fixed by the next release.) RE: Deep sleep shutdown the phone - lacriz - 10-18-2021 I sadly have to report that deep sleep is not working on my 3GB/32GB beta convergence PinePhone. It never has been working, on neither of these distros: Manjaro + Plasma Mobile (pre-installed) arch + phosh (from eMMC) mobian-pinephone-phosh-20210517.img ('stable' image from sd card) mobian-pinephone-phosh-20211018.img ('nightly image from sd card, flashed that just now) I can only assume it is a crust issue or somehow dependant on the hardware itself. I would be kind of interested in advice on how to proceed from here. However, I somewhat gave up on this issue after spending way too many hours into that topic. I can live with auto-starting firefox, signal, email, calendar and weather app. I set this up using the gnome 'tweaks' app which frees me from having to use the Terminal for such a basic task - which of course no iOS or Android phone even offers RE: Deep sleep shutdown the phone - bcnaz - 10-18-2021 Over-all, deep sleep appears to work for me, but there are some faults, * if the charge is below 15% when it is in deep sleep, it will crash. It froze a few times a few weeks back, but then the problem disappeared after some updates. Then again once the night before last it froze, (again the charge was at 15%) after a hard reset it was running again. This is on the phone I do use as my main phone, the OS was originally flashed about August 15th (I think), with updates since. >> My test phone that has the most recent nightly release has not had the freezing problem (Yet) Both are Mobian Bookworm RE: Deep sleep shutdown the phone - lacriz - 10-20-2021 (10-18-2021, 11:42 PM)bcnaz Wrote: Over-all, deep sleep appears to work for me Hi bcnaz, thank you a lot for posting your insights. Would you mind telling us on which exact PinePhone model deep sleep works for you? Is it the beta edition with 3 GB RAM? Or an older model? Thanks for clarifying lacriz RE: Deep sleep shutdown the phone - SocialNetworkingWasAMistake - 10-21-2021 Are you sure your power button is actually working? I know mine died RE: Deep sleep shutdown the phone - lacriz - 10-21-2021 (10-21-2021, 01:21 PM)SocialNetworkingWasAMistake Wrote: Are you sure your power button is actually working? I know mine died I am not sure to whom your question is directed. Sorry for assuming it is me: I -think- my power button works: 1) when I press it shortly, the display goes off / on 2) when I press it for about 20 seconds, a restart is forced To actually trigger the deep sleep functionality, I know only of 2 ways so far: a) wait x Minutes (depends on your settings, makes no sense if auto-deep sleep is disabled there) b) sudo systemctl suspend RE: Deep sleep shutdown the phone - bcnaz - 10-21-2021 (10-20-2021, 04:56 PM)lacriz Wrote:The daily driver is a rev: 1.2a 3g ram, while the test phone is the rev: 1.2b 3g ram(10-18-2021, 11:42 PM)bcnaz Wrote: Over-all, deep sleep appears to work for me the 1.2a is the one that I noticed the problem on. RE: Deep sleep shutdown the phone - lacriz - 10-22-2021 Thank you bcnaz, now I can rule out that the 3GB-models in general are to blame. FWIW, I have a 1.2b revision (beta edition). I followed kqlnut's advice and ran journalctl after a 'wake-from-sleep' boot sequence: Code: journalctl --since "2min ago" Here are the -hopefully- relevant messages; does any of that sound familiar to anyone? [How] can I fix this? Code: Okt 22 12:41:25 danctnix systemd[1]: Activating swap /dev/zram0... RE: Deep sleep shutdown the phone - kqlnut - 10-22-2021 (10-22-2021, 05:01 AM)lacriz Wrote: Without knowing too much of it, it looks like a regular boot sequence. So it would be more helpful to look at the log from the end of the last boot, i. e. when the phone suspended and crashed. |