From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: 2.6.18: hda_intel: azx_get_response timeout, switching to single_cmd mode... Date: Wed, 04 Oct 2006 13:07:56 -0700 Message-ID: <4524149C.6090107@goop.org> References: <451834D0.40304@goop.org> <451F5A1C.2060201@goop.org> <4523D041.8000400@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.goop.org (gw.goop.org [64.81.55.164]) by alsa.jcu.cz (ALSA's E-mail Delivery System) with ESMTP id E8AFA1A7 for ; Wed, 4 Oct 2006 22:08:16 +0200 (MEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@lists.sourceforge.net Errors-To: alsa-devel-bounces@lists.sourceforge.net To: Takashi Iwai Cc: Andrew Morton , Pavel Machek , Linux Kernel Mailing List , alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Takashi Iwai wrote: > A counter of RIRB pending commands could overflow the size of RIRB > when a bunch of commands are sent but not synced. This may lead to > the azx_get_response error, theoretically. > > Could you apply the patch below and check what values are shown there? > I'll try it, but I re-enabled the modem in the bios, and I no longer get this message and it appears to work (there seems to be a secondary problem that the volume hotkeys have stopped working, but I suspect that's more ACPI-related). J ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751027AbWJDUIO (ORCPT ); Wed, 4 Oct 2006 16:08:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751032AbWJDUIO (ORCPT ); Wed, 4 Oct 2006 16:08:14 -0400 Received: from gw.goop.org ([64.81.55.164]:43720 "EHLO mail.goop.org") by vger.kernel.org with ESMTP id S1751027AbWJDUIN (ORCPT ); Wed, 4 Oct 2006 16:08:13 -0400 Message-ID: <4524149C.6090107@goop.org> Date: Wed, 04 Oct 2006 13:07:56 -0700 From: Jeremy Fitzhardinge User-Agent: Thunderbird 1.5.0.7 (X11/20060913) MIME-Version: 1.0 To: Takashi Iwai CC: Pavel Machek , Linux Kernel Mailing List , alsa-devel@alsa-project.org, Andrew Morton Subject: Re: 2.6.18: hda_intel: azx_get_response timeout, switching to single_cmd mode... References: <451834D0.40304@goop.org> <451F5A1C.2060201@goop.org> <4523D041.8000400@goop.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Takashi Iwai wrote: > A counter of RIRB pending commands could overflow the size of RIRB > when a bunch of commands are sent but not synced. This may lead to > the azx_get_response error, theoretically. > > Could you apply the patch below and check what values are shown there? > I'll try it, but I re-enabled the modem in the bios, and I no longer get this message and it appears to work (there seems to be a secondary problem that the volume hotkeys have stopped working, but I suspect that's more ACPI-related). J