Hervé de Dianous a écrit:
> Lors d'un modprobe sam9407 j'ai l'erreur "kernel version mismatch"
> en effet, le noyau est un 2.4.18bf2.4 original et ce driver (version
> 1.0) veux un 2.4.18 pure sauce.
> Que me conseillez vous ?
insmod -f
-f, --force
Attempt load the module even if the version of the running
kernel and the version of the kernel for which the module was
compiled do not match. This only overrides the kernel version
check, it has no effect on symbol name checks. If the symbol
names in the module do not match the kernel then there is no way
to force insmod to load the module.
(man insmod)
évidemment, le kernel sera marqué comme "tainted" (pollué), mais... ça
peut marcher !