modprobe: can‘t open ‘modules.dep‘: No such file or directory

使用modprobe会提示modprobe: can't open 'modules.dep': No such file or directory

直接输入depmod即可。

如果depmod没有效果,则需要重新配置编译你的根文件。

在busybox配置界面进入linux Module Utilities, 上下键选择depmod,并按 y 选中,如图

修改后编译,在新的根文件系统即可使用depmod。