FILL BLANK -
After installation of a self-compiled kernel, modules that need to be loaded cannot be found. What make target was likely missed while installing the kernel?
(Specify ONLY the make target without any command or parameters.)
FILL BLANK -
After installation of a self-compiled kernel, modules that need to be loaded cannot be found. What make target was likely missed while installing the kernel?
(Specify ONLY the make target without any command or parameters.)
The likely make target that was missed while installing the kernel is 'modules_install'. This target is responsible for installing the kernel modules to the appropriate directory, so they can be loaded by the system when needed. Without running 'modules_install', the necessary modules will not be available, resulting in the system being unable to find and load them.
modules_install - 100%