Hi All,
If you are getting "QM_MODULES: Function not implemented" error while executing lsmod or restarting the iptables, the following tricks will fix that.
1. Download the latest version of module-init-tools.
2. ./configure --prefix=/
make
make instal
3. Now translate your old /etc/modules.conf into /etc/modprobe.conf with the ./generate-modprobe.conf script that comes with module-init-tools:
./generate-modprobe.conf /etc/modprobe.conf
Thats it the issue will be fixed.
Please forgive me I'm not goi
Please forgive me I'm not going about this the right way, but I grabbed the latest stable 3.1 version of module-init-tools (and even tried the 3.2 pre-release file). After running ./configure I run make and I get the following error:
gcc -g -O2 -Wunused -Wall -o insmod.static -static insmod.o
/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../libc.a: could not read symbols: No more archived files
I've recently upgraded to kernel 2.6.10 on slackware from 2.4.20. When I compiiled 2.6.10 I elected to make compile some kernel modules. I haven't had any need to use any of the modules until now, and that's when I ran into the "QM_MODULES: Function not implemented" jaffer mentioned.
I'm honestly (and perhaps very evidently) not well versed in how all the libraries and modules interact and I tried to find references to the "could not read symbols: No more archived files" problem on the web to see what the common causes and fixes are but I found just a couple hits and none of them seem to offer the cause or solution (or workaround)
Does anyone have suggestions on compiling module-init-tools when encountering this error?
Thank you very much for your time.
Did not resolve the issue
I'm running in kernel 2.6.10 on top of Debian 3.0.1r on a Dell Inspiron 8600 laptop. I am trying to install a Broadcom Ethernet device driver. I get the QM_MODULES not implemented error as well when doing depmod -a after successfully compiling the device driver. I installed the module-init-tools and went through the other suggested steps but they did not resolve the issue. I'm not clear as to where QM_MODULES would normally be implemented, so I'm not sure what I'm missing from my system and what I need to modify either in my kernel configuration or in the modules I'm loading. Any help would be very appreciated. Thanks.
This worked
I'm running Debian 3.1 over a 2.6 kernel.
I ran
>apt-get install module-init-tools
>update-modules
That seemed to fix it . . . make sure you're modutils are up to date as well
great thanx this worked for m
great thanx this worked for me
( also debian sarge )
it verks..
why i love debian:
# apt-get install module-init-tools
# update-modules
yes, i went from 2.4 to 2.6 and voilà.
thanks for the tip.
谢谢!
Thank for you advise!
insmod: ERROR: Module mod does not exist in /proc/modules
Hi,
I am using Linux 2.6.10 for an MPC8540 board.
"insmod" seemed to have a problem which said
[insmod: QM_MODULES: Function not implemented] .
I downloaded the module-init-tools 3.1, cross compiled it with 85xx tool chain, installed it on the target filesystem.
Now after doing that, I get an error when i do insmod,
ERROR: Module mod does not exist in /proc/modules
I have enabled the Module loading/unloading option in the kernel. Am I missing out on anything else?
Can anyone please help me with a lead. A snapshot of the error is attached.
Thanks a lot,
Soumya
10 login: root
Last login: Wed Dec 31 19:00:49 on console
bash-2.05b#
bash-2.05b#
bash-2.05b# insmod mod.ko
ERROR: Module mod does not exist in /proc/modules
bash-2.05b#
bash-2.05b#
bash-2.05b# insmod -f mod.ko
ERROR: Removing 'mod': No such file or directory
bash-2.05b#
bash-2.05b#
bash-2.05b# modprobe mod.ko
ERROR: Module mod does not exist in /proc/modules
bash-2.05b#
bash-2.05b# lsmod mod
ERROR: Module mod does not exist in /proc/modules
bash-2.05b#
bash-2.05b#
bash-2.05b# insmod -V
module-init-tools version 3.1
bash-2.05b#
I can't seem to find the gene
I can't seem to find the generate-modprobe.conf.... This is likely due to the fact that I'm a dumb newbie :)
Nevermind... I'm retarded
Nevermind... I'm retarded
Cannot do this repair!
Unfortunately due to this same error, I cannot mount ISO9660(CD) or FAT(floppy) in order to get the files onto the linux pc. How do you reccomend I fix that?