Running Guest OS in VirtualBox Error

I am getting this error in Running Linux Mint in VirtualBox from Host Manjaro kernel 5.4. I tried many popular os including Windows 10 in Virtual box but no success. What could be the problem. New Manjaro user btw. Sorry if my question is not in correct format.

virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxEhciR0.r0: SUP_IOCTL_LDR_OPEN failed (VERR_INVALID_PARAMETER).
Failed to load ring-0 module ‘VBoxEhciR0.r0’ for device ‘usb-ehci’ (VERR_INVALID_PARAMETER).

Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
ConsoleWrap
Interface:
IConsole {872da645-4a9b-1727-bee2-5585105b9eed}

Not tested, but i think you need the dkms modules for running it with the extension pack of oracle.

edit: If you install virtualbox-ext-vnc for example it installs also virtualbox-host-dkms. You need also to install the headers before installing the virtualbox-host-dkms. For linux57 it is: linux57-headers

Your virtualbox extension pack’s version doesn’t seems accurate. Try to replace it like this post:

Or try to use only USB 1.1 controller in your virtualbox vm settings.

Thanks! It works for me.