Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 911  / 2 Years ago, mon, january 17, 2022, 7:30:22

I can't seem to make VirtualBox to work, I've installed it and reinstalled by 3 ways: Terminal, Ubuntu Software Center and VirtualBox's official web site installation and I keep getting the same kernel error.


Kernel driver not installed (rc=-1908)


This command


sudo apt-get install virtualbox-dkms

Returns


virtualbox-dkms is already the newest version

I tried what the error tells me:


sudo /etc/init.d/vboxdrv setup

but then I tells me that DKMS is actually NOT installed (which is a contradiction).


If anyone has encountered the same problem and actually solved it please tell me and explain me step by step 'cause I'm new to Linux.


More From » kernel

 Answers
1

Fixed! I've managed to fix it by typing in terminal:


sudo apt-get install linux-headers-$(uname -r)

[#34266] Wednesday, January 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bsorbedeldy

Total Points: 315
Total Questions: 110
Total Answers: 108

Location: Reunion
Member since Mon, Dec 28, 2020
3 Years ago
;