1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2025-01-11 19:39:46 +01:00
nixos-hardware/framework/13-inch/7040-amd
2025-01-07 07:29:08 +00:00
..
default.nix framework: Add hardware.framework.laptop13.audioEnhancement option 2024-11-16 22:44:58 +00:00
README.md framework/13-inch/7040-amd: remove fprint workaround 2025-01-07 07:29:08 +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. A workaround has been upstreamed in Linux v6.7. For older kernels, 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.