diff --git a/docs/guides/postinstall.md b/docs/guides/postinstall.md index e3536b520..50a627890 100644 --- a/docs/guides/postinstall.md +++ b/docs/guides/postinstall.md @@ -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` @@ -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.