[BusyBox] lsmod: QM_MODULES: Function not implemented

Robert P. J. Day rpjday at mindspring.com
Wed Jul 7 19:21:37 UTC 2004


   in compiling BB-20040427 (yes, it's a bit old) for a 2.6 kernel, i 
can build a bootable image and boot to the command line.  but when i 
run "lsmod", i get the above error message:

# lsmod
lsmod: QM_MODULES: Function not implemented

   i've specifically added module support to the kernel, and i've added
CONFIG_FEATURE_2_6_MODULES to the BB config.  my entire modules 
section in the BB config file looks like:

CONFIG_INSMOD=y
# CONFIG_FEATURE_2_2_MODULES is not set
CONFIG_FEATURE_2_4_MODULES=y
CONFIG_FEATURE_2_6_MODULES=y
# CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set
# CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set
# CONFIG_FEATURE_INSMOD_LOADINKMEM is not set
# CONFIG_FEATURE_INSMOD_LOAD_MAP is not set
CONFIG_LSMOD=y
CONFIG_FEATURE_QUERY_MODULE_INTERFACE=y
CONFIG_MODPROBE=y
CONFIG_RMMOD=y
CONFIG_FEATURE_CHECK_TAINTED_MODULE=y

   any thoughts?

rday



More information about the busybox mailing list