On Tue, 2003-11-11 at 11:25, Sujan Swearingen wrote: > However, when I > try and install the module snd I get: > /lib/modules/2.4.20-20.7custom/kernel/sound/acore/snd.o: > unresolved symbol schedule_work.
This is a problem with RedHat kernels. Do this while compiling the alsa-driver: ./configure touch include/linux/workqueue.h make make install (as root) That solves it. Regards, Scott ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
