![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Intrepid Ibex Testing and Discussion (Closed) Development of Intrepid Ibex is finished. Please ask questions about Ubuntu 8.10 in Absolute Beginner Talk or Main Support Categories. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Dipped in Ubuntu
![]() Join Date: Oct 2005
Beans: 535
|
Quick fix for virtualbox 1.6.4 PUEL version and kernel 2.6.27
Quick fix for virtualbox 1.6.4 PUEL version and kernel 2.6.27, no guarantees provided :*)
(1) backup /usr/share/virtualbox/src/SUPDRV.h and /usr/share/virtualbox/src/linux/SUPDrv-linux.c (2) Edit /usr/share/virtualbox/src/SUPDRV.h (LINE 104) and remove the line containing "include <asm/semaphore.h>" # else /* older kernels */ # include <asm/semaphore.h> # endif /* older kernels */ # include <asm/semaphore.h> // REMOVE THIS LINE # include <linux/timer.h> (3) Edit /usr/share/virtualbox/src/linux/SUPDrv-linux.c (LINE 1331) and change smp_call_function(VBoxDrvLinuxGipResumePerCpu, pDevExt, 0 /*retry*/, 1 /* wait */); to smp_call_function(VBoxDrvLinuxGipResumePerCpu, pDevExt, 1 /* wait */); as retry option has been dropped in 2.6.27 (4) Run /etc/init.d/vboxdrv setup [EDIT] Just to add, this fixes the compilation errors below from /var/log/vbox-install.log In file included from /tmp/vbox.2/linux/SUPDrv-linux.c:35: /tmp/vbox.2/SUPDRV.h:104:30: error: asm/semaphore.h: No such file or directory /tmp/vbox.2/linux/SUPDrv-linux.c: In function ‘supdrvOSGipResume’: /tmp/vbox.2/linux/SUPDrv-linux.c:1331: error: too many arguments to function ‘smp_call_function’ make[2]: *** [/tmp/vbox.2/linux/SUPDrv-linux.o] Error 1 Last edited by dinxter; August 27th, 2008 at 03:15 AM.. |
|
|
|
|
#2 |
|
Chocolate-Covered Ubuntu Beans
![]() Join Date: Nov 2006
Location: Sweden
Beans: 2,075
Ubuntu Development Release
|
Re: Quick fix for virtualbox 1.6.4 PUEL version and kernel 2.6.27
Thanks !
Works just fine. |
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2006
Beans: 1
|
Re: Quick fix for virtualbox 1.6.4 PUEL version and kernel 2.6.27
magic, thanks
|
|
|
|
|
#4 |
|
Just Give Me the Beans!
![]() Join Date: Nov 2006
Location: Israel
Beans: 73
|
Re: Quick fix for virtualbox 1.6.4 PUEL version and kernel 2.6.27
thanks m8
|
|
|
|
|
#5 |
|
Gee! These Aren't Roasted!
![]() |
Re: Quick fix for virtualbox 1.6.4 PUEL version and kernel 2.6.27
Works fine.
__________________
Intel Pentium M Centrino 1.73Ghz, 1.25gb RAM, 9.10 Karmic, KDE 4.3 Presario V4122TU |
|
|
|
|
#6 | |
|
Dark Roasted Ubuntu
![]() Join Date: Feb 2007
Location: Sweden
Beans: 1,141
Ubuntu 8.10 Intrepid Ibex
|
Re: Quick fix for virtualbox 1.6.4 PUEL version and kernel 2.6.27
I don't understand what I am supposed to do to fix th compilation errors I get?
Quote:
|
|
|
|
|
|
#7 |
|
A Carafe of Ubuntu
![]() Join Date: Dec 2006
Beans: 145
|
Re: Quick fix for virtualbox 1.6.4 PUEL version and kernel 2.6.27
Thanks aswell, its worked perfectly, I followed instructions here, just to create a nice circular reference! http://forums.virtualbox.org/viewtopic.php?t=8997
|
|
|
|
|
#8 |
|
Gee! These Aren't Roasted!
![]() Join Date: Mar 2008
Beans: 170
|
Re: Quick fix for virtualbox 1.6.4 PUEL version and kernel 2.6.27
Just wanted to add my thanks as well. This works, by the way, on Fedora Rawhide which is running 2.6.27-lots of other numbers. (As Rawhide tends to update daily, it's almost a waste to put the particular version, but in this case 2.6.27-0.207.rc4.git7.fc10.x86_64).
|
|
|
|
|
#9 | |
|
Chocolate-Covered Ubuntu Beans
![]() Join Date: Nov 2006
Location: Sweden
Beans: 2,075
Ubuntu Development Release
|
Re: Quick fix for virtualbox 1.6.4 PUEL version and kernel 2.6.27
Quote:
and then using "dinxter´s" walk around. https://cds.sun.com/is-bin/INTERSHOP...-F@CDS-CDS_SMI (Suns version includes a minimal portition of proprietary stuff for USB) |
|
|
|
|
|
#10 | |
|
Dark Roasted Ubuntu
![]() Join Date: Feb 2007
Location: Sweden
Beans: 1,141
Ubuntu 8.10 Intrepid Ibex
|
Re: Quick fix for virtualbox 1.6.4 PUEL version and kernel 2.6.27
Quote:
But I have to recompile the kernel module with "/etc/init.d/vboxdrv setup", that is where it fails with the errormessage I wrote above |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|