From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: 2.6.31 - snd_intel8x0: fails to initialize NVidia CK804 sound chip Date: Fri, 24 Jul 2009 14:04:17 +0200 Message-ID: References: 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 6A5A7103AA4 for ; Fri, 24 Jul 2009 14:04:17 +0200 (CEST) In-Reply-To: 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: Frederik Himpe Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org List-Id: alsa-devel@alsa-project.org At Fri, 24 Jul 2009 11:23:31 +0000 (UTC), Frederik Himpe wrote: > > With Linux 2.6.31-rc3-git4 with included Alsa and Linux 2.6.31-rc4 with an > Alsa 1.0.20+ snapshot from 13 July, sound on my NVidia CK804 (NForce 4 > chipset) is not working). With 2.6.30 everything was working fine. > > dmesg shows this error: > cannot find the slot for index 0 (range 0-1), error: -16 > Intel ICH: probe of 0000:00:04.0 failed with error -16 (snip) > $ lsmod | grep snd > snd_intel8x0 35368 0 > snd_ac97_codec 122808 1 snd_intel8x0 > ac97_bus 1952 1 snd_ac97_codec > snd_mpu401 8072 0 > snd_mpu401_uart 7936 1 snd_mpu401 > snd_seq_dummy 3172 0 > snd_pcsp 11404 0 You built snd-pcsp and this is loaded before snd-intel8x0. Either don't built snd-pcsp or add it to module blacklist. HTH, Takashi