Re: The constant incompatibilities of virtualbox -- how to cure them
Reply #30 –
Update:
I downgraded in my cache to the following version, and it worked (that version of January that actually worked on DKMS on LTS)
Check the cached packages of january:
ls -al /var/cache/pacman/pkg/virtualbox*
then
version=6.0.2-1
sudo pacman -U /var/cache/pacman/pkg/virtualbox-$version-x86_64.pkg.tar.xz /var/cache/pacman/pkg/virtualbox-host-dkms-$version-x86_64.pkg.tar.xz
then
modprobe vboxdrv
modprobe vboxnetadp
modprobe vboxnetflt
modprobe vboxpci
Obviously no need to reboot.