Skip to content
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

Intel i5-3470 I/O Errors #151

Open
d1nuc0m opened this issue Apr 27, 2021 · 2 comments
Open

Intel i5-3470 I/O Errors #151

d1nuc0m opened this issue Apr 27, 2021 · 2 comments

Comments

@d1nuc0m
Copy link

d1nuc0m commented Apr 27, 2021

Installed undervolt (Intel i5-3470, Kubuntu 20.04) with sudo pip3 install undervolt.
When trying to use it, I always get Input/Output errors:

sudo undervolt --read
temperature target: -0 (100C)
Traceback (most recent call last):
  File "/usr/local/bin/undervolt", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.8/dist-packages/undervolt.py", line 445, in main
    voltage = read_offset(plane, msr)
  File "/usr/local/lib/python3.8/dist-packages/undervolt.py", line 204, in read_offset
    write_msr(value_to_write, msr.addr_voltage_offsets)
  File "/usr/local/lib/python3.8/dist-packages/undervolt.py", line 79, in write_msr
    os.write(f, pack('Q', val))
OSError: [Errno 5] Input/output error
sudo undervolt --core -5 --cache -5 
Traceback (most recent call last):
  File "/usr/local/bin/undervolt", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.8/dist-packages/undervolt.py", line 401, in main
    set_offset(plane, offset, msr)
  File "/usr/local/lib/python3.8/dist-packages/undervolt.py", line 218, in set_offset
    write_msr(write_value, msr.addr_voltage_offsets)
  File "/usr/local/lib/python3.8/dist-packages/undervolt.py", line 79, in write_msr
    os.write(f, pack('Q', val))
OSError: [Errno 5] Input/output error
@georgewhewell
Copy link
Owner

probably secure boot enabled, try to disable

@d1nuc0m
Copy link
Author

d1nuc0m commented May 1, 2021

probably secure boot enabled, try to disable

No, it's already been disabled (checked twice)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants