这里有个新手问题......我读过关于 modprobe 和 dkms 的文章,在我看来,它们做同样的事情,那么有什么区别呢?
答案1
模组探针
加载并运行内核模块
陣容
为指定的内核(如果未指定,则为当前正在运行的内核)从源代码编译并安装内核模块。
在启动时自动加载模块
编辑文件/etc/modules
。添加您想要加载的每个模块,每行一个。
示例文件内容:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp
sbp2
cpufreq_userspace
powernow-k8