On Wed, 06 Mar 2002 19:41:46 +0900, [EMAIL PROTECTED] wrote: >I have some questions about kernel modules loading. >While in Red Hat Linux, modules are described in /etc/modules.conf, >modules are in /etc/modules in LEM. >However, they seem to be different on describing modules.
I haven't used RH in a long time. But in Debian /etc/modules.conf is fed to a script called 'update-modules' that generates /etc/modules. Modifying /etc/modules directly is a real hassle for distros because they need to keep track of the mods and maintain a way to update /etc/modules without breaking any custom stuff you have added. I suspect RH is doing the same. /etc/modules is the standard place for loading modules. If you put them there then they will try to be loaded. The format is just the module name, one per line. see man /etc/modules for the 'auto' and 'noauto' keywords that controls kerneld behavior. -- Richard A. Smith Bitworks, Inc. [EMAIL PROTECTED] 501.846.5777 x204 Sr. Design Engineer http://www.bitworks.com -- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the command "unsubscribe linux-embedded" in the message body. For more information, see <http://waste.org/mail/linux-embedded>.