-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors when changing to balance on a Ryzen system #695
Comments
Hi, are you able to change the content of the boost file manually? |
Looks like I can't, maybe it's something that has yet to be enabled? Looking for some info, I found: Which are some "recent" kernel patches I dont have the ' /sys/devices/system/cpu/amd_pstate/cpb_boost' so maybe I cant change the boost yet? |
Tested this:
And so on, for all my cores. Maybe this will be helpful:
Good luck OP. Sorry for the "works for me" but maybe it will help to figure out what's different between our machines. Feel free to @ me if I can help. |
Actually doing that works for me, not sure why the |
Now the only error I get when changing to balanced is:
I cant remember if there was a tuned update or maybe something on the kernel |
You can ignore this. Refer to #192
When you write All solved :) |
Kinda, tuned-adm verify still showing as failed when changing to balanced. |
That's because of your kernel config as you posted above, it is builtin. If you built the kernel you can alter this, or you could report it to your distro. It's best to just paste text or attach logs, rather than videos or images - easier to read on the other side. |
How should I report this to the distro? What do I have to ask? |
That the kernel config has the cpufreq_conservative driver builtin, and it is not loaded, so TuneD generates errors when balanced power profile is engaged. Maybe they would prefer to alter the balanced profile to suit their kernel, rather than vice-versa. Possibly, they just refer you to #192 and the related issues/PRs... Or something else... I would just let them know about the error and they can decide the best course of action. |
Hi there!
I'm just giving a try to tuned instead of the regular PPD but I'm seeing some errors on the logs, not sure if an issue on my side or the program.
When changing to balance and running a
tuneadm-verify
I'm getting some errors. From the logs:2024-10-12 09:42:02,415 ERROR tuned.utils.commands: Executing 'modprobe -r cpufreq_conservative' error: modprobe: FATAL: Module cpufreq_conservative is builtin.
Boost file seems to exists:
The text was updated successfully, but these errors were encountered: