Ubuntu 15.10 freezes on Acer Aspire E11 [duplicate]

I have successfully upgraded from Ubuntu 15.04 to Ubuntu 15.10 using do-release-upgrade on my Acer Aspire E11 laptop. However the whole computer freezes (i.e. gets unresponsive) after some minutes of work. It's impossible to switch to text screens and there is nothing in the logs.

  • Windows is working well on the same machine, so perhaps there is a problem somewhere in Linux or its drivers.

  • The problem is not caused by the system upgrade. The problem is there also on a fresh installation of 15.10.

  • The problem is not caused by faulty RAM. The memtest86 was able to run successfully for 14 hours.

  • The problem doesn't seem to be related to WiFi because it occurs even if WiFi is deactivated in the menu, i.e. Enable Wifi is unchecked.

  • If Chromium browser is not running the system never freezes. How is it possible for the user-space application to block the whole system?

  • The system freezes even if Chromium browser is not used, but it doesn't happen so often in this case.

Honestly I don't know how to debug such a situation. How to obtain useful information from a frozen system? What shall I look for? What to enable/disable? What to try?


Solution 1:

I have been suffering freezes on my Acer E5-511 ever since 15.10, and upgraded to 16.04 2 weeks ago in the hope it would go away, but the problems continued, freeze every 10-30 min max ( and usually when moving the mouse strangely!).

I finally tried this 3 days ago in /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux i8042.nopnp intel_idle.max_cstate=0 processor.max_cstate=1"

and have so far been crash free


Updated by OP

The single required option is intel_idle.max_cstate=2 so the necessary modification of /etc/default/grub is:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=2"

Perhaps the Acer Aspire E11 hardware is buggy, unable to wake up CPU from idle states higher than C2.

Solution 2:

Intel recently issued an erratum regarding all processors based on the Bay Trail architecture. Because of a design mistake the C6 power state cannot be used normally and using this power state can lead to a software failure (see VLP52 in this document).

A script written by Wolgang M. Reimer disables the problematic C6 states. I copied this script into /etc/rc.local. This fix can lead to greater power consumptions but prevented Kubuntu from freezing on my Acer Aspire V3.

Your Intel processor is affected if it is based on the Bay Trail architecture. A list of Bay Trail based products is available on ark.intel.com. Currently the following products are affected:

Intel Atom E3805 E3815 E3825 E3826 E3827 E3845
Intel Atom Z3735D Z3735E Z3735F Z3735G Z3736F Z3736G Z3740 Z3740D Z3745 Z3745D Z3770 Z3770D Z3775 Z3775D Z3785 Z3795
Intel Celeron J1750 J1800 J1850 J1900
Intel Celeron N2805 N2806 N2807 N2808 N2810 N2815 N2820 N2830 N2840 N2910 N2920 N2930 N2940
Intel Pentium A1020
Intel Pentium J2850 J2900
Intel Pentium N3510 N3520 N3530 N3540

This information was published on heise.de.