georgewhewell / undervolt

Undervolt Intel CPUs under Linux
Other
1.54k stars 106 forks source link

undervolt --read error #110

Closed jonneymendoza closed 4 years ago

jonneymendoza commented 4 years ago

AM getting this error after executing undervold --read

Traceback (most recent call last):
  File "/home/me/.local/bin/undervolt", line 8, in <module>
    sys.exit(main())
  File "/home/me/.local/lib/python3.8/site-packages/undervolt.py", line 254, in main
    subprocess.check_call(['modprobe', 'msr'])
  File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['modprobe', 'msr']' returned non-zero exit status 1.
Altu101 commented 4 years ago

I have same issue on Kubuntu 20.04 (i7 7700HQ). No secure boot. Edit: I was able to make it run. I changed form legacy mode to uefi in bios and then reinstall the os.