Difference between revisions of "Undervolt intel CPU"
no edit summary
imported>Yoy0 |
imported>Yoy0 |
||
Line 60: | Line 60: | ||
# 0xE9A00000 | # 0xE9A00000 | ||
== Software == | |||
=== kernel module === | |||
You need to have module msr enabled for wrmsr to work | |||
modprobe msr | |||
=== wrmsr/rdmsr === | |||
wrmsr is provided by package msr-tools in AUR | |||
=== The python soft I mentioned earlier === | |||
If you don't want to make the calculation yourself or want to automate undervolt at boot you can use: https://github.com/xdever/linux-intel-undervolt-tool | |||
It's not heavily used and <strike>not available as a package for now</strike> it got forked https://github.com/hedgepigdaniel/linux-intel-undervolt-tool/ and is available in AUR as linux-intel-undervolt-tool. |