Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 434974

Summary: app-emulation/virtualbox-modules-4.2.0 and app-emulation/virtualbox-bin-4.2.0 doesn't match
Product: Gentoo Linux Reporter: Axel Ludszuweit <axel.ludszuweit>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: axel.ludszuweit
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Axel Ludszuweit 2012-09-14 07:10:57 UTC

    
Comment 1 Axel Ludszuweit 2012-09-14 07:12:24 UTC
After updating to new 4.2.0 Virtual box I cant start a virtual machine, error message of VBox say that there is a vbox driver mismatch. Of course I have unload old and load new drivers.
When I load the new drivers I get after 
-modprobe vboxnetadp 
the message 

Sep 14 07:56:06 wsl001 kernel: vboxdrv: Found 24 processor cores.
Sep 14 07:56:06 wsl001 kernel: vboxdrv: fAsync=0 offMin=0x230 offMax=0x592e0
Sep 14 07:56:06 wsl001 kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
Sep 14 07:56:06 wsl001 kernel: vboxdrv: Successfully loaded version 4.1.22 (interface 0x00190000).

in /var/log/messages.


In 
- vbox-kernel-module-src-4.2.0.tar.xz
I found in file 
-version-generated.h

#ifndef ___version_generated_h___
#define ___version_generated_h___

#define VBOX_VERSION_MAJOR 4
#define VBOX_VERSION_MINOR 1
#define VBOX_VERSION_BUILD 22
#define VBOX_VERSION_STRING_RAW "4.1.22"
#define VBOX_VERSION_STRING "4.1.22"
#define VBOX_API_VERSION_STRING "4_1"

#endif

Therefore I suppose, that there is a worong kernel package distributed.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2012-09-14 07:20:32 UTC

*** This bug has been marked as a duplicate of bug 434958 ***