Files
Daniel Schaefer 3a4da5f8c1 framework: Enable fwupd by default
Users should keep their firmware (not just BIOS) up to date.
Framework 13 Intel 11-13th Gen have some components that can't be
updated with fwupd, so some BIOS versions are better to be installed
through the EFI shell or Windows.

Signed-off-by: Daniel Schaefer <dhs@frame.work>
2025-08-27 01:11:13 +08:00
..
2025-08-27 01:11:13 +08:00
2025-08-27 01:11:13 +08:00

Framework Laptop 13

Updating Firmware

Everything is updateable through fwupd, so it's enabled by default.

To get the latest firmware, run:

$ fwupdmgr refresh
$ 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.