cat /DietPi/dietpi/.version#!/bin/bash
G_DIETPI_VERSION_CORE=6
G_DIETPI_VERSION_SUB=18
G_DIETPI_VERSION_RC=14
G_GITBRANCH=master
G_GITOWNER=Fourdee
echo $G_DISTRO_NAME or cat /etc/debian_versionstretchuname -aLinux DietPi 4.19.2-sunxi64 #92 SMP Thu Nov 22 19:26:30 CET 2018 aarch64 GNU/Linuxecho $G_HW_MODEL_DESCRIPTION or (EG: RPi3)Pinebook 1080p (aarch64)5V 3A (official Pinebook power supply)16GB internal eMMCsystemctl suspend as root[ 632.792505] PM: suspend entry (s2idle)
[ 632.792515] PM: Syncing filesystems ... done.
[ 632.962214] Freezing user space processes ... (elapsed 0.002 seconds) done.
[ 632.964271] OOM killer disabled.
[ 632.964273] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 632.965687] Suspending console(s) (use no_console_suspend to debug)
[ 632.981420] RTL871X: suspend start
[ 632.981456] RTL871X: rtw_cmd_thread(wlan0) stop_req:1, break
[ 632.982027] RTL871X: rtw_dev_unload: driver not in IPS
[ 632.988747] RTL871X: rtw suspend success in 4 ms
[ 632.988770] dpm_run_callback(): pm_generic_suspend+0x0/0x40 returns -38
[ 632.988780] PM: Device mmc1:0001:1 failed to suspend async: error -38
[ 633.060889] PM: Some devices failed to suspend, or early wake event detected
[ 633.162077] OOM killer enabled.
[ 633.162082] Restarting tasks ... done.
[ 633.163973] PM: suspend exit
[ 633.164189] PM: suspend entry (s2idle)
[ 633.164192] PM: Syncing filesystems ... done.
[ 633.193336] r8152 1-1:1.0 eth0: carrier on
[ 633.346619] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 633.348601] OOM killer disabled.
[ 633.348603] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 633.350026] Suspending console(s) (use no_console_suspend to debug)
[ 636.356700] dpm_run_callback(): pm_generic_suspend+0x0/0x40 returns -38
[ 636.356714] PM: Device mmc1:0001:1 failed to suspend async: error -38
[ 636.356744] PM: Some devices failed to suspend, or early wake event detected
[ 636.477527] r8152 1-1:1.0 eth0: carrier on
[ 636.505808] OOM killer enabled.
[ 636.505812] Restarting tasks ... done.
[ 636.550309] PM: suspend exit
@Maldus512
Hi,
Many thanks for the report 馃憤
Known issue (apologies forgot to list it), should be resolved with 4.20 kernel. We need to wait :)
@Fourdee
Hi,
I suspected it, but couldn't find any reference. I'll gladly wait for the next release, thank you.
@Maldus512
Has been a while. Meantime Fourdee created a new image with newer kernel. I hope suspend to RAM works well with this.
Another new image based on Debian Buster is ready for testing: https://github.com/MichaIng/DietPi/issues/2979
I mark this issue as closed due to missing reply. Feel free to reopen it is still present with Buster beta image.