On 2019-02-15, didier gaumet <didier.gau...@gmail.com> wrote: > Le 14/02/2019 à 14:16, Suso Comesaña a écrit : >> Hello, I was trying to activate the module powernow-k8 to put the system >> in "performance" and I realized that it is not there. In the kernel >> 4.9.0-8-amd64 if it appears and is fully functional. It has been deleted >> for something special, is it a bug? Cheers > > this command > > $ grep -i powernow /boot/con* > > should inform you: maybe instead of "m" for module, the result would be > "y" for included in the kernel (I do not know) > > >
It's included as a module in *my* kernel 4.9.0-8-amd64: curty@einstein:~$ grep -i powernow /boot/con* /boot/config-4.9.0-7-amd64:CONFIG_X86_POWERNOW_K8=m /boot/config-4.9.0-8-amd64:CONFIG_X86_POWERNOW_K8=m