Re: unresolved symbols problem

From: Jan-Benedict Glaw (jbglaw@lug-owl.de)
Date: Wed Oct 23 2002 - 07:31:53 EST


On Wed, 2002-10-23 13:25:49 +0100, Cathal Daly <cdaly24@yahoo.co.uk>
wrote in message <20021023122549.57302.qmail@web40603.mail.yahoo.com>:
> it. I am trying to load an e1000 driver as a module
> but I am getting unresolved symbols. The hash values
> at the end of the exported symbols do not match the
> corresponding hash values in the /proc/ksyms file in
> the running kernel. I gather that this is because
> module versioning is turned on in the kernel. I can't
> compile the driver against the kernel as I don't have
> the correct kernel sources. Is there any possible way
> to get the network driver to load into this kernel
> image without the kernel sources. I imagine the hash
> values from /proc/ksyms and the driver unresolved
> symbols will have to match but how can this be done. I

By recompiling the whole kernel, inclusive e1000. There's no way loading
the module while not risking an Oops or other bad things. Linux tries to
maintain source compatibility, but there's no binary compatibility (as
you obviously see:-)

Do a fresh compile and that'll succeed...

MfG, JBG

-- 
   - Eine Freie Meinung in einem Freien Kopf für
   - einen Freien Staat voll Freier Bürger
   						Gegen Zensur im Internet
Jan-Benedict Glaw   .   jbglaw@lug-owl.de   .   +49-172-7608481
	 -- New APT-Proxy written in shell script --
	   http://lug-owl.de/~jbglaw/software/ap2/


- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Oct 23 2002 - 22:01:03 EST