On Mon, Mar 11, 2002 at 04:53:52PM -0600, Christopher M. Jones wrote: > I'm compiling for a K7/Athlon/Duron system. As far as I can tell, -all- > modules come up with unresolved symbols. In other words, any module I try to > load comes up with unresolved symbols, whether part of the kernel, or > standalone. Clearly, I am doing something very wrong, though I haven't > changed the methods for compiling, that have worked successfully for me since > about 2.4.13. I have made sure (to the best of my knowledge) that I have > sufficiently new versions of the important packages.
This may be a daft question but when you load modules are you using inmod or modprobe ? Try running "depmod -ae" too to see if that makes any difference. Post the error messages here too, that might help.