On Sun, 05 Apr 2020 01:55:13 +1000 "Michael D. Setzer II via users" wrote:
Does a simple "modprobe vboxdrv" also fails ?
# modprobe vboxdrv modprobe: ERROR: could not insert 'vboxdrv': Operation not permitted
This happens if you are not root. Is it the case?
# modinfo vboxdrv filename:
OK
Also, double check that the modules have been build with:
dnf list installed kmod-VirtualBox*
dnf list installed kmod-VirtualBox* Installed Packages kmod-VirtualBox.x86_64 6.1.4-3.fc31 @rpmfusion-free-updates kmod-VirtualBox-5.5.13-200.fc31.x86_64.x86_64 6.1.4-3.fc31 @@commandline
OK.
That shows also that you are using VirtualBox from rpmfusion like me.