Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932086AbXBWLW5 (ORCPT ); Fri, 23 Feb 2007 06:22:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932109AbXBWLW5 (ORCPT ); Fri, 23 Feb 2007 06:22:57 -0500 Received: from mx1.suse.de ([195.135.220.2]:33754 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932086AbXBWLW4 (ORCPT ); Fri, 23 Feb 2007 06:22:56 -0500 Date: Fri, 23 Feb 2007 12:22:46 +0100 Message-ID: From: Takashi Iwai To: Veronique & Vincent Cc: linux-kernel@vger.kernel.org, vincent.fortier1@ec.gc.ca Subject: Re: Sound 2.6.19: Soundcard driver often fail to load? In-Reply-To: <200702210550.48322.vinctre@videotron.ca> References: <200702210550.48322.vinctre@videotron.ca> 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 (beta27) (fiddleheads) (+CVS-20060704) (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: 1238 Lines: 31 At Wed, 21 Feb 2007 05:50:48 -0500, Veronique & Vincent wrote: > > Hi, > > I'm currently running a 2.6.19 kernel and 2 times out of 3 the sound driver fails to load hence probing me a no sound device available in KDE. > > Once I reload the driver this output goes into the dmesg: > usbcore: deregistering interface driver snd-usb-audio > ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 22 > ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCJ] -> GSI 22 (level, low) -> IRQ 22 > PCI: Setting latency timer of device 0000:00:04.0 to 64 > intel8x0_measure_ac97_clock: measured 51418 usecs > intel8x0: clocking to 46862 > > I've attached the dmesg and the lspci -vvv. > > Could the snd-usb-audio interfere with the on-board sound driver? Yes, if you set index=0 module option to snd-intel8x0 driver and nothing to snd-usb-audio, they may conflict according to the order of loaded modules. Pass index=1 (or index=-2) to snd-usb-audio module option to make the index order consistent. 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/