-
Notifications
You must be signed in to change notification settings - Fork 110
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
Error: could not insert 'msr' #46
Comments
I used synaptic to install msr-tools I also did: sudo modprobe msr After that, the message changed to: I believe it is because of the Secure Boot. I am thinking about disabling it, but I am not sure if it is unsafe. However this guy here said that he disabled it and it didn't work: tiziw, from iuvolt, said here this: "In the notebookreview thread linked in credits someone noted that if Secure Boot is enabled wrmsr does not work as the writes are blocked from userspace. In order for it to still work you'll have to either recompile the msr module or recompile the whole kernel if the module built into the kernel. You will have to either disable Secure Boot or recompile msr with the the patch mentioned here." |
I already disabled secure boot and the same error occurs |
one alternative is to use intel-undervolt . I had the same error as well and disabling secure boot could not solve the problem. However, intel-undervolt works without msr permission error. Tested on xps 9570. |
try you don't need |
I'm trying to use this workaround with the walkthrough to create a startup service, but I'm getting the following error ` ✘ ~ systemctl status undervolt.service Jan 30 19:07:37 pop-os systemd[1]: Starting undervolt... Any suggestions? |
@pahennessey find the path to |
Of course, @georgewhewell , the obvious answer! Thanks! |
I also got this error and I fixed by running it with sudo: |
Had the same error message as @Ostkreutz . |
@coffeecoder Alternatively, you could install it via |
I had the same issue. But this is already noted in the README file. |
So I tried to use this in order to undervolt my i7-8750H as it puts out a little too much heat for my liking. However, when i type:
undervolt -r
I get the following error:
modprobe: ERROR: could not insert 'msr': Operation not permitted Traceback (most recent call last): File "/home/stefan/anaconda3/bin/undervolt", line 11, in <module> sys.exit(main()) File "/home/stefan/anaconda3/lib/python3.7/site-packages/undervolt.py", line 231, in main subprocess.check_call(['modprobe', 'msr']) File "/home/stefan/anaconda3/lib/python3.7/subprocess.py", line 341, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['modprobe', 'msr']' returned non-zero exit status 1.
I installed msr-tools and when i type
sudo undervolt -r
it tells mesudo: undervolt: Command not found
. Does anybody have any idea on how to fix this?Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: