[bglug] Aggiunta moduli di terze parti

Fernando Figaroli bglug@lists.linux.it
Thu, 15 May 2003 11:06:16 +0200


Alle 10:53, gioved=EC 15 maggio 2003, tHEbREV ha scritto:
> --- Fernando Figaroli <ff@bglug.it> wrote:
> > Quando hai compilato il kernel,
> > hai messo
> >  CONFIG_MODVERSIONS=3Dy
>
> Messo, messo...
>
> > consente di caricare moduli compilati con altre
> > versioni ..
>
> Mica tanto...

hai provato con
insmod -f nomemodulo ?

=2Df, --force
              Attempt  load  the  module even if the version of the=20
running kernel and the  version of the kernel for which the module was=20
compiled do not match.   This              only  overrides  the  kernel =20
version check, it has no effect on symbol name         checks.  If the=20
symbol names in the module do  not  match  the  kernel  then
              there is no way to force insmod to load the module.