-
Notifications
You must be signed in to change notification settings - Fork 108
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
PermissionError: [Errno 13] Permission denied: '/dev/cpu/0/msr' #167
Comments
you need to run as su- |
I tried but I receive that output: sudo: undervolt: command not found |
you can try |
With the first command I get that output: sudo: undervolt: command not found With the second: usage: sudo -h | -K | -k | -V |
the output of the second command implies undervolt is not on your |
I tried that, I also verified the directory appears in the PATH: When I run When I run sudo: python: command not found EDIT: |
Can you try using python3? |
A (generally inadvisable) alternative would be to install undervolt with sudo, i.e. |
Same issue here
|
I installed undervolt and the command "undervolt" worked fine, when I tried "undervolt --r" I received that output on the terminal:
Traceback (most recent call last):
File "/home/german/.local/bin/undervolt", line 8, in
sys.exit(main())
File "/home/german/.local/lib/python3.8/site-packages/undervolt.py", line 439, in main
temp = read_temperature(msr)
File "/home/german/.local/lib/python3.8/site-packages/undervolt.py", line 191, in read_temperature
return (read_msr(msr.addr_temp) & (127 << 24)) >> 24
File "/home/german/.local/lib/python3.8/site-packages/undervolt.py", line 88, in read_msr
f = os.open(n, os.O_RDONLY)
PermissionError: [Errno 13] Permission denied: '/dev/cpu/0/msr'
I have secure boot disabled.
The text was updated successfully, but these errors were encountered: