我刚买了一台新的工作笔记本电脑,但我很难让 VirtualBox 在它上面运行。当我尝试启动虚拟机时,它基本上无法启动虚拟机并停留在“正在启动虚拟机”上
看着dmesg被证明是对我来说很神秘:
$ dmesg | grep vbox
[Tue Feb 3 16:53:49 2015] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[Tue Feb 3 16:53:49 2015] vboxdrv: Found 4 processor cores.
[Tue Feb 3 16:53:49 2015] vboxdrv: fAsync=0 offMin=0xcf offMax=0xff9
[Tue Feb 3 16:53:49 2015] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[Tue Feb 3 16:53:49 2015] vboxdrv: Successfully loaded version 4.3.20 (interface 0x001a0008).
[Tue Feb 3 16:53:49 2015] vboxpci: …Run Code Online (Sandbox Code Playgroud) 我有一台笔记本电脑,在家时可以连接到外部显示器。我还连接了外部键盘和鼠标,这让我感觉更舒服。
我注意到按外部键盘上的大写锁定不会点亮笔记本电脑键盘的大写锁定指示灯(反之亦然)。
在谷歌搜索时,我遇到了setleds函数,但是当我在控制台中输入它时,我得到的是:
KDGKBLED: Inappropriate ioctl for device
Error reading current flags setting. Maybe you are not on the console?
Run Code Online (Sandbox Code Playgroud)
知道我是否可以让它工作吗?