A faulty kernel module is causing issues with a network interface card. Which of the following actions ensures that this module is not loaded automatically when the system boots?
A faulty kernel module is causing issues with a network interface card. Which of the following actions ensures that this module is not loaded automatically when the system boots?
The correct way to ensure that a faulty kernel module is not loaded automatically when the system boots is to add a blacklist line including the name of the offending module to the file /etc/modprobe.d/blacklist.conf. This method prevents the specified module from being loaded at boot time by the modprobe program, which is responsible for loading kernel modules.
it is repeated
the same question as question 5
Repeated, but appreciate the revision!
REPEAT TOO
Correct Answer: D https://wiki.archlinux.org/title/Kernel_module Blacklisting section.
it's D