From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: 2.6.25-rc6-00074-g264e3e8: serious problem with ALSA Intel-HDA and MSI Date: Thu, 20 Mar 2008 12:41:02 +0100 Message-ID: References: <200803192112.55363.prakash@punnoor.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (cantor.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id 500B2103829 for ; Thu, 20 Mar 2008 12:41:02 +0100 (CET) In-Reply-To: <200803192112.55363.prakash@punnoor.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Prakash Punnoor Cc: alsa-devel , gregkh@suse.de, linux-kernel@vger.kernel.org List-Id: alsa-devel@alsa-project.org At Wed, 19 Mar 2008 21:12:51 +0100, Prakash Punnoor wrote: > > Hi, > > I didn't test an earlier 2.6.25-rc kernel, as I had no working nvidia > driver... But the problem I am reporting happens before nvidia gets loaded. > > With 2.6.24.3 the ALSA driver didn't made any troubles for me. Stock kernel > and enable_msi=1 made the driver to get a timeout and go back to legacy IRQ. > > With patches from > http://kerneltrap.org/mailarchive/linux-kernel/2007/11/25/443612 > 2.6.24.x even works with MSI. > > Now with above 2.6.25-rc kernel regardless of using above patch, the kernel > _hangs_ now when trying to initialize ALSA. It is even so bad, that doing a > hw reset and trying to load patched 2.6.24 kernel causes ALSA to hang when > trying to enable MSI. I need to turn power off and then patched 2.6.24 with > MSI works again. > > 2.6.25-rc with ALSA Intel HDA _not_ forcing enable_msi causes it to boot. > > to summarize: > > 2.6.24 + patch + enable_msi=1: OK (and HDA MSI) > 2.6.24 + enable_msi=1: OK (and HDA legacy IRQ) > 2.6.24 + patch: OK (and HDA legacy IRQ) > 2.6.24: OK (and HDA legacy IRQ) > > 2.6.25-rc + patch + enable_msi=1: hang > 2.6.25-rc + enable_msi=1: hang > 2.6.25-rc + patch: OK (and HDA legacy IRQ) > 2.6.25-rc: OK (and HDA legacy IRQ) > > > I don't know whether something in Linux MSI support was changed having effect > on ALSA or whether the HDA driver has a regression. At least there is no big change regarding the IRQ handling in ALSA HD-audio driver since 2.6.24... Takashi