2.6


Results 1 to 4 of 4

Thread: 2.6

  1. #1
    Join Date
    Nov 2002
    Location
    PA
    Posts
    56

    2.6

    i just compiled my first 2.6 kernel (upgrading from 2.4.23 on my vector box to 2.6.4)...

    Well, my vesa driver dosen't work, and i think i figured out why...

    whenever a module tries to load, or when i invoke lsmod, i get this message:

    QM_MODULES: function not implemented

    why? i did upgrade to module_init_tools 0.9.14, so that isn't it...any other suggestions? thanks
    One OS to rule them all,
    One OS to find them.
    One OS to call them all,
    And in salvation bind them.
    In the bright land of Linux,
    Where the hackers play.
    (J. Scott Thayer, with apologies to J.R.R.T.)

  2. #2
    Join Date
    Oct 2000
    Location
    Calgary, Alberta, Canada
    Posts
    8,116
    "QM_MODULES: function not implemented "

    means that you have disabled module support in your kernel.

    [ ] Enable loadable module support

  3. #3
    Join Date
    Jul 2002
    Location
    Hamburg, Germany
    Posts
    522
    "QM_MODULES: function not implemented "
    could also be a sign of your modutils not supporting 2.6 kernels.

    You can get newer modutils (they're now named module-init-tools, and the current
    version is 3.0) Here

    This is the thread I got the link from.

    I suggest to compile them the following way:

    ./configure --prefix=/
    make moveold
    (I was told to only "make moveold" once, and
    just use "make" if you need to compile them again)

    then do a
    make install

    now the thread mentioned above reckomends to run
    ./generate-modprobe.conf /etc/modprobe.conf
    KNOPPIX is good for you!
    Die Zukunft spricht Linux!
    Registered User #265,362

  4. #4
    Join Date
    Dec 1999
    Location
    Toronto
    Posts
    39,307
    Moved to the Software forum since Installation is meant for distro install issues.

    Linux Install Help: Need help installing your Linux OS?
    SEARCH FIRST... ASK SECOND Read the JL 'Community Help Posting Guidelines' before posting in the forums.

    Precompiled Redhat NTFS Modules

    Linuxplanet Tutorials

    If Linux doesn't have the solution, you have the wrong problem. ... Please do not send me a PM asking for help...

    Please read the search suggestion thread in JL Ideas

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •