Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 modprobe 通过 modules.dep 查找依赖项时,是否有必要在 modprobe 之前执行 depmod?请帮助我进行模块插入过程
depmod每当依赖项(可能)发生变化时,都需要执行。
depmod
通常,depmod在安装新模块时自动执行。