Quoting ttargownik <[email protected]>: > On Thu, 2011-03-17 at 10:26 +0000, Ben Green wrote: >> Good point db, but it seems something is going awry in the compilation >> anyhow. You are sure that you got the .config file correct Tomas? In >> the config for your newly built kernel there should be a line in the >> config something like: > "r6040: no symbol version for module_layout" > ...so, I have successful module compilation, and unsuccessful module > loading. Further to this, when I 'modinfo' the built module, the 'vermagic' > information differs slightly from the pre-compiled modules already in the > LTSP initrd. Clearly I am compiling this module incorrectly, and that is > what I would like to rectify.
Is the server amd64 and the client i386? If you compile a module on the host (chroot or not) it will take it's --arch from the host. You need to either figure out cross compiling, specify --arch in an appropriate place, or build on a i386 machine (or a amd64 machine but booted with a i386 kernel). More details of exactly how you built your module would be helpful. Cheers, == From Ben Green ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
