↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Category Archives: VMware

Post navigation

← Older posts
Newer posts →

Kernel – 4.13-rc2 out – Still OK with Latest VMware (patched) and NVIDIA..

Adventures With Linux ™ Posted on July 24, 2017 by RGJuly 24, 2017

Kernel 4.13-rc2 has been released, and brief details of changes from -rc1 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1707.2/06568.html It used to be that if things were OK with the initial -rc version of the kernel, then all subsequent -rc versions were also OK, but in recent times, this has not always been the case.. I have quickly tested this with … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Tagged kernel 4.13-rc2, nvidia 384.47, still ok, vmnet patch, vmware 12.5.7 | 1 Reply

VMware – Fix for Kernel 4.13-rc1 and vmnet, Already..

Adventures With Linux ™ Posted on July 15, 2017 by RGJuly 15, 2017

Thanks to fast work by dariusd at the VMware forum, there is already a fix for the vmnet compile failure with Kernel 4.13-rc1.. The patch can be found on this thread:  https://communities.vmware.com/message/2688967 I have tested it, and vmnet now compiles OK, and VMware 12.5.7 loads/runs on Kernel 4.13-rc1.. Robert Gadsdon.   July 15, 2017.

Continue reading →
Posted in fix, kernel, Linux, VMware | Tagged kernel 4.13-rc1, patch, success, vmnet, vmware 12.4.7 | 1 Reply

Kernel – 4.13-rc1 Released Early – OK with Latest NVIDIA, Breaks VMware..

Adventures With Linux ™ Posted on July 15, 2017 by RGJuly 15, 2017

Kernel 4.13-rc1 is out, a day earlier than usual, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/1707.1/04719.html The latest NVIDIA driver – 384.47 – compiles and loads OK: ….. Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-384.47/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-384.47/kernel/nvidia-drm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-384.47/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-384.47/kernel/nvidia-modeset.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-384.47/kernel/nvidia-uvm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-384.47/kernel/nvidia-uvm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-384.47/kernel/nvidia.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-384.47/kernel/nvidia.ko make[2]: Leaving directory … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Tagged 384.47, breaks vmware 12.5.7, kernel 4.13-rc1, ok with nvidia, vmnet compile fails | Leave a reply

Kernel – 4.12 Final Released – OK with Latest VMware and NVIDIA..

Adventures With Linux ™ Posted on July 2, 2017 by RGJuly 2, 2017

Kernel 4.12 is out, and brief details of changes from -rc7 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1707.0/00325.html    You can find more detailed info from the kernel git site: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/log/?h=v4.12&showmsg=1 The latest versions of VMware (12.5.7) and NVIDIA (384.47-beta and 381.22) compile and load/run OK with 4.12.. Robert Gadsdon.   July 2, 2017.

Continue reading →
Posted in kernel, Linux, NVIDIA, VMware | Tagged kernel 4.12 released, nvidia 384.47 and 381.22, ok with latest vmware and nvidia, success, vmware 12.5.7 | 1 Reply

VMware – 12.5.7 Released – OK with Kernel 4.12, Still Needs GUI/GCC7 Workarounds..

Adventures With Linux ™ Posted on June 22, 2017 by RGJune 22, 2017

VMware version 12.5.7 is out, and the release notes are here:  http://pubs.vmware.com/Release_Notes/en/workstation/12/workstation-1257-release-notes.html     As usual, not much actual detail, apart from “…some bug fixes and security updates.” This version compiles OK with Kernel 4.12 (tested with 4.12-rc6), but the runtime GUI and GCC7 workarounds mentioned in previous articles are still needed, for ‘newer’ distros, such as Fedora 26…. … Continue reading →

Posted in Fedora, kernel, Linux, VMware | Tagged gcc7 workaround, gui workaround, ok with kernel 4.12, vmware 12.5.7 | 4 Replies

VMware – Simple Fix for 12.5.6 Runtime with Fedora 26

Adventures With Linux ™ Posted on May 29, 2017 by RGMay 29, 2017

After further research, I have found a simple solution for the VMware 12.5.6 runtime, with Fedora 26, thanks to comments by ronengi and others on the Archlinux site ( https://aur.archlinux.org/packages/vmware-patch/ ).   This made sense, as the vmware-installer graphical interface still ran OK, despite the runtime vmware not doing so.. # cp -r /usr/lib/vmware-installer/2.1.0/lib/lib/libexpat.so.0 /usr/lib/vmware/lib # cd /usr/lib/vmware/lib/libz.so.1 … Continue reading →

Posted in compilation, Fedora, fix, Hacks, kernel, Linux, Opinion, VMware | Tagged fedora 26, fix for runtime, vmware, vmware 12.5.6 | 72 Replies

VMware – 12.5.6 Breaks Fedora 26 / GCC 7 Workaround..

Adventures With Linux ™ Posted on May 26, 2017 by RGMay 26, 2017

I had been testing VMware 12.5.6 – unsuccessfully – with Kernel 4.12-rc2, but on reverting to Kernel 4.11.3, I found that the vmware runtime workaround for Fedora 26 / GCC 7 ( see https://rglinuxtech.com/?p=1939 ) no longer worked, and produced the same result as before the modifications – no execution, and a return to the command prompt.. … Continue reading →

Posted in Fedora, gcc, Hacks, kernel, Linux, Opinion, patches, VMware | Tagged fedora 26, gcc 7, needs 4.11 patches, revert to 12.5.5, vmware 12.5.6, vmware runtime workaround fails | 7 Replies

VMware – 12.5.6 Released – OK with Kernel 4.11, Still Not with 4.12, Breaks F26 Workaround..

Adventures With Linux ™ Posted on May 18, 2017 by RGMay 26, 2017

VMware version 12.5.6 is out, and (brief) details are here: http://pubs.vmware.com/Release_Notes/en/workstation/12/workstation-1256-release-notes.html In the release notes, it would be helpful if a bit more detail than just ” Bug fixes and security updates ” were given… This version now works OK with Kernel 4.11 without any patches (tested with 4.11.1), but still fails (vmmon) with 4.12 (tested with … Continue reading →

Posted in Fedora, kernel, Linux, Opinion, VirtualBox, VMware | Tagged 12.5.6, gcc 7 workaround still needed, new version released, ok with kernel 4.11, still fails with 4.12, vmware | 3 Replies

Kernel – 4.12-rc1 Released – NVIDIA OK, VMware Not..

Adventures With Linux ™ Posted on May 14, 2017 by RGMay 14, 2017

Kernel 4.12-rc1 is out – one day early – and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1705.1/03964.html The release includes the reverted GPL/MIT licence changes in refcount.c, and the latest NVIDIA drivers compile/load OK, now: ……………………… Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-381.22/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-381.22/kernel/nvidia-drm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-381.22/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-381.22/kernel/nvidia-modeset.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-381.22/kernel/nvidia-uvm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-381.22/kernel/nvidia-uvm.ko CC … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, patches, Performance, VMware | Tagged gpl/mit licence changes reverted, kernel 4.12-rc1, latest nvidia ok, pgtbl.h, vmmon compile fail, vmware fails | Leave a reply

Kernel – 4.11 released, Patched VMware OK, NVIDIA Still Not OK..

Adventures With Linux ™ Posted on April 30, 2017 by RGApril 30, 2017

Kernel 4.11 Final is out, a week later than planned, and brief details of changes from -rc8 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1704.3/04608.html As expected, VMware 12.5.5 with the 4.11 patches is still OK (see https://rglinuxtech.com/?p=1932 ), but there is still no ‘legal’ solution for the latest NVIDIA driver – 381.09 (see https://devtalk.nvidia.com/default/topic/1002820/linux/-patch-381-09-kernel-4-11-rc5/ ): …………….. Building modules, stage 2. MODPOST … Continue reading →

Posted in compilation, fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged gpl-incompatible module, kernel 4.11 released, patched nvidia 381.09 not ok, patched vmware 12.5.5 ok | 4 Replies

Post navigation

← Older posts
Newer posts →
Original content &copy Robert Gadsdon 2013
↑
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.