modutils-inst.xml 522 B

123456789101112131415161718192021
  1. <sect2>
  2. <title>Installation of Modutils</title>
  3. <para>
  4. The 2.4.6 version of modutils does not seem to work properly with the
  5. 2.2.x kernels. If you are running a 2.2.x kernel we suggest you
  6. downgrade to modutils 2.4.5 which seems to be working better.
  7. </para>
  8. <para>
  9. Install Modutils by running the following commands:
  10. </para>
  11. <blockquote><literallayout>
  12. <userinput>./configure &amp;&amp;</userinput>
  13. <userinput>make &amp;&amp;</userinput>
  14. <userinput>make install</userinput>
  15. </literallayout></blockquote>
  16. </sect2>