> Fourth: I re-modified the install script to add '-f' (force loading even if
> the kernel version doesn't match) to each insmod entry as insmod complained
> that the modules were built for kernel 2.0.35 and my kernel is 2.0.36

This is dangerous. A module (any module) which uses kernel-internal
structures which change from one kernel release to another can
malfunction or crash the kernel if inserted into a non-matching
kernel. In the general case, there is no way around recompiling the
module.

Olaf

Reply via email to