如何修复“module_layout 无符号版本”?
我正在尝试在 openSUSE 11.2 上编译 nvidia 驱动程序和 VirtualBox 驱动程序。两者都可以正常编译(在通常的 make oldconfig
加上内核的部分构建之后),但是当我尝试加载模块时,我收到此错误:
vboxdrv: no symbol version for module_layout
出了什么问题?我该如何解决这个问题?
I'm trying to compile the nvidia driver and the VirtualBox drives on openSUSE 11.2. Both compile fine (after the usual make oldconfig
plus a partial build of the kernel) but when I try to load the modules, I get this error:
vboxdrv: no symbol version for module_layout
What's wrong? How do I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于 openSUSE 来说并不令人信服,但在 Ubuntu 10 下,我发现解决方案是:
希望这对其他人有用。
Not cogent to openSUSE, but under Ubuntu 10, I found that the solution was:
Hope this is useful to someone else down the way.
找到了。缺少
kernel-default-devel
包。要安装它,请以 root 身份运行以下命令:Found it. The package
kernel-default-devel
was missing. To install it, run this command as root: