1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/framework/13-inch/7040-amd
2023-11-16 10:54:41 +00:00
..
default.nix framework AMD 7040: Add config option for wake-on-AC fix 2023-11-16 10:19:02 +10:00
README.md Update README.md 2023-11-16 10:54:41 +00:00

Framework Laptop 13

Updating Firmware

First put enable fwupd

services.fwupd.enable = true;

Then run

 $ fwupdmgr update

Suspend/wake workaround

As of firmware v03.03, a bug in the EC causes the system to wake if AC is connected despite the lid being closed. The following works around this, with the trade-off that keyboard presses also no longer wake the system.

{
  hardware.framework.amd-7040.preventWakeOnAC = true;
}

See Framework AMD Ryzen 7040 Series lid wakeup behavior feedback.