nixos-hardware icon indicating copy to clipboard operation
nixos-hardware copied to clipboard

Framework 13 AMD unstability with kernel parameter fix

Open leana8959 opened this issue 9 months ago • 0 comments

Hello,

I have noticed crashing and resume failing after success suspend (it would reboot successfully).

It seems like with kernel param "pcie_aspm=off", I managed to suspend my laptop just fine (with kernel version 6.12.10).

boot.kernelParams = [
  "pcie_aspm=off"
];

source: https://community.frame.work/t/stability-issues-random-crashes-reboots-and-boot-freezes/62675/4

Maybe we could add this fix for a certain kernel version?

Thanks and have a nice day :)

leana8959 avatar Jan 27 '25 08:01 leana8959