* Re: [Alsa-user] Problems with Soundblaster X-Fi
[not found] ` <4A360322.7060703@gmx.de>
@ 2009-06-15 9:08 ` WILMES Andreas
[not found] ` <4A36112E.3080901@gmx.de>
0 siblings, 1 reply; 3+ messages in thread
From: WILMES Andreas @ 2009-06-15 9:08 UTC (permalink / raw)
To: Daniel Herrmann; +Cc: Alsa-devel
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Alsa-user] Problems with Soundblaster X-Fi
[not found] ` <4A36112E.3080901@gmx.de>
@ 2009-06-15 9:16 ` WILMES Andreas
0 siblings, 0 replies; 3+ messages in thread
From: WILMES Andreas @ 2009-06-15 9:16 UTC (permalink / raw)
To: Daniel Herrmann; +Cc: Alsa-devel
Daniel Herrmann wrote:
> WILMES Andreas schrieb:
>> 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.
>>
> HM... You deleted it and made a symlink from it? How does this work?
> How can i link something deleted?!
>
> Can't follow you ;)
Oh I'm Sorry.
/usr/include/asm was a static folder containing a lot of files before. I
linked /usr/src/linux-headers-2.6.28-11/include/asm-generic to
/usr/include/asm then.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Alsa-user] Problems with Soundblaster X-Fi
@ 2009-06-15 9:45 WILMES Andreas
0 siblings, 0 replies; 3+ messages in thread
From: WILMES Andreas @ 2009-06-15 9:45 UTC (permalink / raw)
To: Alsa-devel
Daniel Herrmann wrote:
> Same error than before...
>
> Didn't change anything, but thanks
Are you sure that you're using the same gcc-compiler on the alsa modules
as same as on the kernel?
The compiler-versions might being different.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-06-15 9:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15 9:45 [Alsa-user] Problems with Soundblaster X-Fi WILMES Andreas
[not found] <4A35683E.70900@gmx.de>
[not found] ` <4A3575BE.7090206@webspace.ms>
[not found] ` <4A360322.7060703@gmx.de>
2009-06-15 9:08 ` WILMES Andreas
[not found] ` <4A36112E.3080901@gmx.de>
2009-06-15 9:16 ` WILMES Andreas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.