死神 发表于 2003-10-26 16:44:54

为什么我不能安装模块?

我装了module-init-tools-0.9.15,但是执行modules-install的时候总是
Warning: you may need to install module-init-tools
See http://www.codemonkey.org.uk/post-halloween-2.5.txt
INSTALL drivers/net/dummy.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map2.6.0-test8; fi


make install时是:
make: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK   include/linux/compile.h
Kernel: arch/i386/boot/bzImage is ready
sh /usr/src/linux-2.6.0-test8/arch/i386/boot/install.sh 2.6.0-test8 arch/i386/boot/bzImage System.map ""
No module /bin/true found for kernel 2.6.0-test8
mkinitrd failed
make: *** Error 1
make: *** Error 2


请问我该怎么解决,module-init我完全按说明做的啊。
请大家帮帮我,谢谢!

llc 发表于 2003-10-26 18:14:34

虽然最后mkinitrd失败,但内核和模块已经安装成功了,你可以看看/boot,应该新内核已经在那里
页: [1]
查看完整版本: 为什么我不能安装模块?