[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] modules and the kernel



>the support for both of them in modules.  The iso9660 fs module won't load
>because there isn't dependancy information.  I have two modules that are
>reporting this error (both scsi).  What does this exactly mean?  

As root:

whyknot% cd /lib/modules/<kernel-version>
whyknot% depmod -a

That should do it. depmod compiles dependency information into a file,
/lib/modules/<kernel-version>/modules.dep, which kerneld (and,
presumably, insmod) uses to figure out which modules need to be loaded
to support other modules.  I'm running kernel 2.0.27, ICYC.

-- Joe