Virtualbox 5.1.28/ 5.2 and 4.14

Started by melmarker, 2017/11/14, 01:09:56

Previous topic - Next topic

Camelot

Fix vor virtualbox 5.2.2:

/usr/src/virtualbox-5.2.2/vboxpci/linux/VBoxPci-linux.c

#include <iprt/string.h>
#include <iprt/mem.h>

-#include "VBoxPciInternal.h"
+#include "../VBoxPciInternal.h"

#ifdef VBOX_WITH_IOMMU
# include <linux/dmar.h>


then dpkg-reconfigure virtualbox-dkms

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882647#10

I tested, it's work with 4.14.1-towo.2-siduction-amd64

vilde

Quote from: Camelot on 2017/11/25, 11:26:29
Fix vor virtualbox 5.2.2:

/usr/src/virtualbox-5.2.2/vboxpci/linux/VBoxPci-linux.c

#include <iprt/string.h>
#include <iprt/mem.h>

-#include "VBoxPciInternal.h"
+#include "../VBoxPciInternal.h"

#ifdef VBOX_WITH_IOMMU
# include <linux/dmar.h>


then dpkg-reconfigure virtualbox-dkms

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882647#10

I tested, it's work with 4.14.1-towo.2-siduction-amd64

Thanks, worked for me to :)

McBane

Quote from: Camelot on 2017/11/25, 11:26:29
Fix vor virtualbox 5.2.2:

/usr/src/virtualbox-5.2.2/vboxpci/linux/VBoxPci-linux.c

#include <iprt/string.h>
#include <iprt/mem.h>

-#include "VBoxPciInternal.h"
+#include "../VBoxPciInternal.h"

#ifdef VBOX_WITH_IOMMU
# include <linux/dmar.h>


then dpkg-reconfigure virtualbox-dkms

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882647#10

I tested, it's work with 4.14.1-towo.2-siduction-amd64


Worked. Thanks!

Camelot

It is solved again...
With today virtualbox* 5.2.2-dfsg-2 worked without extra patch.

tomsiduction

Thank you very much for the Information