Re: Module boogie badness

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 18 Jan 1997 15:46:07 +0000 (GMT)


> Problem: Loading irqtune oopses twice, always. Recompile irqtune and it still
> chokes..
>
> Warning: kernel-module version mismatch
> /sbin/irqtune_mod.o was compiled for kernel version 1.2.13
> while this kernel is version 2.1.21.
> Unable to handle kernel paging request at virtual address f8c01d6a

So you force loaded a 1.2.13 module into 2.1.21 and it broke. Gee what
a suprise. I bet loading DOS .COM files as modules doesnt work either

Rebuild irqtune_mod for 2.1.21 and ensure you make any changes that
may be needed to reflect OS changes.

Alan