如何修复“module_layout 无符号版本”?

发布于 2024-08-11 09:09:44 字数 234 浏览 10 评论 0原文

我正在尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

草莓酥 2024-08-18 09:09:44

对于 openSUSE 来说并不令人信服,但在 Ubuntu 10 下,我发现解决方案是:

apt-get install dkms
apt-get install linux-headers-2.6.32-24-generic
unset KERN_DIR
/etc/init.d/vboxadd setup 
# Although presumably if the apt-gets had been done first,
# the last two lines would be superfluous.

希望这对其他人有用。

Not cogent to openSUSE, but under Ubuntu 10, I found that the solution was:

apt-get install dkms
apt-get install linux-headers-2.6.32-24-generic
unset KERN_DIR
/etc/init.d/vboxadd setup 
# Although presumably if the apt-gets had been done first,
# the last two lines would be superfluous.

Hope this is useful to someone else down the way.

审判长 2024-08-18 09:09:44

找到了。缺少kernel-default-devel包。要安装它,请以 root 身份运行以下命令:

zypper in kernel-default-devel

Found it. The package kernel-default-devel was missing. To install it, run this command as root:

zypper in kernel-default-devel
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文