[SOLVED] FW16 Not powering down

OS: NixOS 24.05
Framework 16 AMD 7940

I have a new fresh installed NixOS on FW16 and when rebooting or powering off the OS shuts down but the power button light stays on, to bring the laptop back up I have to hold the power button to force a shutdown and then restart.

1 Like

What kernel are you using? If it is 6.6.31, it seems to have a known issue that causes this, try reverting to an earlier kernel (6.6.30 worked for me).
See also here:

Looks like I had 6.6.32 running so seems to persist in that version as well.
I rebuilt with 6.6.30 and all is good now

Thanks for the assist

1 Like

I can confirm that 6.6.32 is affected; I had the same problem. The notebook wouldn’t power off, neither at poweroff, nor after hibernation, and it would also lock up during reboot. boot.kernelPackages = pkgs.linuxPackages_latest; in my /etc/nixos/configuration.nix solved the problem.

I can state that the v6.6.32 shipped is the problem and updating to the latest version available as for today v6.9.3 resolves the issue. I’ve sent an email regarding this topic to the framework support. It should also be investigated further.

Cheers!