Changes between Initial Version and Version 2 of Ticket #1618


Ignore:
Timestamp:
02/06/2006 12:52:32 AM (19 years ago)
Author:
Jeremy Huntwork
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1618

    • Property Version 6.1SVN
    • Property Milestone6.2
  • Ticket #1618 – Description

    initial v2  
    11Currently the page says:
     2----
     3Access to a device node causes the appropriate kernel module to load. With udev, this method will not work because the device node does not exist until the module is loaded. To solve this, the S05modules bootscript was added to the LFS-Bootscripts package, along with the /etc/sysconfig/modules file. By adding module names to the modules file, these modules will be loaded when the computer
     4starts up.
     5----
    26
    3 ====================
    4 Access to a device node causes the appropriate kernel module to load. With udev,
    5 this method will not work because the device node does not exist until the
    6 module is loaded. To solve this, the S05modules bootscript was added to the
    7 LFS-Bootscripts package, along with the /etc/sysconfig/modules file. By adding
    8 module names to the modules file, these modules will be loaded when the computer
    9 starts up.
    10 ====================
    11 
    12 It should also say that the "hotplug" initscript also was added that loads
    13 modules for all PCI and USB devices in the system, and explain why the "modules"
    14 script is still needed (undetectable modules like ip_nat_ftp).
     7It should also say that the "hotplug" initscript also was added that loads modules for all PCI and USB devices in the system, and explain why the "modules" script is still needed (undetectable modules like ip_nat_ftp).