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.
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.
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):After having the same freeze-problems with linux and my asrock Q2900 I found on a German IT website the solution/workaround provided by Intel. (https://www.golem.de/news/intel-einfrieren-bei-intels-bay-trail-socs-durch-patch-abgefedert-1609-123546.html) There is a general problem with Bay-Trail-SoCs from Intel. The link to the patch: https://bugzilla.kernel.org/attachment.cgi?id=223851
Further information: This patch/script does obtain the power saving mode. The topic-solution above does remove this mode at all.
Edit /etc/defaults/grub:
Run
There is no need to update grub anymore if you switch to a most recent kernel.
According to comment# 1013 in bug report it is now fixed:
It has taken about four years to fix this bug first reported December 8, 2015.