VSIDO Community

VSIDO Support => General Support => Topic started by: VastOne on September 02, 2023, 02:40:39 AM

Title: VirtualBox 7.0.10 on kernel 6.4 FIX
Post by: VastOne on September 02, 2023, 02:40:39 AM
Been without VirtualBox for the last couple of weeks until I found this fix and it works. (https://discussion.fedoraproject.org/t/6-4-10-200-fc38-x86-64-created-problems-with-virtual-box/87492/12)

Simply edit

sudo medit /usr/share/virtualbox/src/vboxhost/vboxnetflt/linux/VBoxNetFlt-linux.c
and add

#include <net/gso.h>
below the line

#include <linux/inetdevice.h>
Then run

sudo /sbin/vboxconfig
and VirtualBox is back to good
Title: Re: VirtualBox 7.0.10 on kernel 6.4 FIX
Post by: DeepDayze on December 24, 2023, 04:43:19 PM
VBox 7.0.12 has the fix and it's all good.
Title: Re: VirtualBox 7.0.10 on kernel 6.4 FIX
Post by: VastOne on December 25, 2023, 12:46:26 AM
Quote from: DeepDayze on December 24, 2023, 04:43:19 PMVBox 7.0.12 has the fix and it's all good.
I love VirtualBox and have used it for as long as I have used Linux (going on 15 years now) but they can be slow as heck in releasing fixes and updates