modutils-inst.xml 495 B

1234567891011121314151617181920212223
  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. <para>
  12. <screen>
  13. <userinput>./configure &amp;&amp;</userinput>
  14. <userinput>make &amp;&amp;</userinput>
  15. <userinput>make install</userinput>
  16. </screen>
  17. </para>
  18. </sect2>