Linux - GeneralThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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?
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
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?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.