After installing a compiled kernel, it can not find any modules that are needed to be loaded. What make target was likely missed while installing the kernel?



Answer: make modules_installmodules_install

題解

使用「make」指令來編譯及安裝Linux核心的時候,需要透過「modules_install」這個目標來安裝模組。