Linux Kernel Module ABC
Install a kernel module in Linux
-
If new feature needed: kernel module daemon kmod will exec the
modprobe.modprobeis passed in the form of a name (softdog or ppp) or generic string identifier (char-major-10-30). Ifmodprobeis handed a string identifier, it will look for the string in the file/etc/modprobe.conf. …