Johannes Thoma <[EMAIL PROTECTED]> writes: > here is what I've got after installing the .deb package for Ubuntu Dapper: > > Starting VirtualBox kernel moduleFATAL: Module vboxdrv not found. > (modprobe vboxdrv failed)...fail! > invoke-rc.d: initscript virtualbox, action "start" failed. > dpkg: error processing virtualbox (--install): > subprocess post-installation script returned error exit status 1 > > Is this module distributed separately?
AFAIK this should have been created during installation of the package (or you should have seen an error message). Not sure where Virtualbox is installed to, probably /opt/VirtualBox-*. If so, then: cd /opt/VirtualBox-x.x.x/src make sudo make install should either install the kernel module or tell you what went wrong. - Heike _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
