Skip to content

Commit

Permalink
Post install: mention suspend workaround works for arch only
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Sep 2, 2024
1 parent 136e7f1 commit b57d50e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/postinstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Please note that this internal ethernet interface is required for various servic

# Suspend Workaround

S3 suspend has been broken since macOS Sonoma, it has never been fixed, but this workaround will make deep suspend work:
S3 suspend has been broken since macOS Sonoma, it has never been fixed, but this workaround will make deep suspend work. Currently this workaround works only on Arch based distros.

1. Create and edit this file: `/etc/systemd/system/suspend-fix-t2.service`

Expand Down Expand Up @@ -185,5 +185,5 @@ S3 suspend has been broken since macOS Sonoma, it has never been fixed, but this
5. If you are facing issues with Wi-Fi on resume, uncomment the lines having `brcmfmac` and `brcmfmac_wcc` in the above file.

!!! note
This seems to be working with `CONFIG_MODULE_FORCE_UNLOAD=y` in the kernel config.
To check, run: `zcat /proc/config.gz | grep "CONFIG_MODULE_FORCE_UNLOAD"` on Arch based distros or `cat /boot/config-$(uname -r) | grep "CONFIG_MODULE_FORCE_UNLOAD"` on Debian/Ubuntu based distros.
Make sure you have `CONFIG_MODULE_FORCE_UNLOAD=y` in the kernel config.
To check, run: `zcat /proc/config.gz | grep "CONFIG_MODULE_FORCE_UNLOAD"` on Arch based distros.

0 comments on commit b57d50e

Please sign in to comment.