Lines Matching refs:modules
1 This file describes the strategy for dynamically loadable modules
4 and use modules.
8 the kernel version at the time of the release of the modules package.
9 Some older modules packages aren't aware of some of the newer modular
31 kernel and what features you want to have available as loadable modules.
35 A scsi driver, but see below for a list of SCSI modules!
42 The set of modules is constantly increasing, and you will be able to select
44 can offer as loadable modules.
46 You also have a possibility to create modules that are less dependent on
50 If you have modules that are based on sources that are not included in
53 Here is a sample of the available modules included in the kernel sources:
63 ./Documentation/networking/net-modules.txt)
76 And a lot of misc modules, such as:
83 When you have made the kernel, you create the modules by doing:
85 make modules
87 This will compile all modules and update the linux/modules directory.
90 Now, after you have created all your modules, you should also do:
94 This will copy all newly made modules into subdirectories under
95 "/lib/modules/kernel_release/", where "kernel_release" is something
99 and remove modules at will with the utilities: "insmod" and "rmmod".
110 modules that are available for the current kernel in the /lib/modules
118 other modules this module depends on.
120 With the help of the modprobe configuration file: "/etc/modules.conf"
131 This computes the dependencies between the different modules.
136 you will automatically load _both_ the msdos and umsdos modules,
178 loadable modules...
200 and expanded by having "alias" lines in "/etc/modules.conf".
203 configured according to the "options" lines in "/etc/modules.conf".
227 a configuration file for modprobe ("/etc/modules.conf").
228 Since modprobe already knows about most modules, the minimal configuration