Ubuntu下VirtualBox本来可以很好地用的,今天早上一来就报错了,……提示如下内容:

-------------------------------------------------------------------------

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. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.

解决方法:

这段提示让用户先安装 DKMS ,然后再执行 /dev/vboxdrv 如果没有权限,需要sudo

执行以下几个命令:

sudo apt-get install dkms
sudo apt-get install linux-headers-`uname -r` build-essential
sudo /etc/init.d/vboxdrv setup

附录:解决方法来自网络:http://forum.ubuntu.org.cn/viewtopic.php?f=169&t=314998

最新文章

  1. Linux学习(CentOS-7)---磁盘分区(概念、分区方法、分区方案)
  2. 开发webservice的方式
  3. JavaScript代码优化指南
  4. LeetCode——Copy List with Random Pointer(带random引用的单链表深拷贝)
  5. 使用递归方法遍历TreeView的节点如配置则勾选
  6. mingw32-g++.exe: *: No such file or directory错误解决方法
  7. group By 和 Union 、 Union all的用法
  8. codeforces 165D.Beard Graph 解题报告
  9. [Polymer] Introduction
  10. xntp的配置
  11. Spring Boot实战:拦截器与过滤器
  12. js中一个对象当做参数传递时候?
  13. jenkins集成python时出现"Non-ASCII character '\xe6' in file"错误解决方法
  14. Linux运维(首页)
  15. axios 中文文档(转载)
  16. tp5 (layui )excel导入
  17. Unittest + python
  18. leetCode-linkedListCycle判断链表是否有环
  19. [转]JDK动态代理
  20. mybatis四大接口之 Executor

热门文章

  1. elasticsearch 基本用法
  2. Python<1>List
  3. 为什么我获取不到这个css样式?js原生获取css样式总结
  4. vscode - 安装离线插件
  5. bzoj2115【WC2001】Xor
  6. 基于bootstrsp的jquery富文本编辑器的手冊说明
  7. sql server内置函数
  8. C#常见的概念阐述
  9. VB.NET小结
  10. Python基础--通用序列操作