From 36285a0fb1b73983dfc45d61e90f1eb2a3aae841 Mon Sep 17 00:00:00 2001 From: Eric Rowan Date: Sat, 31 Jan 2026 19:30:58 -0500 Subject: [PATCH] docs: Remove obsolete ac_power_mode documentation from FAQ The power restore behavior configuration via `/sys/bus/platform/devices/macsmc-reboot/ac_power_mode` was introduced in commit 233aeafea99e but later removed in commit 819687eb28e5. This sysfs interface no longer exists in the kernel, so remove the outdated documentation to avoid confusion. Closes #231 --- docs/project/faq.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/project/faq.md b/docs/project/faq.md index 40fcabfa..05277e00 100644 --- a/docs/project/faq.md +++ b/docs/project/faq.md @@ -87,10 +87,6 @@ Make sure you have the GPU drivers installed. If screen recording is still slow, ## Chromium / VS Code / Slack / Discord / some other Electron app or Chrome-based browser stopped rendering after an update. This is an [upstream Chromium bug](https://bugs.chromium.org/p/chromium/issues/detail?id=1442633) affecting all Chromium-based frameworks such as [Electron](https://github.com/electron/electron/issues/40366). You have to manually delete your shader cache (e.g. `~/.config/Slack/GPUCache`). We can't do anything about it until the fix is backported/released to users. -## Start up automatically after a power failure - -This configuration is available at `/sys/bus/platform/devices/macsmc-reboot/ac_power_mode`. Valid options are `off` and `restore`, which is equivalent to the toggle in System Settings on macOS. It is not possible to set the machine to power on unconditionally when power is connected. - ## Wake for network access (WoL/WoWLAN) - Wake on LAN does not work. The BCM57762 gigabit Ethernet controller supports WoL via magic packets, it can be enabled with `ethtool -s REPLACE_WITH_YOUR_INTERFACE wol g`, but the machine does not wake up when it receives magic packets.