Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1:/tmp/cvs-serv20224

Modified Files:
        INSTALL 
Log Message:
- added a note for RH's unresolved symbol problem.



Index: INSTALL
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/INSTALL,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- INSTALL     25 Nov 2003 11:21:49 -0000      1.150
+++ INSTALL     25 Nov 2003 11:26:16 -0000      1.151
@@ -243,3 +243,19 @@
            control correctly. If you have problems regarding this, try
            another ALSA compliant mixer (alsamixer works).
 
+
+Trouble Shooting
+================
+
+Unresolved symbol with RedHat 9
+-------------------------------
+
+Run depmod -ae and check which symbol is missing.
+If the unresolved symbol is "schedule_work", tihis is because RedHat
+shipped the kernel with incomplete implementation of workqueue.
+For solving this problem, run the following on the top of alsa-driver
+directory:
+
+       % touch include/linux/workqueue.h
+
+and run "make clean", "make" again.



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to