При пускане на VMware Player 3.1.3 build-324285(VMware WorkStation 7.1.3 build-324285) излизат следните грешки:
Грешка 1.
Could not open /dev/vmmon: No such file or directory.
Please make sure that the kernel module `vmmon’ is loaded.
Failed to initialize monitor device.
Решение 1.
modprobe vmmon
Грешка 2.
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.
Решение 2.
modprobe vmci
Грешка 3.
Cannot open file dndlog.conf: No such file or directory
Решение 3.
mkdir ~/.vmware/dndlogs
touch ~/.vmware/dndlogs/dndlog.conf
Грешка 4.
Could not connect Ethernet0 to virtual network „/dev/vmnet8“
More information can be found in the vmware.log file. Virtual device Ethernet0 will start disconnected.или
VNET: MACVNetPortOpenDevice: Ethernet0: can’t open vmnet device (No such file or directory) във vmware.log
Решение 4.
modprobe vmnet
Общо решение
Тези грешки възникват защото не са заредени необходимите модули:
Решението е просто да се заредят :)))
echo „vmmon“ >> /etc/modules
echo „vmci“ >> /etc/modules
echo „vmnet“ >> /etc/modules
При необходимост модулите да бъдат заредени веднага се прави следното 🙂 :
modprobe vmmon;modprobe vmci;modprobe vmnet;
С това „Общо решение“ модулите ще бъдат заредени след reboot на машината.
2 отговора
Чак пък ребут… Не става ли с modprobe?
Става тава разбира се, но така си зарежда модулите след рестарт.
Logged in as {{omniform_current_user_display_name}}. Edit your profile. Log out? Required fields are marked *
Your email address will not be published. Required fields are marked *
Comments are closed.
You must be logged in to post a comment.