mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
3229c6b8a2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
24 lines
495 B
XML
24 lines
495 B
XML
<sect2>
|
|
<title>Installation of Modutils</title>
|
|
|
|
<para>
|
|
The 2.4.6 version of modutils does not seem to work properly with the
|
|
2.2.x kernels. If you are running a 2.2.x kernel we suggest you
|
|
downgrade to modutils 2.4.5 which seems to be working better.
|
|
</para>
|
|
|
|
<para>
|
|
Install Modutils by running the following commands:
|
|
</para>
|
|
|
|
<para>
|
|
<screen>
|
|
<userinput>./configure &&</userinput>
|
|
<userinput>make &&</userinput>
|
|
<userinput>make install</userinput>
|
|
</screen>
|
|
</para>
|
|
|
|
</sect2>
|
|
|