"Kreimir" Peharda writes:
> Hello,
>
> I am running SuSE 7.2 and trying to get VIA-8233
> sound card to work. Tried a lot so far with no
> success.
> 1. Tried original drivers from distribution CD.
> 2. Downloaded 0.5.12a, compiled, installed.
> 3. Downloaded 0.9.0beta10 compiled installed.
> 4. Downloaded 2.4.17 kernel, compiled, installed
>
> The only thing that worked for me was a demo version
> of OSS drivers. They have complained about the device
> (VIA-8233) sharing interrupts, but at least they
> worked.
>
> So, who can help?!
Some help, maybe.
>
> 2. 0.5.12a compile, but modules do not install
> complaining about:
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.17/misc/snd-ac97-codec.o
> depmod: _snd_magic_kcalloc
> depmod: _snd_magic_kfree
This looks like you have more than one set of alsa modules installed,
and I've done that this week.
All versions of alsa have a "snd" module, but they get installed in
different places in /lib/modules/`uname -r` depending on the version,
perhaps also on the distribution, and they provide different sets of
services depending on the version.
So installing a newer (or older) version of alsa-driver may not clean
up the previously installed version, because the modules get installed
into a different location.
Try
find /lib/modules/`uname -r` -name snd.o -print
and see if you find more than one copy of snd.o. The likeliest places
are .../misc and .../kernel/sound, though I half remember a third
place, too. Clean out all the alsa related modules, ie "snd*.o", and
reinstall the one you want to try.
-- rec --
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user