Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  Virtualbox 5.1.28/ 5.2 and 4.14  (Read 8632 times)

Offline Camelot

  • User
  • Posts: 81
Re: Virtualbox 5.1.28/ 5.2 and 4.14
« Reply #15 on: 2017/11/25, 11:26:29 »
Fix vor virtualbox 5.2.2:

Code: [Select]
/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

Offline vilde

  • User
  • Posts: 708
Re: Virtualbox 5.1.28/ 5.2 and 4.14
« Reply #16 on: 2017/11/25, 11:41:27 »
Fix vor virtualbox 5.2.2:

Code: [Select]
/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 :)

Offline McBane

  • User
  • Posts: 7
Re: Virtualbox 5.1.28/ 5.2 and 4.14
« Reply #17 on: 2017/11/25, 14:04:14 »
Fix vor virtualbox 5.2.2:

Code: [Select]
/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!

Offline Camelot

  • User
  • Posts: 81
Re: Virtualbox 5.1.28/ 5.2 and 4.14
« Reply #18 on: 2017/11/26, 11:13:07 »
It is solved again…
With today virtualbox* 5.2.2-dfsg-2 worked without extra patch.

Offline tomsiduction

  • User
  • Posts: 207
Re: Virtualbox 5.1.28/ 5.2 and 4.14
« Reply #19 on: 2017/11/26, 14:52:17 »
Thank you very much for the Information