minidreamer 发表于 2003-12-6 22:03:15

编译完2.6.11内核碰到的关于模块的问题

无法加载模块,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

刚刚看了精华区的“为什么我的modules.conf在2.6中不起作用。”是不是我的问题也跟modules.conf这个东西有关?

llc 发表于 2003-12-9 16:52:08

以前的帖子里有提过这问题,查找一下

Dragonfly 发表于 2003-12-11 11:03:46

did u install the module-init-tool?
页: [1]
查看完整版本: 编译完2.6.11内核碰到的关于模块的问题