Linux - Error qm modules function not implemented, Steps to install module-init-tools
Error qm modules function not implemented
Error QM MODULES Function not implemented
You would have come across the error " QM_MODULES: Function not implemented " while running the command lsmod or while restarting the apf.
Have you ever thought of why you get this error 'QM_MODULES: Function not implemented'. The error is because of the latest upgradation to the kernel or the OS. The following are the tricks to fix this error.
Steps to fix the error QM MODULES Function not implemented
1. Download the latest version of module-init-tools. You can download it from
ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/modules/
2. Run the command to install the module
# ./configure --prefix=/ make moveold make make installThe command all in once will install the script. Else do it step by step.
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 error QM_MODULES: Function not implemented would be fixed.
The topic on Linux - Error qm modules function not implemented is posted by - Honey
Hope you have enjoyed, Linux - Error qm modules function not implementedThanks for your time