Showing posts with label vmware. Show all posts
Showing posts with label vmware. Show all posts

Monday, June 8, 2015

VMPlayer fails to build vmnet on linux mint

Для ядра 3.19 сборка модуля vmnet вываливается с ошибкой.
Используем патч.

$ curl http://pastie.org/pastes/9934018/download -o /tmp/vmnet-3.19.patch
$ cd /usr/lib/vmware/modules/source
# tar -xf vmnet.tar
# patch -p0 -i /tmp/vmnet-3.19.patch
# tar -cf vmnet.tar vmnet-only
# rm -r *-only
# vmware-modconfig --console --install-all


3D acceleration for vmware in linux mint

This is if you get the following error in vmware tools:
3D Graphics acceleration will be disabled
this computer does not have a 3D graphics system supported by vmware workstation.

Sunday, June 7, 2015

vmware-tools shared folders в гостевом linux

Если драйвер vmhgfs.ko не собирается (ошибка recipe for target '/tmp/modconfig-QTCd9T/vmhgfs-only/inode.o' failed), запускаем следующий скрипт:

#!/bin/sh -x
cd /usr/lib/vmware-tools/modules/source
tar xf vmhgfs.tar
grep -q d_u.d_alias vmhgfs-only/inode.c && echo "already patched" && exit 0
sed -i -e s/d_alias/d_u.d_alias/ vmhgfs-only/inode.c
cp -p vmhgfs.tar vmhgfs.tar.orig
tar cf vmhgfs.tar vmhgfs-only
vmware-config-tools.pl -d -m