From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757271AbcBIQEE (ORCPT ); Tue, 9 Feb 2016 11:04:04 -0500 Received: from smtprelay03.ispgateway.de ([80.67.31.30]:41411 "EHLO smtprelay03.ispgateway.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756619AbcBIQEC (ORCPT ); Tue, 9 Feb 2016 11:04:02 -0500 Message-ID: <56BA0DED.4020603@home.decotrain.de> Date: Tue, 09 Feb 2016 17:03:57 +0100 From: Karsten Malcher Reply-To: debian@km.hopto.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 MIME-Version: 1.0 To: Ken Moffat CC: linux-kernel@vger.kernel.org Subject: Re: Freezing system after kernel 3.2 References: <56B8D989.7090709@home.decotrain.de> <20160209035104.GA23082@milliways> In-Reply-To: <20160209035104.GA23082@milliways> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Authenticated-User: karsten@home.decotrain.de X-Authenticator: plain X-Sender-Verify: SUCCEEDED (sender exists & accepts mail) X-Spam-Score: -8.1 X-Spam-Score-Int: -80 X-Exim-Version: 4.80 (build at 24-Jul-2014 03:28:02) X-Date: 2016-02-09 17:03:58 X-Connected-IP: 192.168.1.10:39305 X-Message-Linecount: 39 X-Body-Linecount: 25 X-Message-Size: 1884 X-Body-Size: 1287 X-Received-Count: 1 X-Recipient-Count: 2 X-Local-Recipient-Count: 2 X-Local-Recipient-Defer-Count: 0 X-Local-Recipient-Fail-Count: 0 X-Df-Sender: NjQ1MzMy Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I have to found out that freezing can occur under kernel 3.2 too, but far less common. So the interesting question is why in newer kernels this will occur very often? I could found a solution for the problem in the linked Blog. When you disable Cool' n' Quiet the system is running stable with newer kernel too! So it seems to be a buggy BIOS that is causing 2 big problems: 1. RAM can only be used with 3264 MB of 4096 MB. 2. When Cool' n' Quiet is enabled the system is freezing within an minute. I have reported this to Asrock, but i don't think they will do anything for an older mainboard ... You can found several problems regarding freezing with the RS480 chip, but not together with the frequency scaling (Cool'n'Quiet). This problems occur with other chipsets too. How the frequency scaling is working? I have found some hints about disabling C1 and C6 states will help to solve the problem: https://forum.teksyndicate.com/t/amd-system-keeps-freezing/78380/17 https://rog.asus.com/forum/showthread.php?60224-amd-system-keeps-freezing&s=03842b8ef2cb1a25bc458b6fe56c9213&p=492388&viewfull=1#post492388 https://community.amd.com/message/2645600#2645600 But i have no settings about this states in my BIOS. Has the behaviour of the frequency scaling drivers changed somehow?