После установки последней версии Virtualbox 4.3.12 DEB-файлами с офф.сайта при попытке запустить VirtualBox выдает сообщение об ошибке.Kernel driver not installed (rc=-1908)
Решение: More…
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
Качем свежее ядро http://kernel.ubuntu.com/~kernel-ppa/mainline/ (3 файла, в зависимости от архитектуры) в отдельную папку. В моем случае
linux-headers-3.1.0-030100rc10-generic_3.1.0-030100rc10.201110200610_i386.deb
linux-headers-3.1.0-030100rc10_3.1.0-030100rc10.201110200610_all.deb
linux-image-3.1.0-030100rc10-generic_3.1.0-030100rc10.201110200610_i386.deb
More…