I've almost gone crazy with the system random freezes!

I believe the issue should be resolved! When I disabled the C6 state of the Ryzen processor using this method, everything is working perfectly, and I feel incredibly comfortable. Just a day ago, I was even considering giving up on Linux! I’ll summarize the method as follows:

yay -S disable-c6-systemd
sudo modprobe msr

Then edit file: /etc/modules-load.d/modules.conf

sudo nano /etc/modules-load.d/modules.conf

Add the following line to the file:

msr

Then reboot your computer, input the following cmd:

sudo systemctl enable disable-c6.service
sudo systemctl start disable-c6.service

If you see the following content in the Konsole output:
image
You should reinstall the software disable-c6-systemd
That all, hope this method can help you, who is tirelessly working in front of the screen!
This method comes from: Ryzen随机卡死问题
github for disable-c6

3 Likes