[ Friday, February 25, 2000 ] Michael wrote:
> > > After re-compiling the kernel (ver. 2.2.12), I am unable to install my
> > > module level driver by "insmod driver.o". Insmod gives lots
> > > of "unresolved
> > > symbols" errors... How to fix this?
> > >
> >
> > Did you recompile the modules after remaking your kernel?
> >
>
> if the modules have other dependencies, you must load the needed
> modules first. This is sometimes the source of the problem.
If the dependencies have been built (depmod, creating modules.dep) then
you can use modprobe to auto-load needed modules. Using conf.modules
and kmod can make life even easier, of course :)
James