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新しいモジュールがインストールされると自動的に実行されます。