Updated with my least favorite questions to answer. r0_7_60
authorDavid Schleef <ds@schleef.org>
Thu, 26 Jul 2001 22:43:40 +0000 (22:43 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 26 Jul 2001 22:43:40 +0000 (22:43 +0000)
Documentation/comedi/FAQ

index 768e97221d9402be1bb5e6a6ad22509019cb0861..332027cfaca3144ea14b23d6a36ea9434d918776 100644 (file)
@@ -1,9 +1,8 @@
 
 1. I get the error message:
 
-Makefile:14: /usr/src/linux/.config: No such file or directory
-make: *** No rule to make target `/usr/src/linux/.config'.  Stop.
-
+  Makefile:14: /usr/src/linux/.config: No such file or directory
+  make: *** No rule to make target `/usr/src/linux/.config'.  Stop.
 
 It means you don't have the file /usr/src/linux/.config.  This file
 contains all the configuration information about your linux kernel,
@@ -13,3 +12,21 @@ compiling your own kernel.  This file is automatically created
 when you run 'make config', the first step in compiling a kernel.
 
 
+2. I'm using Red Hat 7.x and it doesn't work...
+
+Red Hat kernels are not supported because they are too heavily
+modified.  The recommended solution is to download pristine kernel
+sources from kernel.org and compile a new kernel, then compile
+Comedi with that new kernel.  Alternatively, there are a few notes
+in Documentation/comedi/redhat-notes from users that have
+successfully used Red Hat kernels.
+
+
+3. Compilation fails with the error message:
+
+  comedi_fops.c:1749: too few arguments to function
+  `kill_fasync_Rsmpd2040200'
+
+See #2.
+
+