05-04-2007 07:45 AM - edited 05-04-2007 07:45 AM
Message Edited by newbie intern on 05-04-2007 07:47 AM
05-07-2007 10:12 AM
05-15-2007 01:24 AM
05-15-2007 04:29 PM
1. Ensure you have installed kernel-source and kernel-syms packages
corresponding to the version of the currently running kernel. You can
determine the currently running kernel version by issuing the command
"uname -r".
2. Change the directory to the /usr/src/linux-<version> directory, where
<version> corresponds to the currently running kernel version.
3. Run "make cloneconfig" as root to configure the sources for the
currently running kernel.
4. Run "make modules_prepare" as root to prepare the headers for
compilation.
5. THIS STEP IS STRICTLY OPTIONAL. Completing this step will remove the
warning:
WARNING: Symbol version dump /usr/src/linux/Module.symvers is missing,
modules will have CONFIG_MODVERSIONS disabled.
Run "make modules" as root to compile all modules and generate
Module.symvers; this may take 30 minutes or more to complete.
6. Run the INSTALL script for the NI-488.2 software for Linux from this
directory.
and let me know how it goes.
Thanks
Nikhil A.
06-13-2008 09:08 AM
06-16-2008 05:56 PM