Manjaro - HIbernate - brcmfmac clk issue
#1
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 
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
  Reply
#2
I think you should disabling power management for the wireless adapter: Sometimes, power management settings can cause issues with resuming after hibernate. You can try disabling power management for the wireless adapter by creating a configuration file. Run the following command to create the file:


Code:
bash
sudo nano /etc/udev/rules.d/10-wifi-power-management.rules

Add the following line to the file:

Code:
ACTION=="add", SUBSYSTEM=="net", KERNEL=="wlan*", RUN+="/usr/bin/iw dev %k set power_save off"

Save the file (Ctrl+O) and exit (Ctrl+X).
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Manjaro ARM: enabling external monitors & fixing Broadcom WiFi after updating trifleneurotic 2 391 11-14-2023, 10:57 AM
Last Post: trifleneurotic
  Manjaro [ARM Stable Update] 2021-07-23 issues Bocanila 1 1,662 08-21-2023, 09:10 PM
Last Post: vanessadonald
  [Manjaro] u-boot won't boot from eMMC with (unbootable) SD card present zackw 1 1,529 08-21-2023, 09:08 PM
Last Post: vanessadonald
  Issue with booting Manjaro from encrypted NVMe drive on pbp Cs137 1 724 08-18-2023, 01:58 AM
Last Post: juliamenendez
  Manjaro update: nerd-font-terminus dependency issue Vinay 3 1,015 05-10-2023, 04:51 AM
Last Post: Vinay
  Need Help Recovering Manjaro /boot Contents on Pinebook Pro calinb 5 1,308 03-21-2023, 11:21 PM
Last Post: calinb
  Manjaro update broke hardware video acceleration with mpv myself600 2 1,068 01-25-2023, 09:12 AM
Last Post: myself600
  Manjaro ARM 20.04 spikerguy 68 93,359 01-08-2023, 07:22 PM
Last Post: vandys
  org.kde.plasma.core not installed (Manjaro) twirlip 0 513 01-06-2023, 09:47 AM
Last Post: twirlip
  Help installing Manjaro on eMMC of Pinebook Pro pine4546464 2 1,342 12-31-2022, 12:18 PM
Last Post: pine4546464

Forum Jump:


Users browsing this thread: 1 Guest(s)