On Sun, Jun 23, 2002 at 12:57:37PM +0200, Frans Ketelaars wrote: > On Sat, 22 Jun 2002 00:52:28 +0100 > Jeremy Henty <[EMAIL PROTECTED]> wrote: > > > > I had ALSA 0.5.11 running fine on kernels 2.2.19 and 2.2.20, but after > > after upgrading to 0.9.0rc1 I get undefined symbols. Specifically: > > > > # modprobe snd > > /lib/modules/2.2.20-0/misc/snd.o: unresolved symbol vsnprintf > > /lib/modules/2.2.20-0/misc/snd.o: insmod /lib/modules/2.2.20-0/misc/snd.o failed > > /lib/modules/2.2.20-0/misc/snd.o: insmod snd failed > > I think it's a problem between your 2.2.x kernel and rc1. I think > it's solved in rc2. HTH,
I found a workaround: configure with --disable-verbose-printk . That undefines CONFIG_SND_VERBOSE_PRINTK in include/config.h, which comments out the C functions in alsa-kernel/core/misc.c that use vsnprintf. I'm still puzzled why using vsnprintf is a problem. Would you expect it to work in rc2? I'll give it a try, once I've finished recompiling stuff that needs to link to the new libasound. Thanks for you help, Jeremy Henty ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user