Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] VirtualBox stopped working recently (Read 511 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] VirtualBox stopped working recently

Hi,

I think something to do with differering versions?

Kernel
Code: [Select]
Kernel: 6.0.12-artix1-1

Virtualbox
Code: [Select]
galaxy/virtualbox-host-modules-artix 7.0.2-6 [installed]

Modprobe output
Code: [Select]
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/6.0.12-artix1-1

Can someone please advise how I can fix this?

Many thanks

Re: VirtualBox stopped working recently

Reply #1
mine broke too,

Re: VirtualBox stopped working recently

Reply #2
You could try virtualbox-host-dkms instead of virtualbox-host-modules-artix

I use virtualbox-host-dkms but the arch package. And all my other virtualbox packages are the arch packages. (I can't remember why or when I switched to them?)
Currently working.


Re: VirtualBox stopped working recently

Reply #3
cheers for that gripped, worked but it also needed a sudo modprobe vboxdrv afterwards.  Thanks again.  ED209, does that do it for you too?

 

Re: VirtualBox stopped working recently

Reply #4
cheers for that gripped, worked but it also needed a sudo modprobe vboxdrv afterwards.  Thanks again.  ED209, does that do it for you too?

That worked, thanks guys  :D