From mboxrd@z Thu Jan 1 00:00:00 1970 From: WILMES Andreas Subject: Re: [Alsa-user] Problems with Soundblaster X-Fi Date: Mon, 15 Jun 2009 11:08:53 +0200 Message-ID: <4A360FA5.6010604@webspace.ms> References: <4A35683E.70900@gmx.de> <4A3575BE.7090206@webspace.ms> <4A360322.7060703@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailrelay006.isp.belgacom.be (mailrelay006.isp.belgacom.be [195.238.6.172]) by alsa0.perex.cz (Postfix) with ESMTP id 58073103801 for ; Mon, 15 Jun 2009 11:08:54 +0200 (CEST) In-Reply-To: <4A360322.7060703@gmx.de> 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: Daniel Herrmann Cc: Alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Daniel Herrmann wrote: > WILMES Andreas schrieb: >> Daniel Herrmann wrote: >> >>> Hey all, >>> >>> i tried out the new devel-snapshot including alsa-support for my >>> Soundblaster x-Fi card. >>> >>> Installed it via ./configure; make; make install and rebooted. >>> >>> The driver didnt load at all. >>> >>> Trying to load the driver manually brings up the following message: >>> >>> >>>> modprobe snd-ctxfi >>>> >>> FATAL: Error inserting snd_ctxfi >>> (/lib/modules/2.6.28-11-generic/kernel/sound/pci/ctxfi/snd-ctxfi.ko): >>> Unknown symbol in module, or unknown parameter >>> >>> >>>> dmesg shows the following: >>>> >>> [ 2146.563073] snd_ctxfi: disagrees about version of symbol snd_ctl_add >>> [ 2146.563081] snd_ctxfi: Unknown symbol snd_ctl_add >>> [ 2146.563291] snd_ctxfi: disagrees about version of symbol snd_pcm_new >>> [ 2146.563295] snd_ctxfi: Unknown symbol snd_pcm_new >>> [ 2146.563482] snd_ctxfi: disagrees about version of symbol >>> snd_card_register >>> >>> [...] and so on, about 60 lines >>> >>> [ 3198.031060] snd_ctxfi: disagrees about version of symbol >>> snd_pcm_period_elapsed >>> [ 3198.031063] snd_ctxfi: Unknown symbol snd_pcm_period_elapsed >>> >>> >>>> lspci | grep -i audio >>>> >>> 00:0a.0 Multimedia audio controller: Creative Labs SB X-Fi >>> >>> Currently using Ubuntu 9.04 Jaunty with the current >>> 2.6.28-11-generic kernel >>> >>> Maybe anyone has an idea, why i cant install the driver? >>> It worked for me before, but unfortunatly i had to reinstall ubuntu >>> after getting a weird dependeny problem in apt. >>> Not shure why it doesn't do so now... >>> >>> Thanks in advance for your help and thanks for the great work you do! >>> >>> >> I had the same error. Then I rebooted and the error disappeared. Hope >> that will help. >> > Hm, i rebooted more than once - same error. > > Daniel > I deleted /usr/include/asm and I symlinked it to /usr/src/linux-headers-2.6.28-11/include/asm-generic and I did a recompile. After rebooting then the error disappeared.