前言
在manjaro的安裝配置中,關於vmware的安裝着實讓我頭疼;新建虛擬機打開出現錯誤
could not open /dev/vmmon:?????? please make sure that the kernel moduel vmmon is load
google、baidu搜索有遇到同樣問題的,但是沒有一個能夠解決!!!前后折騰了許久,還選擇安裝了VirtulBox但是使用不習慣,后來突然醒悟可以去manjaro
的論壇找找,這才找到解決方法。
感慨:
- 使用linux真的可以很好鍛煉自我解決問題的能力。
- 找資料要有的放矢,不能盲目,否則就是浪費時間,要縮小查找范圍。
解決方法
- 使用manjaro提供的方法Install vmware-workstation
pamac build vmware-workstation
- 安裝之后,重啟你的設備,執行下面命令加載vmmon模塊
sudo modprobe -a vmw_vmci vmmon
- Start and enable services(開啟以及自啟動服務)
sudo systemctl enable --now vmware-networks.service
sudo systemctl enable --now vmware-usbarbitrator.service
sudo systemctl enable --now vmware-hostd.service
上述服務的用處:
vmware-networks.service: Provides network access inside VMs, most people will want this enabled
vmware-usbarbitrator.service: Allows USB devices to be connected inside VMs
vmware-hostd.service: Enables sharing of VMs on the network
至此,vmmon的問題應該完美解決了;如果你的問題還沒有解決可以參考以下鏈接或者a到manjaro frum提出問題
VMware