[SOLVED] /sbin/vboxconfig doesn't exist 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 Last Edit: 12 February 2021, 23:03:47 by dcbdbis
Re: /sbin/vboxconfig doesn't exist Reply #1 – 12 February 2021, 22:06:36 Hi, virtualbox modules for zen, may be build only with dkms[Edit] The correct coomand is, as belowCode: [Select]sudo /sbin/vboxreload Last Edit: 12 February 2021, 22:20:59 by linuxer
Re: /sbin/vboxconfig doesn't exist Reply #2 – 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!DEdit: "sudo /usr/bin/rcvboxdrv setup" makes no attempt to build the modules - just complains that they don't exist... Last Edit: 12 February 2021, 22:47:07 by dcbdbis
Re: /sbin/vboxconfig doesn't exist Reply #3 – 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
Re: [SOLVED] /sbin/vboxconfig doesn't exist Reply #4 – 13 February 2021, 00:22:41 I also have Linux-zen and virtualbox, but I haven't noticed any problems with dkms lately
Re: [SOLVED] /sbin/vboxconfig doesn't exist Reply #5 – 13 February 2021, 01:03:47 Quote from: dcbdbis – on 12 February 2021, 22:39:08DKMS 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!DEdit: "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 Last Edit: 13 February 2021, 02:19:45 by linuxer