我正在运行带有crouton的ARMv7 Chromebook。我想安装CIFS共享,但似乎CIFS不在内核中。所以我下载了与我相同的内核版本源,编译了cifs.ko模块,并尝试加载它。但我收到了这个错误:
# insmod cifs.ko
insmod: ERROR: could not insert module cifs.ko: Operation not permitted
模块被编译为ARM模块,我用文件检查:
# file cifs.kocifs.ko: ELF 32-bit LSB relocatable, ARM, version 1, BuildID[sha1]=e14d1772583fae478e2b113b57ce81c214e511af, not stripped
是什么给出了?
答案 0 :(得分:0)
Chromium OS默认情况下不允许添加内核模块。使用此脚本禁用模块锁定。 https://github.com/divx118/crouton-packages/blob/master/README.md
有关修改Chromium OS内核的更多信息,请访问: https://github.com/dnschneid/crouton/wiki/Build-kernel-headers-and-install-Virtualbox-(x86)通常整个crouton存储库/ wiki都有很多帮助。