Lines Matching refs:modules

9 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
124 layout of /lib/modules/2.4.x and requires an updated modutils.
145 If loading via insmod, the common modules must be loaded in the
146 order below BEFORE loading the other sound modules. The card-specific
147 modules may then be loaded (most require parameters). For example,
172 when requested by modprobe. For example, my /etc/modules.conf contains:
192 The status of the modules and which modules depend on
193 which other modules may be checked by:
207 in which you load the modules. Note, if a program has a sound device
208 open (e.g., xmixer), that module (and the modules on which it
212 in the reverse order in which I loaded the modules):
226 If you get really stuck or have a card that the kernel modules
231 1. remove sound modules (detailed above)
232 2. remove the sound modules from /etc/modules.conf
233 3. move the sound modules from /lib/modules/<kernel>/misc
234 (for example, I make a /lib/modules/<kernel>/misc/tmp
251 16). By loading sound as modules, I can control which is the first
265 1. Copy the sound modules to a new name. For example
269 2. Make a second entry in /etc/modules.conf, for example,
295 1) If you are having problems loading the modules (for
352 load sound with the "dmabufs=1" option. Or in /etc/conf.modules add
373 3) In /etc/modules.conf when using modprobe.
435 1) Information on kernel modules: linux/Documentation/modules.txt