From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751208AbWFZRj0 (ORCPT ); Mon, 26 Jun 2006 13:39:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751212AbWFZRj0 (ORCPT ); Mon, 26 Jun 2006 13:39:26 -0400 Received: from ns2.suse.de ([195.135.220.15]:10429 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S1751208AbWFZRjX (ORCPT ); Mon, 26 Jun 2006 13:39:23 -0400 Date: Mon, 26 Jun 2006 19:39:12 +0200 Message-ID: From: Takashi Iwai To: Andi Kleen Cc: perex@suse.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: Alsa update in mainline broke ATI-IXP sound driver II In-Reply-To: <200606261845.32450.ak@suse.de> References: <200606252139.36002.ak@suse.de> <200606261845.32450.ak@suse.de> 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 At Mon, 26 Jun 2006 18:45:32 +0200, Andi Kleen wrote: > > On Monday 26 June 2006 12:11, Takashi Iwai wrote: > > At Sun, 25 Jun 2006 21:39:35 +0200, > > Andi Kleen wrote: > > > > > > > > > Since I updated an ATI x86-64 box to 2.6.17-git6 sound doesn't work anymore. > > > > > > I just get > > > > > > ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0' > > > ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device > > (snip) > > > User land is from SUSE 10.0 > > > > First check /proc/asound/cards after loading snd-atiixp. If the ATI > > IXP entry appears, the device was initialized and set up. If not, > > something wrong in the driver initialization. > > > > Then check whether /dev/snd/controlC0 exists. If not, it's likely a > > udev thingy. Possibly upgrading udev package might help... > > First /proc/asound appeared now - in the first try the modules weren't correctly loaded. > The card is shown there > > 0 [IXP ]: ATIIXP - ATI IXP > ATI IXP rev 0 with ALC658D at 0xfe029000, irq 217 > > > I added some instrumentation to the driver now and the probe function seems > to run completely - at least it hits its return 0. > > The device file is also still there so I don't think udev is to blame. OK, and still you get the same error like: ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0' ... ?? Any change if you set CONFIG_SND_DYNAMIC_MINORS=y ? Takashi