Last night I downloaded and attempted to install
alsa-driver-0.9.0rc1.  Upon trying "modprobe snd-cs46xx", I was greeted
with:

/lib/modules/2.2.19/misc/snd.o: unresolved symbol vsnprintf
/lib/modules/2.2.19/misc/snd.o: insmod /lib/modules/2.2.19/misc/snd.o failed
/lib/modules/2.2.19/misc/snd.o: insmod snd-cs46xx failed

        After hunting through the alsa-user archives, I found this message:

> From: Hartmut Figge
> Subject: Re: [Alsa-user] 0.9.0rc1 unresoved symbols
> Date: Sat, 27 Apr 2002 14:33:55 -0700
> 
> [Ralph Trautner]:
> 
>> /lib/modules/2.4.0/kernel/sound/acore/snd.o: unresolved symbol
>> vsnprintf
> 
> Maybe, your 2.4.0 kernel predates Jul 13 2001. If so, you should upgrade
> to a newer kernel, because:
> 
> hafi@t900:~$ grep Fri -A2 /usr/src/kernel-source-2.4.18/lib/vsprintf.c 
>  * Fri Jul 13 2001 Crutcher Dunnavant <[EMAIL PROTECTED]>
>  * - changed to provide snprintf and vsnprintf functions

        All well and good, except I'm running 2.2.19 (Debian Potato).  ALSA
0.9.0beta8 compiled and loaded fine on my machine (though I got no sound,
which is why I tried RC1).  Does ALSA no longer support 2.2.x kernels, or is
this just an oversight?

        My first whack at a configure line was like so:

        ./configure --with-debug=full --with-sequencer=yes --with-oss=yes

        After some fiddling around, I tried this:

        ./configure --with-debug=none --with-sequencer=yes --with-oss=yes 
--disable-verbose-printk

        The resulting drivers loaded fine.  But I still don't get any sound
(yes, even after fiddling with the mixer).  And since debugging is turned
off, I have no way of diagnosing the problem.  (The difficult sound card in
question is a Hercules GameSurround Fortissimo II.)

        Any thoughts?  In the meantime, I'll try 0.9.0beta9.

                                        Thanks in advance,
                                        Schwab

P.S:    If you add '--disable-verbose-printk' to the config line, but keep
        debugging enabled, the thing fails to compile.

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to