Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 199) sorted by relevance

12345678

/linux-2.4.37.9/Documentation/
Dmodules.txt1 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
[all …]
Dkmod.txt14 To periodically unload unused modules, put something like the following
19 Kmod only loads modules. Kerneld could do more (although
31 filesystem. Or perhaps a script could be a setting in /etc/modules.conf.
53 system call that requires a module. If modules.dep does not exist and modprobe
57 complains that modules.dep does not exist, tries to use syslog() and starts yet
67 create modules.dep after installing the modules and before booting a kernel for
Dscsi.txt10 Notes on using modules in the SCSI subsystem
20 loaded, and if you unload the modules, it will have to be the last one
22 will enforce the correct ordering of loading and unloading modules in
38 Adaptec. Almost all lower level drivers can be built either as modules or
DREADME.nsp32_cb.eng36 [7] Copy "nsp32.o" to /lib/modules/<kernel version>/kernel/driver/scsi/pcmcia/ .
38 [8] Type "depmod -ae" to re-made "/lib/modules/<kernel version>/modules.pcimap"
DConfigure.help441 module, say M here and read <file:Documentation/modules.txt>.
474 say M and read <file:Documentation/modules.txt>. The module will be
489 procedure. It is typically used to load modules needed to mount the
550 say M here and read <file:Documentation/modules.txt>. The module
566 say M here and read Documentation/modules.txt. The module will be
579 say M here and read Documentation/modules.txt. The module will be
607 say M here and read <file:Documentation/modules.txt>. The module
663 say M here and read <file:Documentation/modules.txt>. The module
691 say M here and read <file:Documentation/modules.txt> and
761 say M here and read <file:Documentation/modules.txt>. The module
[all …]
Doops-tracing.txt47 ksymoops along with /proc/ksyms and /proc/modules that applied at the
150 Dynamic address translation is important when kernel loadable modules
151 are being used. Since memory for kernel modules is allocated from the
156 which modules are loaded and their location in memory. Using these
173 modules-2.0.0 package to automatically signal klogd whenever a module
176 kernel loadable modules.
214 1: 'G' if all modules loaded have a GPL or compatible license, 'P' if
220 modules were loaded normally.
Dparide.txt91 the PARIDE drivers into your kernel, or to build them as modules.
102 You can actually select all the protocol modules, and allow the PARIDE
126 configure them as loadable modules, before attempting to compile a
177 2.2 Loading and configuring PARIDE as modules
180 if you use them as loadable kernel modules.
186 also be built as loadable modules, and PARPORT must be loaded before the
187 PARIDE modules.
196 Then, load as many of the protocol modules as you think you might need.
330 PARIDE protocol modules support ECP mode, or any ECP combination modes.
337 offset the errors, the PARIDE protocol modules introduce a "port
[all …]
/linux-2.4.37.9/Documentation/sound/
DIntroduction9 support modules sound.o and soundcore.o.
57 To support all the various sound modules, there are two general
58 support modules that must be loaded first:
64 sound.o: Common sound functions required by all modules.
66 For the specific sound modules (e.g., sb.o for the Soundblaster),
101 sound modules. If this conflicts with the kernel's README,
104 1. To make the kernel sound modules, cd to your /usr/src/linux
114 Blaster, etc., select M (module) for OSS sound modules.
120 6. Make the modules and install them (make modules; make modules_install).
123 loaded or modules will not be loaded properly. 2.4.x changed the
[all …]
DCMI833832 driver (CONFIG_SOUND_CMPCI=m) as modules. Resident mode not tested.
37 7. Compile the modules by 'make modules'.
39 8. Install the modules by 'make modules_install'
53 Add the 'modprobe cmpci' command in your /etc/rc.d/rc.modules
60 Add following command in /etc/conf.modules:
70 or modules parameters. Set these parameters to 1 to enable.
DREADME.modules24 Once you are configured, make zlilo, modules, modules_install; reboot.
27 modules in the usual way.
29 Then, add to your /etc/modules.conf something like:
53 /lib/modules/<kernel-version>/misc. Mine looks like:
62 default if you were making the driver wired, not as modules. You can look
67 needs to pass the modules the necessary parameters as arguments, either
68 with /etc/modules.conf or with command-line args to modprobe, e.g.
73 recommend using /etc/modules.conf.
77 The sound modules normally allocate DMA buffers during open() and
85 the sound modules right after the kernel boots, either manually or by an
[all …]
DINSTALL.awe54 5. Make your kernel (and modules), and install them as usual.
59 5b. make modules and install them
60 # make modules && make modules_install
67 - If you updated only the modules, you don't have to reboot
68 the system. Just remove the old sound modules here.
DAudioExcelDSP1644 The /etc/modules.conf will have lines like this:
51 ad1848 are the corresponding options for the MSS and OPL3 modules.
54 the sound card. Installation dependencies must be written in the modules.conf
60 Then you must load the sound modules stack in this order:
63 With the above configuration, loading ad1848 or opl3 modules, will
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dmodule.c37 module_t *modules[MODULE_MAX]; variable
107 if (modules[i]->id == id) { in module_lookup()
108 DPRINTF("module_lookup: found m=0x%p\n", modules[i]); in module_lookup()
109 return modules[i]; in module_lookup()
154 for (i = nummodules; i > 0 && modules[i - 1]->id > moduleid; i--) in module_add_node()
155 modules[i] = modules[i - 1]; in module_add_node()
157 modules[i] = m; in module_add_node()
/linux-2.4.37.9/Documentation/isdn/
DREADME.avmb141 if you configure as modules load the modules this way:
43 insmod /lib/modules/current/misc/capiutil.o
44 insmod /lib/modules/current/misc/b1.o
45 insmod /lib/modules/current/misc/kernelcapi.o
46 insmod /lib/modules/current/misc/capidrv.o
47 insmod /lib/modules/current/misc/capi.o
50 insmod /lib/modules/current/misc/b1pci.o
/linux-2.4.37.9/Documentation/cdrom/
Dgscd41 If you want to use the driver as a module, you have to do 'make modules'
49 If you use modules, you can try to insert the driver.
50 Say: 'insmod /usr/src/linux/modules/gscd.o'
51 or: 'insmod /usr/src/linux/modules/gscd.o gscd=<address>'
Dcm20659 make dep; make clean; make zImage; make modules
76 insmod /usr/src/linux/modules/cdrom.o
80 insmod /usr/src/linux/modules/cm206.o
85 insmod /usr/src/linux/modules/cm206.o cm206=0x300,11
156 `interrupts', `ioports', `devices' or `modules' (if applicable).
/linux-2.4.37.9/arch/ia64/sn/io/machvec/
Dpci_bus_cvlink.c822 if (modules[i]->nodes[n] == -1) in pci_bus_to_hcl_cvlink()
825 nasid = cnodeid_to_nasid(modules[i]->nodes[n]); in pci_bus_to_hcl_cvlink()
830 format_module_id((char *)&(modules[i]->io[n].moduleid), iobrick_id, MODULE_FORMAT_BRIEF); in pci_bus_to_hcl_cvlink()
831 modules[i]->io[n].iobrick_type = (uint64_t)iobrick_type_get_nasid(nasid); in pci_bus_to_hcl_cvlink()
849 if (modules[i]->nodes[ii] == -1) in pci_bus_to_hcl_cvlink()
854 format_module_id(name, modules[i]->id, MODULE_FORMAT_BRIEF); in pci_bus_to_hcl_cvlink()
855 sprintf(tmp_name, "/slab/%d/%s/xtalk", geo_slab(modules[i]->geoid[ii]), brick_name); in pci_bus_to_hcl_cvlink()
860 …pci_bus_map_create(xtalk, (int)modules[i]->io[ii].iobrick_type, (char *)&(modules[i]->io[ii].modul… in pci_bus_to_hcl_cvlink()
/linux-2.4.37.9/Documentation/networking/
Ddl2k.txt50 4. cp dl2k.o /lib/modules/`uname -r`/kernel/drivers/net
51 5. Add the following lines to /etc/modules.conf:
60 In Linux, NIC drivers are most commonly configured as loadable modules.
142 The following are the commands to list the currently loaded modules and
158 1. Copy dl2k.o to the network modules directory, typically
159 /lib/modules/2.x.x-xx/net or /lib/modules/2.x.x/kernel/drivers/net.
160 2. Locate the boot module configuration file, most commonly modules.conf
161 or conf.modules in the /etc directory. Add the following lines:
Dnet-modules.txt3 Linux network driver modules
5 Do not mistake this for "README.modules" at the top-level
6 directory! That document tells about modules in general, while
7 this one tells only about network device driver modules.
10 (if such exists) and their default values of various modules
13 Some modules have also hidden (= non-documented) tunable values.
66 cards) With modules we can't ensure that all other non-ne 8390 cards have
110 (No public options, several other modules need this one)
/linux-2.4.37.9/Documentation/video4linux/
DCQcam.txt41 support enabled. I enabled these as modules during the kernel
44 CONFIG_PRINTER M for lp.o, parport.o parport_pc.o modules
50 With these flags, the kernel should compile and install the modules.
55 make modules; \
66 /etc/modules.conf file so the modules can automatically load/unload as
74 Using modules requires a bit of work to install and pass the
75 parameters. Do read ../modules.txt, and understand that entries
76 in /etc/modules.conf of:
86 modules, you might want to assign the different minor numbers to
87 different modules.
DREADME.cpia38 As modules:
42 select all stuff as modules):
54 For autoloading of all those modules you need to tell modutils some
56 (e.g. /etc/modules.conf or wherever your distribution does store that
66 can also load the modules once upon boot (usually done in /etc/modules).
72 you cannot compile the parport-stuff as modules and the cpia-driver
/linux-2.4.37.9/Documentation/video4linux/bttv/
DREADME40 magic to compile the modules with your kernel's configuration
53 Setup your /etc/modules.conf file and let kmod load the modules.
56 Modules.conf: some sample entries for /etc/modules.conf
58 the helper modules.
65 Loading just the bttv modules isn't enouth for most cards. The
71 cards which have no tuner), try adding this to your modules.conf:
/linux-2.4.37.9/scripts/
Dver_linux83 if [ -e /proc/modules ]; then
84 X=`cat /proc/modules | sed -e "s/ .*$//"`
/linux-2.4.37.9/
DRules.make152 # A rule to make modules
164 $(MAKE) -C $(patsubst _modsubdir_%,%,$@) modules
171 .PHONY: modules
172 modules: $(ALL_MOBJS) dummy \
211 MODINCL = $(TOPDIR)/include/linux/modules
251 cd $(TOPDIR)/include/linux/modules; \
253 if [ -f $$f ]; then echo "#include <linux/modules/$${f}>"; fi; \
DMakefile85 MODLIB := $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
240 modules
268 $(TOPDIR)/include/linux/modules
312 @if [ ! -d include/linux/modules ]; then \
313 mkdir include/linux/modules; \
458 @echo "The present kernel configuration has modules disabled."

12345678