无法加载模块,lsmod, insmod, modprobe都不能用,原因是有一个函数没实现
minidreamer:~# modprobe ext2
modprobe: QM_MODULES: Function not implemented
modprobe: QM_MODULES: Function not implemented
modprobe: Can't locate module ext2
minidreamer:~#
minidreamer:~# lsmod
Module Size Used by Not tainted
lsmod: QM_MODULES: Function not implemented
minidreamer:~#
就是这样子。QM_MODULES函数(也许是宏)没实现。我的内核配制是这样的,只列出跟模块有关的部分。
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y