Difference between revisions of "Undervolt intel CPU"

no edit summary
imported>Yoy0
imported>Yoy0
Line 64: Line 64:


=== kernel module ===
=== kernel module ===
You need to have module msr enabled for wrmsr to work
You need to have module '''msr''' enabled for '''wrmsr''' to work
  modprobe msr
  modprobe msr


=== wrmsr/rdmsr ===
=== wrmsr/rdmsr ===
wrmsr is provided by package '''msr-tools''' in AUR
wrmsr is provided by package '''msr-tools''' in '''AUR'''


=== The python soft I mentioned earlier ===
=== 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
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'''.
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'''.
Anonymous user