Torben Tretau wrote:
> 
> Hi!
> 
> > The running kernel is set at boot - edit lilo with klilo
> > before you recompile your kernel
> > mv /lib/modules/2.2.1X-foo   /lib/modules/2.2.1X-foo.ba
> 
> hmm, thats all clear and no problem.. klilo? hmm, i like vi
> /etc/lilo.conf.. ;)
> 
> > you say: " I received some  problems after building and
> > inserting a module into the kernel.."
> >
> > What were they (copy the error messages)?
> 
> i received unresolved symbols, because my module dir still
> pointed to the old version no. can anyone give me a hint
> where the module dir is being set?
> i tried EXTRAVERSION in Makefile but didnt help..
> 
> bye,
> Torben

Set when you "make modules install"
You get the error because your new 
/lib/modules/foo has the same number as
the old one - thats why you must change
the name *before* you compile a kernel.
You must compile your kernel again.

-WBD

Reply via email to