Artix Linux Forum

Artix Linux => System => Topic started by: daemon on 05 February 2018, 08:30:46

Title: Kernel Module for Ryzen
Post by: daemon on 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/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.
Title: Re: Kernel Module for Ryzen
Post by: steve_v on 06 February 2018, 02:11:43
where 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.xz

And 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.
Title: Re: Kernel Module for Ryzen
Post by: daemon on 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.
Title: Re: Kernel Module for Ryzen
Post by: steve_v on 06 February 2018, 11:17:09
Did 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.

I'm looking for the modules.conf and not for the modules themselves.
The openrc equivalent is /etc/conf.d/modules.
Title: Re: Kernel Module for Ryzen
Post by: daemon on 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?