↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: compilation

Post navigation

← Older posts
Newer posts →

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 http://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

NVIDIA – Still no 4.11 Solution, but a ‘Good’ Patch for Old Version..

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

Kernel 4.11 ‘final’ has been delayed for a week, and -rc8 has been released..     4.11-patched VMware 12.5.5 is OK, but there is still only a ‘Bad’ (illegal licence modification) patch for the latest NVIDIA driver..   (see https://devtalk.nvidia.com/default/topic/1002820/linux/-patch-381-09-kernel-4-11-rc5/ ) But, if you have an older card, there is a valid patch for driver 340.102 – which does not … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, hardware, kernel, Linux, NVIDIA, Opinion, patches, Performance | Tagged good patch for old driver 340.102, Kernel 4.11-rc8 released, no valid patch for latest nvidia, ok with patched vmware | Leave a reply

VMware – Not Working with Fedora 26 – GCC 7, and Workarounds..

Adventures With Linux ™ Posted on March 12, 2017 by RGJuly 16, 2017

UPDATE:  The vmware runtime fix shown here has not worked since version 12.5.6, and the solution is in a later article:  http://rglinuxtech.com/?p=1992 I have recently updated one crash-and-burn system to Fedora 26 (alpha/testing) and have encountered two problems with VMware and the ‘bleeding edge’ version of GCC included.. The first problem sounded very familiar, and it is a … Continue reading →

Posted in alpha release, compilation, Crash and Burn.., Fedora, fix, Hacks, kernel, Linux, VMware | Tagged fedora 26, fix, gcc 7, gcc 7.0.1, manual compile, vmmon, vmnet, vmware 12.5.3 runtime fails, workarounds | 21 Replies

VMware – 12.5.3 released – OK with Kernel 4.10. 4.11 Patch Still Works..

Adventures With Linux ™ Posted on March 11, 2017 by RGMarch 11, 2017

VMware 12.5.3 has been released, and release notes are here:  http://pubs.vmware.com/Release_Notes/en/workstation/12pro/workstation-1253-release-notes.html Although these notes only mention Kernel 4.9.0, I can confirm that it also supports 4.10.x Kernels (tested on 4.10.1). I applied the vmmon and vmnet patches for Kernel 4.11, mentioned in a previous article, and these still worked, and VMware compiled OK, and ran, on 4.11-rc1.. … Continue reading →

Posted in compilation, kernel, Linux, VMware | Tagged 4.11 patch ok, kernel, linux, ok with kernel 4.10, vmware 12.5.3 released | 4 Replies

NVIDIA – Kernel 4.11 Fix Available, but not ‘Legal’..

Adventures With Linux ™ Posted on March 8, 2017 by RGMarch 8, 2017

There is a fix/patch available now, for NVIDIA driver 378.13 on Kernel 4.11, but it involves modifying the licence on NVIDIA code, and so is not legal.. Details – and links to discussions – here:  https://devtalk.nvidia.com/default/topic/995636/?comment=5101210 Some previous changes to Kernel code enforcing GPL-only licensing had been reverted, but looking at the correspondence on the Linux Kernel … Continue reading →

Posted in compilation, fix, Hacks, kernel, Linux, NVIDIA | Tagged fix available, gpl-only, kernel, kernel 4.11, licence modification, linux, not legal, nvidia 378.13 | Leave a reply

VMware – Patch for Kernel 4.11 Support..

Adventures With Linux ™ Posted on March 7, 2017 by RGMarch 7, 2017

Thanks to Virgo, there are now patches for vmnet and vmmon with Kernel 4.11 (see his comments under the earlier article).    These are incremental patches, for application to VMware 12.5.2 code already patched for Kernel 4.9/4.10 support.. Links are here:   http://pastebin.com/McqmUf0u     and    http://pastebin.com/yjbDHiSX I have modified these (adding appropriate #if LINUX_VERSION_CODE…… #endif statements) to be backward-compatible with … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux, patches, Performance, VMware | Tagged incremental patches, kernel 4.11-rc1, vmmon, vmnet, vmware 12.5.2 | 7 Replies

Kernel – 4.11-rc1 Released – Breaks (Patched) VMware and NVIDIA..

Adventures With Linux ™ Posted on March 6, 2017 by RGMarch 6, 2017

Kernel 4.11-rc1 has been released, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/1703.0/03031.html Updated the test system, and 4.10-patched versions of VMware 12.5.2 and NVIDIA 378.13 fail to compile.. VMware (12.5.2 – patched for 4.9/4.10): …………. /tmp/modconfig-rRcJiJ/vmmon-only/linux/hostif.c: In function ‘HostIFFastClockThread’: /tmp/modconfig-rRcJiJ/vmmon-only/linux/hostif.c:3267:4: error: implicit declaration of function ‘allow_signal’ [-Werror=implicit-function-declaration] allow_signal(SIGKILL); ^~~~~~~~~~~~ /tmp/modconfig-rRcJiJ/vmmon-only/linux/hostif.c: In function ‘HostIF_SetFastClockRate’: /tmp/modconfig-rRcJiJ/vmmon-only/linux/hostif.c:3421:10: error: implicit declaration of … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion, VMware | Tagged compile fails, kernel 4.11-rc1, nvidia 378.13 patched, vmware 12.5.2 patched | 7 Replies

NVIDIA – New 410 Patch – With Hotplug Support..

Adventures With Linux ™ Posted on February 23, 2017 by RGFebruary 23, 2017

Thanks to Alberto Milone, there is now a patch for the latest NVIDIA driver, which is reported to include ‘hotplug’ support :https://pkgs.rpmfusion.org/cgit/nonfree/nvidia-kmod.git/plain/kernel_4.10.patch I can confirm that this compiles OK when applied to driver 378.13, with kernel 4.10.   I am not able to test hotplug functionality, as I do not have a suitable system..   So..  YMMV… Thanks to … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux, NVIDIA, patches | Tagged 378.13, kernel 4.10, nvidia, patch with hotplug | 6 Replies

NVIDIA – New Drivers, Still Broken with 4.10 – And a Patch for 378.13..

Adventures With Linux ™ Posted on February 15, 2017 by RGFebruary 15, 2017

NVIDIA have released new drivers 375.39 (‘long term’) and 378.13 (‘short term’) and details are here:  http://www.nvidia.com/download/driverResults.aspx/114708/en-us and http://www.nvidia.com/download/driverResults.aspx/115031/en-us. Both still fail to compile with Kernel 4.10 (tested with 4.10-rc8) and I tried the previous 378.09 patch against 379.13, but it failed to apply cleanly, as more code has changed.. $ cat nv-37809-410-patch.patch |patch -p0 patching file … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, patches, Performance | Tagged 375.39, 378.13, compile fails, kernel 4.10, new drivers, nvidia, patch needs mods, testing | 3 Replies

VMware – Updated vmnet Patch for Kernel 4.9/4.10..

Adventures With Linux ™ Posted on January 31, 2017 by RGJanuary 31, 2017

Thanks to Mikkel Kroman, there is a more complete patch for VMware 12.5.2  vmnet on Kernel 4.9.x and 4.10-rc’s: The change is to the get_user_pages parameter list, to now include the FOLL_WRITE parameter, and is as follows: In vmnet-only/userif.c, around line 113, change #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0) retval = get_user_pages(addr, 1, 1, 0, &page, NULL); … Continue reading →

Posted in compilation, fix, Hacks, kernel, Linux, patches, VMware | Tagged 12.5.2, improved vmnet patch, kernel 4.10-rc, kernel 4.9.x, success, vmware | 10 Replies

Post navigation

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