Skip to content
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

Write to unrecognized MSR #19

Open
bhaible opened this issue Jun 28, 2022 · 0 comments
Open

Write to unrecognized MSR #19

bhaible opened this issue Jun 28, 2022 · 0 comments

Comments

@bhaible
Copy link

bhaible commented Jun 28, 2022

I ran

# python3 zenstates.py --list
...
C6 State - Package - Enabled
C6 State - Core - Enabled
# python3 zenstates.py --c6-disable
Disabling C6 state
# python3 zenstates.py --list
...
C6 State - Package - Disabled
C6 State - Core - Disabled

So, it looks all successful. But in the dmesg output I see the lines

[  221.257615] msr: Write to unrecognized MSR 0xc0010292 by python3 (pid: 2669).
[  221.257623] msr: See https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/about for details.

What does this mean?

I'm using an AMD Ryzen 7 4800U with Radeon Graphics CPU with an Ubuntu 22.04 distro (kernel: Linux 5.15.0-40-generic).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant