Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: ED209 on 17 December 2022, 00:44:38

Title: [SOLVED] VirtualBox stopped working recently
Post by: ED209 on 17 December 2022, 00:44:38
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
Title: Re: VirtualBox stopped working recently
Post by: gavincc on 17 December 2022, 15:36:29
mine broke too,
Title: Re: VirtualBox stopped working recently
Post by: gripped on 17 December 2022, 19:49:58
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.

Title: Re: VirtualBox stopped working recently
Post by: gavincc on 17 December 2022, 21:13:16
cheers for that gripped, worked but it also needed a sudo modprobe vboxdrv afterwards.  Thanks again.  ED209, does that do it for you too?
Title: Re: VirtualBox stopped working recently
Post by: ED209 on 18 December 2022, 03:42:29
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