On Thu, Aug 17, 2000 at 09:43:34PM -0500, John Reinke wrote: > Out of curiosity, should I have CONFIG_KMOD on or off when configuring > kernel 2.2.17?
If you want modules to be auto-inserted on demand I would suggest doing so, yes. > I have CONFIG_MODULES=y. Is CONFIG_KMOD the same sort of thing? Not quiet. CONFIG_KMOD enables the kernel to auto load modules, and it works the same way as the old kerneld did. If you don't enable it you will have to manually modprobe modules to insert them. -- // André