Kernel Module for Ryzen 05 February 2018, 08:30:46 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/39723First 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.
Re: Kernel Module for Ryzen Reply #1 – 06 February 2018, 02:11:43 Quote from: daemon – on 05 February 2018, 08:30:46where are the kernel modules so I can set MSR?The place kernel modules are usually kept, on any distro - /lib/modules/$(uname -r)/kernel/arch/x86/kernel/msr.ko.xzQuote from: daemon – on 05 February 2018, 08:30:46And who can help me to convert the systemd service script convert to OpenRC?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.
Re: Kernel Module for Ryzen Reply #2 – 06 February 2018, 11:06:39 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. Last Edit: 06 February 2018, 11:13:20 by daemon
Re: Kernel Module for Ryzen Reply #3 – 06 February 2018, 11:17:09 Quote from: daemon – on 06 February 2018, 11:06:39Did you read what's inside the link?Yes, but I took "where are the kernel modules" as a literal question. You didn't ask for the location of modules.conf.Quote from: daemon – on 06 February 2018, 11:06:39I'm looking for the modules.conf and not for the modules themselves.The openrc equivalent is /etc/conf.d/modules.
Re: Kernel Module for Ryzen Reply #4 – 06 February 2018, 11:19:37 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?