Hi!
I have a problem with my system, because it has random complete freezes.
My CPU is a AMD Ryzen, and I think I found the solution for it, but I need a little bit of help.
Yeah I know, it's from Manjaro, but it's the same bug and there's the solution.
https://forum.manjaro.org/t/fix-ryzen-lockups-related-to-low-system-usage/39723
First question:
where are the kernel modules so I can set MSR?
And who can help me to convert the systemd service script convert to OpenRC?
Help is much appreciate.
The place kernel modules are usually kept, on any distro - /lib/modules/$(uname -r)/kernel/arch/x86/kernel/msr.ko.xz
That service just runs a single command (execstart line) at boot, about as simple as it gets.
Look at one of the existing openrc scripts for a template, put your command in the start() section.
Did you read what's inside the link?
I'm looking for the modules.conf and not for the modules themselves.
But I've found it.
Yes, but I took "where are the kernel modules" as a literal question. You didn't ask for the location of modules.conf.
The openrc equivalent is /etc/conf.d/modules.
Yes, was my fault not to ask for the modules.conf.
Like I said, I've found it.
Am I the only one with a Ryzen CPU and these CPU lockups?