|
|

楼主 |
发表于 2007-11-24 16:57:04
|
显示全部楼层
又装回madwifi,内核又被改变,VirtualBox又不能用了:
ren@linux-ssr8:~> VirtualBox
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (2.6.22.12-0.1-default) or it failed to
load. Please recompile the kernel module and install it by
sudo /etc/init.d/vboxdrv setup
You will not be able to start VMs until this problem is fixed.
Cannot create/open directory '/tmp/.vbox-ren-ipc/ipcd'
Abnormal termination.
[color="Blue"]这个帖子说:[color="Red"] 最近不少兄弟将自己的Ubuntu从7.04升级到7.10,随着内核升级之后,VirtualBox就运行不正常起来。其实要解决很简单,两个命令即可:
sudo apt-get install linux-headers-`uname -r` #下载内核头文件
sudo /etc/init.d/vboxdrv setup #重新编译VBox
这样处理之后就可以正常使用 VirtualBox 了!
[color="Blue"]suse 10.3中怎么弄啊?怎么下载内核头文件啊? |
|