nixos-hardware
nixos-hardware copied to clipboard
Framework 13 AMD unstability with kernel parameter fix
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 :)