1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-13 16:23:39 +02:00
nixos-hardware/framework/13-inch/7040-amd/README.md
2023-11-16 10:54:41 +00:00

769 B

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.