Fwd: Re: Error when loading the modules

David Woodhouse dwmw2 at infradead.org
Sun Jul 16 10:32:13 EDT 2000


On Sat, 15 Jul 2000, Prabha19 Selva wrote:

> Hi David,
> Still the same problem (can not load the cfi_prob.o, cfi_cmdset_0002.o
> etc. modules. It is still giving "unresolved symbol put-module-symbol". I 
> have added the patch you mentioned earlier and recompile the kernel and also 
> (just to make sure) the mtd drivers. But I still get the same error.


Either the patch didn't apply properly, or you're not running the kernel
to which you applied the patch.

Check that kernel/ksyms.c contains a line which says:
	EXPORT_SYMBOL(put_module_symbol);

Check that put_module_symbol exists in /proc/ksyms

Make sure CONFIG_MODVERSIONS is turned off.

--
dwmw2



To unsubscribe, send "unsubscribe mtd" to majordomo at infradead.org



More information about the linux-mtd mailing list