On Thu, 2003-03-06 at 16:09, Alan Schilla wrote: > Using /lib/modules/2.4.7-timer-SMP/misc/qdio.o > > Warning: kernel-module version mismatch > > /lib/modules/2.4.7-timer-SMP/misc/qdio.o was compiled for kernel
So you force loaded a driver for one kernel into another. That doesn't work very well. The Linux kernel has a source not a binary interface definition. In the open source world a binary definition for kernel internals just reduces performance and makes fixing problems harder so we don't do it. Alan
