Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964815AbWAXGfY (ORCPT ); Tue, 24 Jan 2006 01:35:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964898AbWAXGfY (ORCPT ); Tue, 24 Jan 2006 01:35:24 -0500 Received: from mx2.suse.de ([195.135.220.15]:47811 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S964815AbWAXGfY (ORCPT ); Tue, 24 Jan 2006 01:35:24 -0500 From: Andi Kleen To: Greg KH Subject: Re: EHCI + APIC errors = no usb goodness Date: Tue, 24 Jan 2006 07:22:20 +0100 User-Agent: KMail/1.8.2 Cc: David Brownell , linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net References: <20060123210443.GA20944@suse.de> In-Reply-To: <20060123210443.GA20944@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601240722.21108.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1383 Lines: 32 On Monday 23 January 2006 22:04, Greg KH wrote: > I've had a laptop here that has had some "issues" in the past (time > running double speed, XFree doesn't work, etc.) > > Now I'm down to the last problem, USB doesn't work, which is a bit of a > pain for me :) > > Anyway, below is the kernel log from 2.6.16-rc1-mm2 (contains the latest > acpi tree, which I thought might help out.) This log is when I modprobe > ehci-hcd. The interesting thing is the APIC error, That was the laptop with ATI chipset right? Most of them have routing troubles with the timer interrupt. I finally gave up trying to fix them and just switched over to using the APIC timer which is run by the CPU and not dependent on chipsets. Use the latest patch from my x86-64 queue ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt/ This should both eliminate the APIC errors and likely any timing problems for 64bit kernels. > Andi, I know you have been doing some apic rework for x86-64 (which this > processor is, but I'm still running it in 32bit mode.) Do you happen to > have any patch that I could test out? Ah, 32bit? For that just run without APIC. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/