当前位置: 技术问答>linux和unix
can't find most modules after compiled kernel-2.6.0
来源: 互联网 发布时间:2015-05-31
本文导语: i download module-init-tools-3.0-pre5 and extract run this command: #./configure #make moveold #make #make install i boot computer with new kernel ,sysetm boot is OK, but can't load any modules i run this command compiled the new kernel # make m...
i download module-init-tools-3.0-pre5 and extract
run this command:
#./configure
#make moveold
#make
#make install
i boot computer with new kernel ,sysetm boot is OK, but can't load any modules
i run this command compiled the new kernel
# make mrproper
#make menuconfig
#make
#make install
#depmod -a
...............
what's rong?
help !
run this command:
#./configure
#make moveold
#make
#make install
i boot computer with new kernel ,sysetm boot is OK, but can't load any modules
i run this command compiled the new kernel
# make mrproper
#make menuconfig
#make
#make install
#depmod -a
...............
what's rong?
help !
|
看一下/lib/modules/xxxx(新内核版本号)/kernel下的模块是否编译完整了,如果没有那就是编译有问题了。