* 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


-- 
---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>---

Reply via email to