Added depmod call to docs.
authorFlorian Pose <fp@igh-essen.com>
Tue, 08 Jul 2008 09:08:06 +0000
changeset 1106 745a0cc03143
parent 1105 3552b4c46f10
child 1107 fccab40a5916
Added depmod call to docs.
INSTALL
documentation/ethercat_doc.tex
--- a/INSTALL	Tue Jul 08 08:55:54 2008 +0000
+++ b/INSTALL	Tue Jul 08 09:08:06 2008 +0000
@@ -24,6 +24,7 @@
 
 # make install
 # make modules_install
+# depmod
 
 ...and linking the init script and copying the sysconfig file from $PREFIX/etc
 to the appropriate locations and customizing the sysconfig file.
--- a/documentation/ethercat_doc.tex	Tue Jul 08 08:55:54 2008 +0000
+++ b/documentation/ethercat_doc.tex	Tue Jul 08 09:08:06 2008 +0000
@@ -3102,14 +3102,17 @@
 
 \section{Installation}
 
-The below commands have to be entered as \textit{root}: The first one
-will install the kernel modules to the kernel's modules directory. The
-second one will install EtherCAT headers, the init script, the
-sysconfig file and the user space tools to the prefix path.
+The below commands have to be entered as \textit{root}: The first one will
+install the EtherCAT header, init script, sysconfig file and the user space
+tools to the prefix path. The second one will install the kernel modules to the
+kernel's modules directory. The following \lstinline+depmod+ call is necessary
+to include the kernel modules into the \textit{modules.dep} file to make it
+available to the \lstinline+modprobe+ command, used in the init script. 
 
 \begin{lstlisting}
+# `\textbf{make install}`
 # `\textbf{make modules\_install}`
-# `\textbf{make install}`
+# `\textbf{depmod}`
 \end{lstlisting}
 
 If the target kernel's modules directory is not under \textit{/lib/modules}, a