Changeset d2c332bc for chapter08


Ignore:
Timestamp:
04/13/2006 06:45:33 PM (18 years ago)
Author:
Archaic <archaic@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a0d96d25
Parents:
dd7ed7b
Message:

Merged the udev_update branch to trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    rdd7ed7b rd2c332bc  
    2525
    2626      <seglistitem>
    27         <seg>4.20 SBU</seg>
    28         <seg>181 MB</seg>
     27        <seg>2.4 SBU</seg>
     28        <seg>344 MB</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
     
    9999<screen><userinput>make</userinput></screen>
    100100
    101     <para>If using kernel modules, an <filename>/etc/modprobe.conf</filename> file
    102     may be needed. Information pertaining to modules and kernel configuration is
    103     located in the kernel documentation in the <filename
     101    <para>If using kernel modules, an <filename>/etc/modprobe.conf</filename>
     102    file may be needed. Information pertaining to modules and kernel
     103    configuration is located in <xref linkend="ch-scripts-udev"/> and in the
     104    kernel documentation in the <filename
    104105    class="directory">linux-&linux-version;/Documentation</filename> directory.
    105106    Also, <filename>modprobe.conf(5)</filename> may be of interest.</para>
    106 
    107     <para>Be very careful when reading other documentation relating to kernel
    108     modules because it usually applies to 2.4.x kernels only. As far as we know,
    109     kernel configuration issues specific to Hotplug and Udev are not documented.
    110     The problem is that Udev will create a device node only if Hotplug or a
    111     user-written script inserts the corresponding module into the kernel, and not
    112     all modules are detectable by Hotplug. Note that statements like the one below
    113     in the <filename>/etc/modprobe.conf</filename> file do not work with
    114     Udev:</para>
    115 
    116 <screen><literal>alias char-major-XXX some-module</literal></screen>
    117 
    118     <para>Because of the complications with Hotplug, Udev, and modules, we
    119     strongly recommend starting with a completely non-modular kernel
    120     configuration, especially if this is the first time using Udev.</para>
    121107
    122108    <para>Install the modules, if the kernel configuration uses them:</para>
Note: See TracChangeset for help on using the changeset viewer.