On Fri, 19 Nov 1999, Steve Youngs wrote:
>* John Marr <[EMAIL PROTECTED]> writes:
>
>> I recently rebuilt my kernel (2.2.11). When the modules are loading
>> during startup, I get an error that there are unresolved symbols. Any idea
>> what this is, and how I can fix it? I made sure that all my module options
>> are compiled, and I have no idea what to do.
>
>If the kernel you compiled was the same version as the one you were
>already using the problem is that you didn't remove your existing
>modules first.
>
>To fix:
>
>[as root]
>rm -rf /lib/modules/`uname -r`
>cd /usr/src/linux
>make modules_install
>shutdown -r now
There should be no need to reboot after doing make modules etc, as it
concerns the same kernel version, simply doing depmod -a should be
enough.
A beter way is to completly remake the kernel everytime and edit the
top_dir Makefile and enter a EXTRAVERSION number, eg, -1.
That elimniates the possablity of old modules gettting mixed up.
>
>--
>---Regards, Steve Youngs--------Email:-<[EMAIL PROTECTED]>---
>| If Microsoft is the answer, then all I can say is that |
>| you are asking the wrong question. |
>------------------------------<Don't be a Newbie--Be a Gnu-bie>---
--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/