avr*_*ono 7 virtualbox kernel dkms 13.10
像Ubuntu 13.10 VirtualBox Error Kernel driver not installed (rc=-1908)
我也有问题我不断收到以下错误:
Trying to register the VirtualBox kernel modules using DKMSError! Your kernel headers for kernel 3.8.0-25-generic cannot be found.
Please install the linux-headers-3.8.0-25-generic package,
or use the --kernelsourcedir option to tell DKMS where it's located
...failed!
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules ...failed!
(Look at /var/log/vbox-install.log to find out what went wrong)
Processing triggers for ureadahead ...
Run Code Online (Sandbox Code Playgroud)
我无法启动从存储库安装的虚拟机。有任何想法吗 ?
编辑:
当我启动一个虚拟机时,我得到:
Kernel driver not installed (rc=-1908)
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.
Run Code Online (Sandbox Code Playgroud)
编辑
与 VirtualBox4.2编辑相同的错误
sudo apt-get install linux-headers-3.8.0-25-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linux-headers-3.8.0-25-generic is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'linux-headers-3.8.0-25-generic' has no installation candidate
Run Code Online (Sandbox Code Playgroud)
编辑更新
手动将内核从 3.8.0.25 更新到 3.10.0-031000-generic,现在一切正常!
use*_*.dz 11
安装的内核是绝对的。它的标题不再在存储库中。所以最好的办法是将内核更新到存储库中的最新版本。
检查正在运行的内核:
uname -a
Run Code Online (Sandbox Code Playgroud)
更新内核,linux-generic 是一个元包,用于保持内核及其头文件的当前版本:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install linux-generic
Run Code Online (Sandbox Code Playgroud)
重新启动,再次检查:
uname -a
Run Code Online (Sandbox Code Playgroud)
如果它不起作用,则使用 Synaptic 安装其头文件或升级/安装到最新的内核版本(搜索“linux”)。
归档时间: |
|
查看次数: |
13432 次 |
最近记录: |