Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 3205  / 3 Years ago, sat, october 9, 2021, 1:48:52

When I try to run Oracle VM VirtualBox, it says that I need to add a kernel module and recompile the Linux kernel for it to work.



The error I get is:




WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel or it failed to
load. Please recompile the kernel module and install it by



sudo /etc/init.d/vboxdrv setup




I downloaded Oracle VM VirtualBox from their download site and selected the deb package for Ubuntu 13.04 AMD64



How would I do that?


More From » 13.04

 Answers
4

Make sure you have linux kernel headers and build essentials installed:



sudo apt-get install --reinstall linux-headers-generic linux-headers-$(uname -r) build-essential dkms


Then run:



sudo /etc/init.d/vboxdrv setup


watch for errors.


[#30044] Sunday, October 10, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lowstonnequ

Total Points: 279
Total Questions: 125
Total Answers: 123

Location: Finland
Member since Sun, Dec 5, 2021
2 Years ago
lowstonnequ questions
Wed, Oct 26, 22, 14:40, 2 Years ago
Tue, Feb 28, 23, 01:39, 1 Year ago
Wed, Dec 1, 21, 23:44, 2 Years ago
Thu, Apr 21, 22, 13:13, 2 Years ago
;