Using dkms
by slacknoobz from LinuxQuestions.org on (#52ZWE)
Im trying to install this module to undervolt my old laptop:
https://aur.archlinux.org/packages/phc-intel/
I also installed dkms to install it:
Code:dkms install phc-intel-pack-rev31In fact,when I try to reinstall it I get this message:
Code:Error! DKMS tree already contains: phc-intel-0.0.1
You cannot add the same module/version combo more than once.Apparently it created a folder with files in /usr/src/phc-intel-0.0.1/
But Im stuck there. Dont know how to continue.
I followed this guide and managed to install it on Kali Linux (debian based):
Code:https://www.erol.name/iinstalling-phc-linux-undervolting-module-on-debian-jessie/Btw, make install gives an error about instructions for target 'install'


https://aur.archlinux.org/packages/phc-intel/
I also installed dkms to install it:
Code:dkms install phc-intel-pack-rev31In fact,when I try to reinstall it I get this message:
Code:Error! DKMS tree already contains: phc-intel-0.0.1
You cannot add the same module/version combo more than once.Apparently it created a folder with files in /usr/src/phc-intel-0.0.1/
But Im stuck there. Dont know how to continue.
I followed this guide and managed to install it on Kali Linux (debian based):
Code:https://www.erol.name/iinstalling-phc-linux-undervolting-module-on-debian-jessie/Btw, make install gives an error about instructions for target 'install'