Re: modutils and module-init-tools duplicating work

From: Roberto Sanchez (rcsanchez97_at_yahoo.es)
Date: 08/31/03

  • Next message: Paul Johnson: "Re: Spamassassin + exim"
    Date: Sun, 31 Aug 2003 19:59:43 +0200 (CEST)
    To: debian-user <debian-user@lists.debian.org>
    
    

     --- Micha Feigin <michafeigin@yahoo.com> escribió:
    > > modultils -- kernel < 2.5.48
    > > module-init-tools -- kernel >= 2.5.48
    > >
    > > Of course, module if module-init-tools finds an earlier kernel, it passes
    > the
    > > work on to the old version.
    > >
    >
    > They are still almost the same, except for the check whether to run
    > depmod in module-init-tools. Why do we need two of them?
    >

    Because, as of kernel 2.5.48 the kernel modules now end in .ko and have a
    completely different internal structure. The new module-init-tools does not
    handle old style modules, but recognizes and passes them on to modutils.
    The old modutils knows nothing of the new formats and will barf all over itself
    if you attempt to build, load, remove, or otherwise operate on a module with
    it.

    The short answer is: because they are not cross compatible.

    -Roberto

    ___________________________________________________
    Yahoo! Messenger - Nueva versión GRATIS
    Super Webcam, voz, caritas animadas, y más...
    http://messenger.yahoo.es

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Paul Johnson: "Re: Spamassassin + exim"