Re: kernel compile problem -- unresolved symbols

2002-03-12 Thread Alan James
On Tue, Mar 12, 2002 at 11:24:22AM +, Alan James wrote: > This may be a daft question but when you load modules are you using inmod or Sorry I meant "insmod" there of course. Still modprobe is the one to use.

Re: kernel compile problem -- unresolved symbols

2002-03-12 Thread Alan James
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 >

Re: kernel compile problem -- unresolved symbols

2002-03-11 Thread Christopher M. Jones
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 chang