
Originally Posted by
Allen_Hundley
Sorry for the long wait. I installed 16.04. Every possible thing is better about this release...except I still have the same problem of random complete crashes.
It sounds pretty similar to my problem. Perhaps my problem is similar to his? His problem seemed to be with the CPU clock. I'll be messing with the BIOS until I figure out what else I can do, I don't really understand the process they used to diagnose the issue in that forum post.
Your problem also seems similar to the problem with the so called "Bay Trail"processors. And when I look back at your posts, yes the N3530 in your system is one of the "Bay Trail"
The "Bay Trail" processors and MBs that have them embedded at the present time often need to disable some of the powersaving features in order to not have those random freezes. The kernel developers are working on the problem. https://bugzilla.kernel.org/show_bug.cgi?id=109051 Some BIOS have a setting where you can disable the cstates and you could do it there if your MB will allow it. Remember what you have done so you can remove it once they deal with the problem.
If you encounter random freezes on a board that has one of those processors try adding intel_idle.max_cstate=1 to the GRUB line that boots your system. I wouldn't use it on any other family of processor. You can find a list at: http://ark.intel.com/products/codename/55844/Bay-Trail
For example: in the file /etc/default/grub
change the line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=1"
and then , reboot to use it. Test by opening a terminal and entering:
Code:
cat /sys/module/intel_idle/parameters/max_cstate
, it will return a number.
It will make your system use a bit more power and thus likely generate a bit more heat but not a huge difference.
Remember what you have done so you can remove it once they deal with the problem. <----------
Bookmarks