How can i set intel idle max cstate to 1 and how can i check when it will done. i have a freeze problem because of bay trail cores.
i tried kernel 4.5 4.1.12 4.4 but freeze problem still continue.
at the moment 4.4 is my kernel version.
idleintel
How can i set intel idle max cstate to 1 and how can i check when it will done. i have a freeze problem because of bay trail cores.
i tried kernel 4.5 4.1.12 4.4 but freeze problem still continue.
at the moment 4.4 is my kernel version.
Best Answer
If using GRUB:
With
sudo
, edit/etc/default/grub
and edit theGRUB_CMDLINE_LINUX_DEFAULT
line addingintel_idle.max_cstate=1
to whatever might already be there. After saving the file runsudo update-grub
, then re-boot. Suggest that you save a copy of your original grub file first.To check that your cstate is not going deeper than 1 use turbostat (package: linux-tools-common).
Example (where there is already something on the
GRUB_CMDLINE_LINUX_DEFAULT
):Before (edited):
Make the change (using my method for configuration control):
Change this:
To this:
And update:
Now check (edited):
Your should also see these messages in
dmesg
andvar/log/kern.log
(edited):