ArchLinux VMWare WorkStationのインストール
1393 ワード
ArchLinux VMWare WorkStationのインストール
1.問題の説明:
Could not open /dev/vmmon: ???.
Please make sure that the kernel module `vmmon’ is loaded.
カーネルの表示
$ uname -r
linux-headersのインストール
$ sudo pacman -S linux-headers-x tab
カーネルモジュールのロード
$ sudo modprobe -a vmw_vmci vmmon
2.問題の説明:
Could not connect 'Ethernet0' to virtual network '/dev/vmnet8'. More information can be found in the vmware.log file.
Failed to connect virtual device 'Ethernet0'.
vmware-networksサービスの開始
$ sudo systemctl restart vmware-networks
$ sudo systemctl enable vmware-networks
3.問題の説明:
Error toggling removable device: Failed to open the sound device /dev/dsp: ?????????
The sound connection control operation failed.
ゞ————————————————著作権声明:本文はCSDNブロガー「金鱗不非池中物」のオリジナル文章であり、CC 4.0 BY-SA著作権協定に従い、原文出典リンク及び本声明を転載してください.テキストリンク:https://blog.csdn.net/zyt_1272999061/article/details/107541017
Could not open /dev/vmmon: ???.
Please make sure that the kernel module `vmmon’ is loaded.
$ uname -r
$ sudo pacman -S linux-headers-x tab
$ sudo modprobe -a vmw_vmci vmmon
Could not connect 'Ethernet0' to virtual network '/dev/vmnet8'. More information can be found in the vmware.log file.
Failed to connect virtual device 'Ethernet0'.
$ sudo systemctl restart vmware-networks
$ sudo systemctl enable vmware-networks
Error toggling removable device: Failed to open the sound device /dev/dsp: ?????????
The sound connection control operation failed.