From cdcbd34264dbb68d723db7e6bddd7708be0200ff Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 26 Jul 2001 22:43:40 +0000 Subject: [PATCH] Updated with my least favorite questions to answer. --- Documentation/comedi/FAQ | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/Documentation/comedi/FAQ b/Documentation/comedi/FAQ index 768e9722..332027cf 100644 --- a/Documentation/comedi/FAQ +++ b/Documentation/comedi/FAQ @@ -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. + + -- 2.26.2