Note that you will basically never be able to just move the compiled module
from one kernel version to another and expect it to work. At the very
minimum you should copy the needed files from the new kernel source into
the old kernel source and recompile. Practically, this may also not work
(depending on the driver and the kernel) because while there is often
backwards compatibility in newer kernels, the newer driver code may not
compile (properly) with the older kernel (it depends on what part of the
kernel the driver is in, though).
Cheers, Andreas
-- Andreas Dilger http://sourceforge.net/projects/ext2resize/ http://www-mddsp.enel.ucalgary.ca/People/adilger/- 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/