You are not logged in.
I am trying to create manjaro vm everytime i power on the machine i get this error
Unable to change virtual machine power state: Failed to open device "/dev/vmci": No such file or directory
Please make sure that the kernel module 'vmci' is loaded.
Module 'DevicePowerOn' power on failed.
Failed to start the virtual machine.in solution of this problem arch wiki said to compile with
vmware-modconfig --console --install-allbut in the end of compilation i get this result
Starting VMware services:
Virtual machine monitor done
Virtual machine communication interface failed
VM communication interface socket family done
Blocking file system done
Virtual ethernet done
VMware Authentication Daemon done
Unable to start servicesand the problem remains..
i have kernel 5.6.7-arch1-1 & vmware version 15.5.2 build-15785246
Last edited by mrw01f (2020-05-01 15:36:07)
Offline
Please use code tags not quote tags for commands and their outputs.
Can you load the modules manually?
# modprobe -a vmw_vmci vmmonOffline
Please use code tags not quote tags for commands and their outputs.
Can you load the modules manually?# modprobe -a vmw_vmci vmmon
yes manually loading then it's working but not loading at bootup. i have created all necessary files as shoen in arch wiki
Offline
As a workaround you can use Kernel_module#Automatic_module_loading_with_systemd to load the modules on boot.
Perhaps that particular section of that wiki page is no longer accurate?
Offline
[SOLVED]
created a file
/etc/modules-load.d/vmware.confwith content
vmw_vmci
vmmonand reboot
Offline
Please edit your first post in order to prepend [SOLVED] to the title of the thread. While you're at it, please add more to the title to describe the actual problem or error so it can be help to others in the future with related issues.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline