From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kai Krakow Subject: Re: system freeze with kernel 3.2-rc7 Date: Mon, 26 Dec 2011 03:43:22 +0100 Message-ID: <3j3ls8-i64.ln1@hurikhan.ath.cx> References: <86sjk8gmu7.fsf@sumi.keithp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by gabe.freedesktop.org (Postfix) with ESMTP id 920259E7E4 for ; Sun, 25 Dec 2011 18:48:31 -0800 (PST) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rf0c1-0001sF-WE for intel-gfx@lists.freedesktop.org; Mon, 26 Dec 2011 03:48:30 +0100 Received: from nordcom-adsl-9-154.zfn.uni-bremen.de ([134.102.9.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Dec 2011 03:48:29 +0100 Received: from hurikhan77 by nordcom-adsl-9-154.zfn.uni-bremen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Dec 2011 03:48:29 +0100 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org Keith Packard schrieb: > On Mon, 26 Dec 2011 01:43:37 +0100, Kai Krakow > wrote: > >> I didn't have such issues with early 3.2 rcs (afair), and not with 3.1 >> kernels. After some digging through google I've found you enabled RC6 in >> 3.2. I disabled it now, and my system runs wonderfully. > > Argh. Can you try building a kernel with VT-d support? I assume you > can't turn VT-d off in the BIOS as it's UEFI? kakra@jupiter ~ $ zgrep -i iommu /proc/config.gz CONFIG_GART_IOMMU=y # CONFIG_CALGARY_IOMMU is not set CONFIG_IOMMU_HELPER=y CONFIG_IOMMU_API=y CONFIG_IOMMU_SUPPORT=y # CONFIG_AMD_IOMMU is not set CONFIG_INTEL_IOMMU=y CONFIG_INTEL_IOMMU_DEFAULT_ON=y CONFIG_INTEL_IOMMU_FLOPPY_WA=y # CONFIG_IOMMU_DEBUG is not set # CONFIG_IOMMU_STRESS is not set So kernel vt-d support is on. Not sure what to look for in dmesg thou... I didn't look into the BIOS settings yet, but usually if there is such an option I turn it on because I use virtual machines. Regards, Kai