On Tuesday 13 January 2004 18:42, Preston wrote: > I downloaded version 1.0.1 and compiled it without errors. But when I > run service alsasound restart I got this error: > Starting sound driver: snd-emu10k1 > /lib/modules/2.4.22-1.2135.nptlsmp/kernel/sound/acore/snd.o: > unresolved symbol schedule_work > /lib/modules/2.4.22-1.2135.nptlsmp/kernel/sound/acore/snd.o: insmod > /lib/modules/2.4.22-1.2135.nptlsmp/kernel/sound/acore/snd.o failed > /lib/modules/2.4.22-1.2135.nptlsmp/kernel/sound/acore/snd.o: insmod > snd-emu10k1 failed > done > Whats the problem here? Im using fedora 1 with kernel 2135.
I think this is the problem and solution: --------------------------------------------------------------------- Re: [Alsa-user] Bug report 1.0.1 drivers on Red Hat 9 From: Jaroslav Kysela <[EMAIL PROTECTED]> To: "William M. Quarles" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Date: Saturday 09:17:02 On Fri, 9 Jan 2004, William M. Quarles wrote: > Howdy, > > The procedure on this page > > http://alsa.opensrc.org/index.php?page=Quick+Install > > and the ReadMe mention that Red Hat 9 users needed to run this command > between the configure and the compile to avoid unresolved symbols in the > drivers: > > touch include/linux/workqueue.h > > Well, there's trouble in Paradise now, because that file is no longer > included with the ALSA drivers tarball. It is not included. Do these commands: cd alsa-driver ./configure <your_args> touch include/linux/workqueue.h make I added '--with-redhat=yes' option to configure script, unfortunately the detection is broken in 1.0.1. Jaroslav --------------------------------------------------------------------- HTH, Frans ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
