zoukankan      html  css  js  c++  java
  • 解决Ubuntu下vbox的(rc=-1908)

    Ubuntu下用虚拟机VBOX的时候总是遇到

    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. Re-setup 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.

    这样的情况。一般来说只要重装VBOX就可以解决这个问题,但是重装之后,在重启电脑后又会出现这样的问题,很是郁闷,如果不治根的话每次开电脑使用VBOX前都要装一次VBOX,这是很麻烦的。于是就请教了Ubuntu群里的童鞋。

    得到的回复是我的VBOX缺少了一些必要的模块module-assistant

    所以要给系统安装module-assistant

    sudo apt-get install module-assistant
    然后加载
    sudo modprobe vboxnetflt

    完成之后Kernel driver not installed (rc=-1908)就不再出现了,顺利的看到XP启动画面~

    linux

  • 相关阅读:
    数组乘积更新
    win向linux传文件
    遇到autoreconf: not found
    python thread
    aptitude
    virtualbox安装ubuntu出现“The system is running in low-graphics mode”
    webform用户控件
    LinQ to SQL
    表单验证
    文件上传
  • 原文地址:https://www.cnblogs.com/ts-develpoer/p/4371001.html
Copyright © 2011-2022 走看看