Intel_Idle C-States in Proxmox with Intel Series 200 CPUs

The command I just executed

*Warning
Use at your own risk. For questions about effects of use, removal methods, etc., ask powertop. Don't ask here.

Code:
apt install libpci-dev libnl-3-dev libnl-genl-3-dev gettext libgettextpo-dev autopoint gettext libncurses5-dev libncursesw5-dev libtool-bin dh-autoreconf autoconf-archive pkg-config git

mkdir /root/tmp/git/ -p
cd /root/tmp/git
rm -rf .git
git init
git clone https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/
cd libtraceevent; make; make install; cd ..;

git clone https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/
cd libtracefs; make; make install; cd ..;

git clone https://github.com/fenrus75/powertop.git
cd powertop
sed -i '/autoreconf --install --verbose/c autoreconf --install --verbose --force' autogen.sh
./autogen.sh; ./configure; make; make install
 
Last edited:
Thanks for you answer @uzumo!
I tried to build it with you commands...unfortunatly it didn't work out of the box and I had not much time last week to tinker on it.
I think I'll wait for the release of the new kernel version and if it doesn't fix it, I'll try to build it again or use the package suggested from @news i7z.
Thanks guys. I'll keep you updated, once the update is released!

BR

Bastae