Jump to content

Module Loading Order


Recommended Posts

you're not going to have, shouldn't need, and don't want to have much control over when mudules are loaded at boot. The kernel and modutils handles all that. For your own extra modules use

/etc/init.d/rc.modules

or

/etc/init.d/rc.local

 

....at the end of one of those put;

modprobe module_name

modprobe module_name

modprobe module_name

 

To see what loads before X boot to init 3 and do lsmod. When you see lilo press Esc and type

linux 3

and press Enter. (If your mandrake is called linux in the lilo menu)

Edited by bvc
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...