Manjaro ARM 19.12 Official Release - PineBook Pro - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: Manjaro ARM 19.12 Official Release - PineBook Pro (/showthread.php?tid=8248) |
RE: Manjaro ARM 19.12 Official Release - PineBook Pro - hectorzg - 02-16-2020 (02-16-2020, 04:09 AM)geih Wrote: Hi all, This is great, thank you for sharing! Could you tell me where to add 'mem_sleep_default=deep' in boot.txt? Code: # After modifying, run ./mkscr RE: Manjaro ARM 19.12 Official Release - PineBook Pro - dhosh - 02-16-2020 My sleep function wasn't working either, but noticed after the last one or two updates... And I forgot to shut down before closing the case.... It resumes just fine, has has since! RE: Manjaro ARM 19.12 Official Release - PineBook Pro - jichu4n - 02-16-2020 (02-16-2020, 09:37 AM)hectorzg Wrote: Could you tell me where to add 'mem_sleep_default=deep' in boot.txt?I added it to the end of line 7, the one which begins with "setenv bootargs console=ttyS2..." RE: Manjaro ARM 19.12 Official Release - PineBook Pro - Damon - 02-16-2020 (02-16-2020, 04:09 AM)geih Wrote: ... Thanks geih! I only did the second of your two items and that changed it for me so that barely any power is used during sleep, whereas before, it seemed like barely any was being saved. RE: Manjaro ARM 19.12 Official Release - PineBook Pro - spikerguy - 02-17-2020 @pine73 Hey your Inbox is disabled so I cant reply to you through your PM. I hope you must have resolved the deep sleep issue by follow the above post. The Measurement during our test was ~40mA in S3 so in 50hrs you should only have around 1-2% of power drain. We had made some changes to the suspend config so for those you cannot get suspend in s3 deepsleep then please update the system with `sudo pacman -Syyuu` Thanks. RE: Manjaro ARM 19.12 Official Release - PineBook Pro - xmixahlx - 02-17-2020 iirc suspend config is via systemd in the pinebookpro-post-install repo/package. RE: Manjaro ARM 19.12 Official Release - PineBook Pro - pine73 - 02-17-2020 (02-17-2020, 02:46 AM)spikerguy Wrote: @pine73 @geih , Thank you for the info on adjusting the sleep settings. Got that implemented -- testing now. @spikerguy , Thank you for staying on top of this topic! Much appreciated (and I fixed my PM!). RE: Manjaro ARM 19.12 Official Release - PineBook Pro - hectorzg - 02-17-2020 Hello guys, After following @geih directions I have S3 sleep working only when I type 'systemctl suspend', hit fn+Esc or even when I click start > leave > sleep but when I close the lid it does the previous sleeping function that consumes a lot of battery charge. I've looked online and played with /etc/systemd/logind.conf and /etc/systemd/sleep.conf , even changing it from KDE's Energy saving settings hasn't fix this. I also tried reinstalling 'community/pinebookpro-post-install 20200202-1' but it didn't help. Edit: I found out that when I close the laptop it goes to suspend and the screen turns off but after a couple of seconds it wakes up and shows the lockscreen, so it stays on wasting the battery with the lid closed. I'm not sure what is causing this. RE: Manjaro ARM 19.12 Official Release - PineBook Pro - xNix - 02-17-2020 I've been struggling for quite some time to fix the S3 sleep with no luck. I did fresh install, updated the system, updated with "pacman -Syyuu", reflashed u-boot as suggested by pacman, made sure "/etc/systemd/sleep.conf" sleep is set to "mem" instead of "freeze", checked the "/sys/power/mem_sleep" if its set to deep sleep, ensured that the kernel image contains the latest updates (CONFIG_ROCKCHIP_SIP, CONFIG_ROCKCHIP_SUSPEND_MODE), but no, whenever I put the laptop to sleep, it never wakes up, even using "rtcwake" to wake-up after some time, it doesn't work. The deep sleep state is totally busted for me, no matter what I try. Followed everything people here say it should be done, but nop, nothing works, except the freeze sleep state. RE: Manjaro ARM 19.12 Official Release - PineBook Pro - pine73 - 02-17-2020 (02-17-2020, 07:28 PM)xNix Wrote: I've been struggling for quite some time to fix the S3 sleep with no luck. @spikerguy , @geih , I am in the same boat as @xNix . Followed all the recommendations, but still losing power in Suspend to the rate of 6% per hour. (+-) Here's the "dmesg | grep suspend" [12917.186214] PM: suspend entry (deep) [12917.202835] dwmmc_rockchip fe310000.dwmmc: pre_suspend failed for non-removable host: -38 [12917.210256] printk: Suspending console(s) (use no_console_suspend to debug) [12917.586553] vdd_log: Entering suspend 3, enabling forcibly, was on [12917.655712] vbus_5vout: Entering suspend 3, disabling forcibly, was off [12917.655731] vcc5v0_otg: Entering suspend 3, disabling forcibly, was on [12917.655754] vcc3v3_panel: Entering suspend 3, disabling forcibly, was on [12917.655768] vcc3v0_sd: Entering suspend 3, disabling forcibly, was on [12917.655795] vcc5v0_usb: Entering suspend 3, disabling forcibly, was on [12919.909163] PM: suspend exit Here's "cat /sys/power/mem_sleep" s2idle [deep] ANY IDEAS what's going on? Cheers! |