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

Failed to open MSR device: Permission denied and Failed to setup the program #68

Open
Yuki338n opened this issue Jun 24, 2023 · 3 comments

Comments

@Yuki338n
Copy link

Yuki338n commented Jun 24, 2023

Hello,
every time i prompt any command like intel-undervolt apply or even intel-undervolt read this shows up:
Failed to open MSR device: Permission denied Failed to setup the program
why?
Screenshot from 2023-06-24 20-46-12

@precla
Copy link

precla commented Jun 26, 2023

tried with sudo intel-undervolt ...?

@ohmstance
Copy link

Have you disabled secure boot?

@SkepticSeptic
Copy link

As precla stated earlier, this just means you need to run it as root through sudo intel-undervolt apply

This is a bit annoying, so another way to do this is to add yourself to the sudoers file for intel-undervolt by running sudo EDITOR=nano visudo and then adding a line like such: your_username ALL=(ALL) NOPASSWD: /usr/bin/intel-undervolt. This way, you can just run intel-undervolt ... without any permissions issues

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

4 participants