Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750821AbWE2JoD (ORCPT ); Mon, 29 May 2006 05:44:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750825AbWE2JoD (ORCPT ); Mon, 29 May 2006 05:44:03 -0400 Received: from cantor.suse.de ([195.135.220.2]:35217 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1750821AbWE2JoB (ORCPT ); Mon, 29 May 2006 05:44:01 -0400 Date: Mon, 29 May 2006 11:43:56 +0200 Message-ID: From: Takashi Iwai To: Dave Jones Cc: alsa-devel@alsa-project.org, Linux Kernel Subject: Re: 2.6.17rc emu10k1 regression. In-Reply-To: <20060528164015.GA13499@redhat.com> References: <20060528164015.GA13499@redhat.com> 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 MULE XEmacs/21.5 (beta25) (eggplant) (+CVS-20060326) (i386-suse-linux) 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 X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1501 Lines: 45 At Sun, 28 May 2006 12:40:15 -0400, Dave Jones wrote: > > $ lspci | grep audio > 00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02) > 06:0d.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 04) > > (That's 06:0d.1 0980: 1102:7002 (rev 01)) > > This worked fine in 2.6.16, however when I try a .17rc kernel I get this.. > > cannot find the slot for index 0 (range 0-1) > > EMU10K1_Audigy: probe of 0000:06:0d.0 failed with error -12 > > (Unremarkable, considering it *isn't* an Audigy) > > > modprobe.conf has .. > alias snd-card-0 snd-emu10k1 > options snd-card-0 index=0 > options snd-emu10k1 index=0 > remove snd-emu10k1 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1 > > What changed ? Nothing from ALSA side. Maybe the module loading mechanism (or slot order) was changed on your system. The scenario is: intel8x0 driver is first loaded on the first empty slot (index=0) before snd-emu10k1. Since you set index=0 module option for snd-emu10k1, it tried to load on the same slot but failed. A workaround is to set index=1 option for snd-intel8x0 in addition, for using emu10k1 as the primary card. 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/