Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: dcbdbis on 12 February 2021, 22:00:14

Title: [SOLVED] /sbin/vboxconfig doesn't exist
Post by: dcbdbis on 12 February 2021, 22:00:14
Good Afternoon All,

Running Linux-zen. I get ~ 10 more FPS on my steam games....

Virtualbox throws the error to run /sbin/vboxconfig (obviously should be ran as root - or sudo).

DKMS in installed, as the VirtualBox DKMS, and the linuz-zen headers.....

I looked manually in sbin.....vboxconfig doesn't exist there - neither is there a symlink......

May I please ask how to rebuild my virtualbox modules against the zen kernel? Or what package I need to install that I'm missing?

For the record...All packages to date have been installed via the package manager...

Assistance and/pointers will be appreciated!


D
Title: Re: /sbin/vboxconfig doesn't exist
Post by: linuxer on 12 February 2021, 22:06:36
Hi, virtualbox modules for zen, may be build only with dkms

[Edit] The correct coomand is, as below
Code: [Select]
sudo /sbin/vboxreload
Title: Re: /sbin/vboxconfig doesn't exist
Post by: dcbdbis on 12 February 2021, 22:39:08
DKMS threw an error when I installed zen....Can I please get the cli to rebuild the modules - so I can catch the exact error I'm getting please?

Thanks!

D

Edit: "sudo /usr/bin/rcvboxdrv setup" makes no attempt to build the modules - just complains that they don't exist...
Title: Re: /sbin/vboxconfig doesn't exist
Post by: dcbdbis on 12 February 2021, 23:03:01
Solved....

The DKMS package doesn't do it on it's own...but a broad-brush "sudo dkms autoinstall" from a cli does. It rebuilt the modules without issue, and my VM's work just fine under the zen kernel....

D
Title: Re: [SOLVED] /sbin/vboxconfig doesn't exist
Post by: alium on 13 February 2021, 00:22:41
I also have Linux-zen and virtualbox, but I haven't noticed any problems with dkms lately
Title: Re: [SOLVED] /sbin/vboxconfig doesn't exist
Post by: linuxer on 13 February 2021, 01:03:47
DKMS threw an error when I installed zen....Can I please get the cli to rebuild the modules - so I can catch the exact error I'm getting please?

Thanks!

D

Edit: "sudo /usr/bin/rcvboxdrv setup" makes no attempt to build the modules - just complains that they don't exist...
they build with dkms

[Edit] check if the modules are loaded, as below

(https://imgur.com/wqVRwMB.png)