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, i got this error with Ubuntu 22.03 when executing the command:
temperature target: -5 (95C)
Traceback (most recent call last):
File "/usr/local/bin/undervolt", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/undervolt.py", line 457, in main
voltage = read_offset(plane, msr)
File "/usr/local/lib/python3.10/dist-packages/undervolt.py", line 209, in read_offset
write_msr(value_to_write, msr.addr_voltage_offsets)
File "/usr/local/lib/python3.10/dist-packages/undervolt.py", line 82, in write_msr
os.write(f, pack('Q', val))
PermissionError: [Errno 1] Operation not permitted
The text was updated successfully, but these errors were encountered:
This most likely comes from the Lockdown LSM, which prevents direct access on MSRs from userspace. Lockdown is automatically enabled with secure boot, which in turn is enabled by default on Ubuntu.
Hello, i got this error with Ubuntu 22.03 when executing the command:
temperature target: -5 (95C)
Traceback (most recent call last):
File "/usr/local/bin/undervolt", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/undervolt.py", line 457, in main
voltage = read_offset(plane, msr)
File "/usr/local/lib/python3.10/dist-packages/undervolt.py", line 209, in read_offset
write_msr(value_to_write, msr.addr_voltage_offsets)
File "/usr/local/lib/python3.10/dist-packages/undervolt.py", line 82, in write_msr
os.write(f, pack('Q', val))
PermissionError: [Errno 1] Operation not permitted
The text was updated successfully, but these errors were encountered: