You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
Hello,
every time i prompt any command like
intel-undervolt apply
or evenintel-undervolt read
this shows up:Failed to open MSR device: Permission denied Failed to setup the program
why?
The text was updated successfully, but these errors were encountered: