08-08-2023, 06:44 AM
After using towboot & fedora with an nvme drive with dissapointing battery life and no suspend i have decided to have a go at a vanilla manjaro gnome image with u-boot.
I have got Suspend working well, and hibernate also working consistnent sadly without being able to recover the wireless adapter after resuming.
I have worked out from dmesg and journalctl what are normal errors, and have rmmod -f and re added the brcmfmac modules. Sadly though no success.
The relevent error from the device in dmesg and journalctl is
No amount of kernel module removal or reloading will get it to play post hibernate.
Hopefully this is enough info for someone more hardware oriented than me.
I have got Suspend working well, and hibernate also working consistnent sadly without being able to recover the wireless adapter after resuming.
I have worked out from dmesg and journalctl what are normal errors, and have rmmod -f and re added the brcmfmac modules. Sadly though no success.
The relevent error from the device in dmesg and journalctl is
Code:
brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
No amount of kernel module removal or reloading will get it to play post hibernate.
Hopefully this is enough info for someone more hardware oriented than me.
Code:
#Working sleep.conf
[Sleep]
Code:
AllowSuspend=yes
Code:
AllowHibernation=yes
Code:
AllowSuspendThenHibernate=yes
Code:
#AllowHybridSleep=yes
Code:
SuspendMode=suspend
Code:
SuspendState=freeze mem
Code:
HibernateMode=
Code:
HibernateState=disk
Code:
#HybridSleepMode=suspend platform shutdown
Code:
#HybridSleepState=disk
Code:
HibernateDelaySec=5000
Code:
SuspendEstimationSec=60min