You are not logged in.

#1 2008-10-15 15:00:45

crom
Member
From: Germany
Registered: 2008-05-11
Posts: 43

[SOLVED] No module for virtualbox-ose with 2.6.27

Hi there,

I just upgraded and noticed, that virtualbox isn't starting. Probing vboxdrv manually doesn't work because there is no module for the current kernel. The packages virtualbox-modules was upgraded with the system-upgrade. I'm using virtualbox-modules-2.0.2-3.pkg.tar.gz.

So I'm compiling the modules manually with ABS right now, will report the results.

Edit: After compiling and installing, there is still no working module sad

Last edited by crom (2008-10-15 20:04:36)

Offline

#2 2008-10-15 15:50:56

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: [SOLVED] No module for virtualbox-ose with 2.6.27

You only need to recompile virtualbox-modules. I did that yesterday and worked flawlessly.

The thing you have to notice, is that you must update the kernel version defined in the PKGBUILD and virtualbox-modules.install:

cp -r /var/abs/community/modules/virtualbox-modules .
cd virtualbox-modules
sed -i 's|2.6.26-ARCH|2.6.27-ARCH|' PKGBUILD virtualbox-modules.install
makepkg

Offline

#3 2008-10-15 16:25:17

crom
Member
From: Germany
Registered: 2008-05-11
Posts: 43

Re: [SOLVED] No module for virtualbox-ose with 2.6.27

Yes, that was the problem. Thanks. smile

Offline

#4 2008-10-15 19:13:38

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: [SOLVED] No module for virtualbox-ose with 2.6.27

Glad it worked. Please mark the topic as solved. smile

Offline

Board footer

Powered by FluxBB