Penguin

Differences between version 6 and predecessor to the previous major change of Module.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Tuesday, October 4, 2005 4:44:52 pm by IanMcDonald Revert
Older page: version 5 Last edited on Tuesday, October 4, 2005 3:42:37 pm by JohnMcPherson Revert
@@ -33,8 +33,14 @@
 modinfo ''modulename'' 
 </pre> 
 to see the list of supported options for a particular module. 
  
-Normally on a distribution using a 2.6 series linux kernel the options to use are specified in any file in the <tt>/etc/modprobe.d</tt> directory. 
+To specify the options for a module on many [LinuxDistribution]s on a 2.6 series LinuxKernel edit one of the files in the directory <tt>/etc/modutils</tt> and use a line something like:  
+<pre>  
+ options ov51x led2=  
+</pre>  
+where the above example sets the led2 option to 0 for the ov51x module.  
+  
+Now run <tt>update-modules</tt> and the options get transferred to the <tt>/etc/modprobe.d</tt> directory and to <tt>/etc/modules.conf</ff>. You will need to unload and then load the module for new parameters to take effect
  
 ---- 
 See also KernelErrorMessages for some errors related to modules, and ModuleInitTools for information about modules with [LinuxKernel2.6].