Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-14 Thread Eric Le Bras
En réponse à randy turner <[EMAIL PROTECTED]>: > > > hi eric, > i compiled kernal 2.4.16, > that step went well, > i tried compiling the alsa-driver-0.90beta9 > ./configure --with-cards=sb16 > make install > the error is memory.o Can you include the output from "make install" ?

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-11 Thread Eric Le Bras
Randy, Browse http://linuxmafia.org, download alsa 0.9 packages (driver, util, lib & oss), and follow up instructions to build alsa-driver.tgz. You'll probably have to upgrade your kernel, as in my experience alsa 0.9 didn't run on 2.4.5 (unresolved symbols after depmod -a). With a newer kernel

[Alsa-user] depmod and modprobe complains unresolved symbol

2001-11-19 Thread Eric Le Bras
Hello, I've compiled and installed alsa drivers 0.9.0beta9. When I do a depmod -a I get a list of "*** Unresolved symbols in /lib/modules/2.4.5/misc/snd-card...". Whenever I try "modprobe snd-card-via686a" I get the following output : /lib/modules/2.4.5/misc/snd.o: unresolved symbol __write_loc

[Alsa-user] unresolved symbol : synchronize_irq

2001-11-19 Thread Eric Le Bras
I'm trying to use alsa-drivers 0.5.12. Compilation works, but depmod -a says "unresolved symbol : synchronize_irq" for some of the drivers (including the one I wish to use). modprobe of the driver generates the same message. Where is this symbol defined ? Apparently not in alsa-libs... Any idea ?