PrepAway - Latest Free Exam Questions & Answers

What needs to be done to enable usage of this module?

A pre-compiled module has been moved to /lib/modules/<kernel-version>, but ‘modprobe -a <module-name>’ fails to load it. What needs to be done to enable usage of this module?

PrepAway - Latest Free Exam Questions & Answers

A.
make modules_install must be run.

B.
depmod must be run.

C.
The kernel must be re-compiled.

D.
modules.conf or modprobe.conf must be edited.

E.
The system must be rebooted.

Explanation:

While we load the modules, it checks the dependency whether loaded or not ? For dependency it checks the modules.dep file that file should generate by running the depmod command. Most probably unable to load the modules is due to dependencies.
-a or –all
Insert all modules matching the given wildcard. This option is provided for backwards compatibility:


Leave a Reply