美文网首页Linux我用 LinuxKali Linux
Manjaro/Linux 与VMware的若干问题

Manjaro/Linux 与VMware的若干问题

作者: 北国雪WRG | 来源:发表于2018-11-27 16:41 被阅读1次

    我之前使用的是Ubuntu,换了Manjaro之后,安装VMware 15 打开虚拟机出现了下面两个问题。

    1. Could not open /dev/vmmon: No such file or directory. Please make sure that the kernel module `vmmon’ is loaded

    我在Manjaro的论坛上找到了解决方案。国外网友的回答是这样的:

    okay, that is known problem, kernel 4.14.15-1 have “retpoline” patchset applied. You either have to update kernel again (there should be 4.14.15-1.1 if I am not mistaken), or boot with “noretpoline” kernel flag. As workaround you can use “modprobe --force-vermagic -a vmw_vmci vmmon”.

    问题原因:linux内核版本问题

    解决方案:# modprobe --force-vermagic -a vmw_vmci vmmon


    2. vmnet8问题:Could not connect 'Ethernet0' to virtual network '/dev/vmnet8'.

    问题原因:VMware虚拟网卡服务没有打开

    解决方案:打开服务:systemctl start vmware-networks.service

    方案来自:https://www.lulinux.com/archives/4736

    相关文章

      网友评论

        本文标题:Manjaro/Linux 与VMware的若干问题

        本文链接:https://www.haomeiwen.com/subject/gctnqqtx.html