You are not logged in.
I found a solution here: https://communities.vmware.com/thread/571370
Pointing to a patch here: https://github.com/mkubecek/vmware-host … dedd9c8a4d
I found the way to apply the patch (Or you can figure it out with this post):
https://communities.vmware.com/message/2708206#2708206
So, I cant try this until tomorrow but I know there are people asking for it, this is supposed to do the trick. Ill get back with detailed description tomorrow.
Keep it civil people!
Last edited by izzno (2017-10-19 11:03:15)
Offline
It works. Thanks
Offline
I downgraded the kernel to 4.12.13-1 for now and it's working very well. VMware Player 14 is running with a couple of active applications. On the host Arch Linux running 2 instances of Chrome with many tabs open and Firefox, no issues at all.
Thank you msimpason for the idea of downgrading.
Xiaomi Notebook Air 13 - 13.3" display | Intel Core i5 6200 | 8GB RAM | 256GB SSD | Arch Linux - GNOME desktop
Offline
So here's the crud fix! Works like a charm...
sudo su
cd /tmp
cp /usr/lib/vmware/modules/source/vmmon.tar .
tar xf vmmon.tar
rm vmmon.tar
wget https://raw.githubusercontent.com/mkubecek/vmware-host-modules/fadedd9c8a4dd23f74da2b448572df95666dfe12/vmmon-only/linux/hostif.c
mv -f hostif.c vmmon-only/linux/hostif.c
tar cf vmmon.tar vmmon-only
rm -fr vmmon-only
mv -f vmmon.tar /usr/lib/vmware/modules/source/vmmon.tar
vmware-modconfig --console --install-all
Reboot, enjoy
Offline
So here's the crud fix! Works like a charm...
... refer to the post above...
Reboot, enjoy
You are a wonderful person!
I've been itching to get my daily pacman -Syu, and today I got it after seeing your post. Kernel 4.13.4-1 did not fix the "not enough memory" VMWare problem, but your solution and instructions worked perfectly!
Thank you very much, izzno!
Xiaomi Notebook Air 13 - 13.3" display | Intel Core i5 6200 | 8GB RAM | 256GB SSD | Arch Linux - GNOME desktop
Offline
Great, it works for me too!
Offline
Thank You Izzno, this fixes the memory problem but it doesnt fix vmnet nat problem.
Offline
I wassnt aware of a NAT issue, I bridge all VMs.
Offline
Thank You Izzno, this fixes the memory problem but it doesnt fix vmnet nat problem.
Which ones? different from the one that has a solution in the wiki?
BTW izzno suggestion didn't work for me, I add to use this commit https://raw.githubusercontent.com/mkube … x/hostif.c
Anyway thanks a lot izzno, great help!!!
Last edited by gasparov (2017-10-17 14:37:58)
Offline
rusty725 wrote:Thank You Izzno, this fixes the memory problem but it doesnt fix vmnet nat problem.
Which ones? different from the one that has a solution in the wiki?
BTW izzno suggestion didn't work for me, I add to use this commit https://raw.githubusercontent.com/mkube … x/hostif.c
Anyway thanks a lot izzno, great help!!!
seems the last kernel update fixed it.
Offline
So here's the crud fix! Works like a charm...
sudo su cd /tmp cp /usr/lib/vmware/modules/source/vmmon.tar . tar xf vmmon.tar rm vmmon.tar wget https://raw.githubusercontent.com/mkubecek/vmware-host-modules/fadedd9c8a4dd23f74da2b448572df95666dfe12/vmmon-only/linux/hostif.c mv -f hostif.c vmmon-only/linux/hostif.c tar cf vmmon.tar vmmon-only rm -fr vmmon-only mv -f vmmon.tar /usr/lib/vmware/modules/source/vmmon.tar vmware-modconfig --console --install-all
Reboot, enjoy
awesome! Thank you izzno!
"The Sky and The Sea"
Offline