From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: 1.0.24 alsa-driver compilation problem Date: Fri, 04 Mar 2011 15:42:44 +0100 Message-ID: <4D70FA64.9070203@ladisch.de> References: <4D70B9DA.8070607@elproma.com.pl> <4D70E701.3050500@elproma.com.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by alsa0.perex.cz (Postfix) with ESMTP id 3DF8E24391 for ; Fri, 4 Mar 2011 15:41:18 +0100 (CET) In-Reply-To: <4D70E701.3050500@elproma.com.pl> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Grzegorz Daniluk Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Grzegorz Daniluk wrote: > > snd: Unknown symbol unregister_sound_special (err 0) > > snd: Unknown symbol register_sound_special_device (err 0) > > ok, when I add the --with-oss=no option to ./configure those warnings > disappear and I can load the module without any problems. But still.. > how can I compile alsa to have also oss emulation You need to enable OSS emulation in the kernel; try CONFIG_SOUND_PRIME. Regards, Clemens