Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752643AbZGXMES (ORCPT ); Fri, 24 Jul 2009 08:04:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752456AbZGXMES (ORCPT ); Fri, 24 Jul 2009 08:04:18 -0400 Received: from cantor.suse.de ([195.135.220.2]:54790 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752173AbZGXMER (ORCPT ); Fri, 24 Jul 2009 08:04:17 -0400 Date: Fri, 24 Jul 2009 14:04:17 +0200 Message-ID: From: Takashi Iwai To: Frederik Himpe Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [alsa-devel] 2.6.31 - snd_intel8x0: fails to initialize NVidia CK804 sound chip In-Reply-To: References: User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.3 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1122 Lines: 32 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 -- 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/