LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-31-2004, 08:48 AM   #1
poweroff
LQ Newbie
 
Registered: Oct 2003
Posts: 27

Rep: Reputation: 15
Qm_modules


i install kernel-1.6.1 in slackware 9 and after booting new kernel i get error on modprobe like: QM_MODULES: function not imnplemented.
how can i fix it?
 
Old 01-31-2004, 10:54 PM   #2
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Rep: Reputation: 30
you need rusty's module-init-tools. Google for it, and you should be able to find them on the kernel.org FTP.
 
Old 02-03-2004, 11:48 AM   #3
poweroff
LQ Newbie
 
Registered: Oct 2003
Posts: 27

Original Poster
Rep: Reputation: 15
thx kramer

i just want thank you for help
cheers
 
Old 02-07-2004, 11:29 AM   #4
Covel
Member
 
Registered: Oct 2003
Location: Portugal
Distribution: Gentoo
Posts: 116

Rep: Reputation: 16
Sorry for the newbie question but which one is the lattest??
 
Old 02-07-2004, 11:33 AM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984
which one what? he obviosuly meant 2.6.1 not 1.6.1....
 
Old 02-07-2004, 11:33 AM   #6
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Rep: Reputation: 30
Try this one.
 
Old 02-07-2004, 11:34 AM   #7
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Rep: Reputation: 30
Quote:
Originally posted by acid_kewpie
which one what? he obviosuly meant 2.6.1 not 1.6.1....
I think he meant which init-tools. There are a bunch of different ones on the FTP.
 
Old 02-07-2004, 11:40 AM   #8
Covel
Member
 
Registered: Oct 2003
Location: Portugal
Distribution: Gentoo
Posts: 116

Rep: Reputation: 16
Quote:
Originally posted by Kramer
I think he meant which init-tools. There are a bunch of different ones on the FTP.
Yes! That was it! Thanks! They all say pre something... even more confusing...
 
Old 02-07-2004, 11:46 AM   #9
Covel
Member
 
Registered: Oct 2003
Location: Portugal
Distribution: Gentoo
Posts: 116

Rep: Reputation: 16
By reading the README I learn that I should backup my previous tools first renaming to .old

(using make moveold)

Will I be able to run kernel 2.4 after installing these new tools?
 
Old 02-07-2004, 11:47 AM   #10
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Rep: Reputation: 30
Quote:
Originally posted by Covel
By reading the README I learn that I should backup my previous tools first renaming to .old

(using make moveold)

Will I be able to run kernel 2.4 after installing these new tools?
As far as I know, the new init-tools are backwards compatible with the 2.4.x kernels.
 
Old 02-24-2004, 07:07 AM   #11
eig
LQ Newbie
 
Registered: Feb 2004
Location: haarlem
Posts: 2

Rep: Reputation: 0
I have the same problem with kernel 2.6.X and QM_MODULES. I keep reinstaling "n"times n>10 and module_init_tools and it get me back the same problem. I still don't have network connection
allredy read so many README files and helps
 
Old 02-24-2004, 08:27 AM   #12
mychl
Member
 
Registered: Jul 2001
Location: Earth
Posts: 164

Rep: Reputation: 30
I was having this problem and kept re-installing module-init-tools also. I was never able to load any modules until I finally did the following step.

When installing the module-init-tools, I used the make links command, but I also did make moveold...(installed a few times )

Read the README (or maybe INSTALL) from the module-init-tools package (I used module-init-tools-3.0-pre10 for my 2.6.3 kernel).

It tells you that you need to create /etc/modprobe.conf using the script called generate-modprobe.conf

The new init tools no longer use /etc/modules.conf, they use /etc/modprobe.conf

Once I did this, all my trouble went away.... well, mostly.

I can't install the NVIDIA driver for 2.6.x kernels, and my mouse doesn't work at all in X.

Other than that, all my module issues are solved.

Hope this helps you get up and running.
 
Old 02-24-2004, 08:27 AM   #13
mychl
Member
 
Registered: Jul 2001
Location: Earth
Posts: 164

Rep: Reputation: 30
Oh, and I am still able to boot into my 2.4.23 kernel.
 
Old 02-24-2004, 11:08 AM   #14
eig
LQ Newbie
 
Registered: Feb 2004
Location: haarlem
Posts: 2

Rep: Reputation: 0
for NVIDIA you can see http://www.minion.de/ - if it can help you
I have laptop with sis650 video, so I didn't check does it work
 
Old 03-07-2004, 08:51 PM   #15
vincebs
Member
 
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496

Rep: Reputation: 30
Quote:
Originally posted by mychl
I was having this problem and kept re-installing module-init-tools also. I was never able to load any modules until I finally did the following step.

When installing the module-init-tools, I used the make links command, but I also did make moveold...(installed a few times )

Read the README (or maybe INSTALL) from the module-init-tools package (I used module-init-tools-3.0-pre10 for my 2.6.3 kernel).

It tells you that you need to create /etc/modprobe.conf using the script called generate-modprobe.conf

The new init tools no longer use /etc/modules.conf, they use /etc/modprobe.conf

Once I did this, all my trouble went away.... well, mostly.

I can't install the NVIDIA driver for 2.6.x kernels, and my mouse doesn't work at all in X.

Other than that, all my module issues are solved.

Hope this helps you get up and running.
I did all of that, but my modules still didn't load.

First I downloaded module-init-tools-3.0
Then I did ./configure
then I did make links
then I did make
Then I did make install
Then I installed the kernel, but it told me I might need to install module-init-tools, which I just did.
Then I restarted using kernel 2.6.3 and none of my modules loaded. I got QM_MODULES: Function not implemented everywhere.

I thought generate-modprobe.conf was only to convert kernel 2.4's /etc/modules.conf to the new /etc/modprobe.conf, but I have compiled fewer modules for my new kernel than for my old. How do I get an accurate 2.6.3 modprobe.conf that doesn't simply translate whatever's in modules.conf?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
QM_MODULES error revisited darkRoom Red Hat 0 03-02-2005 07:16 AM
QM_MODULES: Function not implimented edman007 Linux - General 4 01-17-2005 06:13 PM
Unable to load QM_MODULES basix Red Hat 4 05-03-2004 02:08 AM
qm_modules matjazk Linux - Hardware 1 07-01-2003 01:02 PM
new kernel 2.5.66 and QM_MODULES matjazk Slackware 2 03-31-2003 10:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration