↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: patches

Post navigation

← Older posts
Newer posts →

VMware – Workstation 16.0.0 Released – OK with Kernel 5.8, and 5.9-rc..

Adventures With Linux ™ Posted on September 16, 2020 by RGSeptember 16, 2020

VMware have now released Workstation Pro 16.0.0, and details are here:  https://docs.vmware.com/en/VMware-Workstation-Pro/16/rn/VMware-Workstation-16-Pro-Release-Notes.html This version now works correctly – and compiles, with multiple warnings – on Kernel 5.8 (tested with 5.8.9) and also on Kernel 5.9-rc5. To fix the messy compile – and thanks again to Michal Kubeček – there is a patchset for vmmon/vmware available, here:  https://github.com/mkubecek/vmware-host-modules/tree/workstation-16.0.0 … Continue reading →

Posted in compilation, fixed, kernel, Linux, Opinion, patches, VMware | Tagged ok with 5.9-rc, ok with kernel 5.8, patchset available, vmware 16 released | 3 Replies

VMware – 5.8 Fix now merged with 15.5.6 Patchset..

Adventures With Linux ™ Posted on September 6, 2020 by RGSeptember 6, 2020

The fixes for Kernel 5.8 (and 5.9-rc..) support have now been incorporated in the usual VMware vmmon/vmnet 15.5.6 patchset, at: https://github.com/mkubecek/vmware-host-modules/tree/workstation-15.5.6.     Thanks are due to baryonix and mkubecek .. Robert Gadsdon.   September 6th 2020. … Continue reading →

Posted in fix, kernel, Linux, patches, VMware | Tagged kernel 5.8 patches merged, vmmon, vmnet, vmware 15.5.6 | 8 Replies

VMware – Fix for Kernel 5.8 Available..

Adventures With Linux ™ Posted on September 5, 2020 by RGSeptember 5, 2020

With thanks to huyz for the notification – there is now a patch from baryonix available for VMware 15.5.6 and Kernel 5.8..    The patch is available here:  https://github.com/baryonix/vmware-host-modules/tree/fixes-for-5.8 I have – briefly – tested this with Kernel 5.8.5, and it was successful..     As the usual # vmware and # vmware-modconfig still segfault, then vmmon/vmnet have to be … Continue reading →

Posted in fix, kernel, Linux, Opinion, patches, success, VMware | Tagged fix, patch for kernel 5.8, vmmon / vmnet, vmware | Leave a reply

NVIDIA – Early Patch for 5.9 Available..

Adventures With Linux ™ Posted on August 13, 2020 by RGAugust 13, 2020

There is already an early NVIDIA 450.57 patch for Kernel 5.9, and thanks to Pete for the info, and Isaak I. Aleksandrov for the patch ..   This was not shown in the general list I had at https://gitlab.com/users/EULA/snippets, but the direct link is here:  https://gitlab.com/EULA/snippets/-/blob/55de41ae16851dc0fc7973901c1f71007b2a4efb/NVIDIA/450.57/kernel-5.9.patch I have tested this with the August 9th pre-release I used in … Continue reading →

Posted in alpha release, compilation, Linux, NVIDIA, Opinion, patches | 3 Replies

Kernel – 5.8 Pre Testing.. Patched VMware OK, NVIDIA Not..

Adventures With Linux ™ Posted on June 11, 2020 by RGJune 11, 2020

Kernel 5.8-rc1 is due out soon, and I created the latest (git) version for testing, to see what might break.   Bear in mind, that there will be changes from this version to the ‘released’ RC1.. VMware: VMware 15.5.6 – with the latest patches for vmmon and vmnet – compiles OK. NVIDIA: NVIDIA driver 440.82 with the Kernel … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged compilation only tested, kernel 5.8 pre tests, patched nvidia fails, patched vmware ok | 1 Reply

Kernel – 5.7-rc1 is Out. Patched VMware OK, and Patch Available for NVIDIA..

Adventures With Linux ™ Posted on April 12, 2020 by RGApril 12, 2020

Kernel 5.7-rc1 has been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/2004.1/04252.html There have been some reports of kernel crash on boot, so test with care..   My system (HP Z220) booted without any issues.. 5.6-patched VMware 15.5.2 compiled and ran OK, although the latest NVIDIA – 440.82 – failed to compile, but thanks to Isaak I. Aleksandrov, there … Continue reading →

Posted in fixed, kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged fixed, kernel 5.7-rc1 released, nvidia 440.82 compile fail, patch available, patched vmware 15.5.2 ok | Leave a reply

Kernel – 5.6-rc7 Released, No Surprises..

Adventures With Linux ™ Posted on March 23, 2020 by RGMarch 23, 2020

Kernel 5.6-rc7 has been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/2003.2/08254.html As is mentioned, there may be a 5.6 ‘Final’ in a weeks time.. The latest NVIDIA  (440.64) and VMware (15.5.2) still work OK, with the appropriate ‘kernel 5.6’ patches. NVIDIA: https://gitlab.com/snippets/1945940 VMware: https://github.com/mkubecek/vmware-host-modules/tree/workstation-15.5.2 Robert Gadsdon.   March 23rd, 2020. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged kernel 5.6-rc7, nvidia 440.64, ok with latest patches, vmware 15.5.2 | Leave a reply

NVIDIA – Updated 440.59 Patch for 5.6-rc3

Adventures With Linux ™ Posted on February 25, 2020 by RGFebruary 25, 2020

There is an updated patch for NVIDIA 440-59 with Kernel 5.3, which includes the Y2038 fixes, at https://gitlab.com/snippets/1937313 This compiles with GCC10 now, and I have briefly tested it on my Fedora32 system, with KDE/Plasma and VMware, and it seems to be working OK. Robert Gadsdon.   February 25th 2020. … Continue reading →

Posted in compilation, Fedora, gcc, kernel, Linux, NVIDIA, Opinion, patches | Tagged compiles ok, kernel 5.6-rc3, nvidia 440.59, tested with kde/plasma, updated patch | Leave a reply

NVIDIA – Extra 440.59 Patch for 5.6-rc3 – With a Gotcha..

Adventures With Linux ™ Posted on February 25, 2020 by RGFebruary 25, 2020

Thanks to Isaak I. Aleksandrov, there is now an additional patch for NVIDIA driver 440.59 to accommodate the Y2038 changes in Kernel 5.6-rc3.   This should be applied after the original 5.6-rc1 patch ( https://gitlab.com/snippets/1937313 ), and can be found here:  https://gitlab.com/snippets/1944237 I have tested this, and it compiles OK with GCC9 (current distros) but fails with GCC10 … Continue reading →

Posted in compilation, Fedora, gcc, kernel, Linux, NVIDIA, Opinion, patches | Tagged fails with gcc10, nvidia 440.59, ok with gcc9, patch for kernel 5.6-rc3, y2038 changes | 2 Replies

Kernel – Pre-Release Tests for 5.6-rc1 ..

Adventures With Linux ™ Posted on February 6, 2020 by RGFebruary 6, 2020

Kernel 5.6-rc1 should be out on Sunday, February 9th, but I noticed that early-version-test patches are already available for VMware 15.5.1, here:  https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-15.5.1-k5.6 These patches gave clues to what might affect NVIDIA as well, and I managed to get a GIT version of 5.6-rc1-pre (dated February 5th) to compile OK, and was able to use this.   Of … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches, success, VMware | Tagged kernel 5.6-rc1 pre-release, nvidia 440.59 patches, success, testing, vmware 15.5.1 patch | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑