Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965029AbWCULEl (ORCPT ); Tue, 21 Mar 2006 06:04:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965030AbWCULEl (ORCPT ); Tue, 21 Mar 2006 06:04:41 -0500 Received: from cantor.suse.de ([195.135.220.2]:39585 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S965029AbWCULEk (ORCPT ); Tue, 21 Mar 2006 06:04:40 -0500 Date: Tue, 21 Mar 2006 12:04:35 +0100 Message-ID: From: Takashi Iwai To: Dave Jones Cc: Linux Kernel Subject: Re: unresolved emu10k1 synth symbols. In-Reply-To: <20060321054634.GA5122@redhat.com> References: <20060321054634.GA5122@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) (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: 1414 Lines: 35 At Tue, 21 Mar 2006 00:46:34 -0500, Dave Jones wrote: > > I just noticed this whilst booting 2.6.16 on a test box > > snd_emu10k1_synth: Unknown symbol snd_emu10k1_ptr_read > snd_emu10k1_synth: Unknown symbol snd_emu10k1_synth_copy_from_user > snd_emu10k1_synth: Unknown symbol snd_emu10k1_voice_free > snd_emu10k1_synth: Unknown symbol snd_emu10k1_synth_free > snd_emu10k1_synth: Unknown symbol snd_emu10k1_ptr_write > snd_emu10k1_synth: Unknown symbol snd_emu10k1_synth_bzero > snd_emu10k1_synth: Unknown symbol snd_emu10k1_voice_alloc > snd_emu10k1_synth: Unknown symbol snd_emu10k1_memblk_map > snd_emu10k1_synth: Unknown symbol snd_emu10k1_synth_alloc > > This kernel was configured with CONFIG_SND_EMU10K1=m > and CONFIG_SND_SEQUENCER=m > > This looks like it can't possibly work, unless I change > CONFIG_SND_EMU10K1 to =y. Is exporting a symbol from one > module to another actually supposed to work? > I thought this was why we had the ill-fated intermodule_register() ?. Weird. By modprobe, snd-emu10k1 module should be loaded in prior to snd-emu10k1-synth because of the dependency of above symbols. How is snd-emu10k1-synth module loaded? 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/