Click to See Complete Forum and Search --> : How do I load the modules?


moronNZ
03-08-2001, 06:03 PM
Hi:
I have compiled many options in kernel as loadable modules.How do I load them?Why can I still use FAT filesystem(I compile it as a module) even I didn't load it?
thanx!

mychl
03-08-2001, 06:14 PM
do an lsmod, to see what modules are there. I don't get it either, I went out and bought Suse 7.1 to get the newer kernel. I could never get past compiling the modules.

I know that insmod modulename will install a module. i think.

moronNZ
03-08-2001, 06:31 PM
I have tried it,but I got lots of unresolved symbol.What should I do?

mychl
03-08-2001, 06:34 PM
Are any modules listed when you do lsmod???

Oh, yeah, did you read the Documentation/Changes file with the new kernel and make sure that everything on your system is up-to-date. That might be a prob. its in /usr/src/linux-2.x.x/Documentation/Changes.

You might need to update modutils or something.

[ 08 March 2001: Message edited by: mychl ]