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 Sway Theme Broken Eighty8 1 289 03-08-2024, 08:41 AM
Last Post: tophneal
Question Manjaro with Full Disk Encryption and GRUB dumetrulo 1 1,760 02-02-2024, 02:45 AM
Last Post: frankkinney
  Manjaro network problem late 2023 acruhl 1 335 01-19-2024, 11:32 PM
Last Post: Kevin Kofler
  Help installing Manjaro on eMMC of Pinebook Pro pine4546464 4 2,149 12-13-2023, 07:22 PM
Last Post: trillobite
  Need Help Recovering Manjaro /boot Contents on Pinebook Pro calinb 6 2,231 12-11-2023, 03:47 AM
Last Post: calinb
  Manjaro 20.04 not loading from SD (with Manjaro on eMMC) zaius 1 413 12-07-2023, 03:11 PM
Last Post: wdt
  Manjaro ARM: enabling external monitors & fixing Broadcom WiFi after updating trifleneurotic 2 904 11-14-2023, 10:57 AM
Last Post: trifleneurotic
  Manjaro [ARM Stable Update] 2021-07-23 issues Bocanila 1 2,024 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,980 08-21-2023, 09:08 PM
Last Post: vanessadonald
  Issue with booting Manjaro from encrypted NVMe drive on pbp Cs137 1 973 08-18-2023, 01:58 AM
Last Post: juliamenendez

Forum Jump:


Users browsing this thread: 1 Guest(s)