我想将内核模块安装到lib/modules/中。实际上,在执行make modules
之后,必须在lib/modules/(uname-r)中创建一个文件夹,但只创建了3个名为“build”、“kernel”和“source”的文件夹。在make modules
之后我也会得到一个错误:
DEPMOD 3.4.79
WARNING: COULDN't open directory /lib/modules/3.4.79: No such file or direcoty
FATAL: Could not open /lib/modules/3.4.79/modules.dep.temp for writing: No suhc file or directory
make: *** [_modinst_post] Error 1
确实没有这样的目录,但是我如何添加它呢?
最佳答案
你试过“安装模块”吗?
安装模块
安装模块
安装内核
制作安装
关于linux - 如何从源代码安装内核模块。制造过程出错,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/22783793/