Re: Virtualbox installation
- Reply: Christoph Kukulies : "Re: Virtualbox installation"
- In reply to: Christoph Kukulies : "Virtualbox installation"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 12:08:06 UTC
On Wed, Feb 09, 2022 at 12:37:01PM +0100, Christoph Kukulies wrote: > I successfully built > > /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-5.2.32 > > I added vboxdrv_load=„YES“ in loader.conf. > > But I don’t see any vbox signs when typing kldstat. > > Also in my previous (12.1) vbox installation there were files > > in > /boot/modules/ > > linker.hints vboxdrv.ko vboxguest.ko vboxnetadp.ko vboxnetflt.ko vboxvfs.ko > > which ain’t there now. /boot/modules is empty. > > Anything I’m missing? What exact commands did you run? In what directory? What's the output of: # pkg info -l virtualbox-ose-kmod What happens if you run: # cd /usr/ports/emulators/virtualbox-ose-kmod # make clean install clean -- Herbert