↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: patches

VMware Workstation – Multiple Patch Forks Since Broadcom..

Adventures With Linux ™ Posted on September 15, 2024 by RGSeptember 15, 2024

I would like to start by thanking Michal Kubeček for his many years of expert support of the VMware vmmon/vmnet modules for later kernel versions.. Since the Broadcom takeover of VMware, his patches have been forked multiple times, for 17.5.2 and now 17.6 support, with varying degrees of success..    I have tested most of these and – … Continue reading →

Posted in compilation, Hacks, Linux, Opinion, Performance, VMware | Tagged 17.6, available, broadcom, forks, patches, vmmon / vmnet, vmware | 4 Replies

VMware – Patches Available, for Kernel 5.0-rc1.

Adventures With Linux ™ Posted on January 7, 2019 by RGJanuary 7, 2019

Thanks – again – to Michal Kubeček, there are now patches available for VMware with Kernel 5.0-rc1, here:  https://github.com/mkubecek/vmware-host-modules . There are patched vmmon and vmnet versions available for the latest 12.x, 14.x and 15.x releases, so for 15.0.2, do: # git clone -b workstation-15.0.2 https://github.com/mkubecek/vmware-host-modules.git I have applied these, and can confirm that VMware 15.0.2 now … Continue reading →

Posted in kernel, Linux, patches, VMware | Tagged 15.0.2, kernel 5.0-rc1, patches, vmware, working | 3 Replies

VMware – 14.1.0 released – OK with Kernel 4.14, Still Broken with 4.15, and a Nasty Hack to Fix..

Adventures With Linux ™ Posted on December 21, 2017 by RGDecember 21, 2017

Just updated to VMware Workstation 14.1.0, and release notes are here:  https://docs.vmware.com/en/VMware-Workstation-Pro/14.0.0/rn/workstation-141-release-notes.html This now works OK with Kernel 4.14 (tested with 4.14.8) but vmmon is still broken with Kernel 4.15 (tested with 4.15-rc4): ……………. /tmp/modconfig-04hK9s/vmmon-only/linux/hostif.c: In function ‘HostIF_InitUptime’: /tmp/modconfig-04hK9s/vmmon-only/linux/hostif.c:1770:4: error: implicit declaration of function ‘init_timer’; did you mean ‘init_timers’? [-Werror=implicit-function-declaration] init_timer(&uptimeState.timer); ^~~~~~~~~~ init_timers /tmp/modconfig-04hK9s/vmmon-only/linux/hostif.c:1771:31: error: assignment from … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, Opinion, patches, VMware | Tagged broken with 4.15, driver.c, hostif.c, kernel, linux, nasty hack, ok with kernel 4.14, patches, vmmon, vmware 14.1.0 | 3 Replies

NVIDIA – Fix for Kernel 4.15, but GPL Problem – Yet Again..

Adventures With Linux ™ Posted on November 28, 2017 by RGNovember 28, 2017

Thanks to milhouse, there is a set of two patches available for NVIDIA 384.98 and (legacy) 340.104 with Kernel 4.15-rc1, and details are here:   https://devtalk.nvidia.com/default/topic/1026911/linux/4-15-rc1-patches-for-384-98-and-340-104/ The first patch fixes the compile problems, but the load fails with yet another case of GPL incompatibility: ……………….  Building modules, stage 2. MODPOST 4 modules FATAL: modpost: GPL-incompatible module nvidia-drm.ko uses … Continue reading →

Posted in Hacks, kernel, Linux, NVIDIA | Tagged gpl issue, kernel 4.25, nvidia 384.98, patches | Leave a reply

ARM64 – Odroid C2 – Patches for USB..

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

Thanks to Heiner Kallweit for info on two USB patches for the Odroid C2, and thanks to John Youn for the patches themselves..  They can be found at http://www.spinics.net/lists/linux-usb/msg151687.html and http://www.spinics.net/lists/linux-usb/msg151688.html . I have applied these to Kernel 4.10-rc4 (including the Ethernet TX patch) and now USB is working, and detects/connects devices – sort of.. Plug in … Continue reading →

Posted in aarch64, ARM64, fix, Hacks, kernel, Linux / ARM, Odroid C2, Opinion, Performance | Tagged arm64, kernel, linux, odroid c2, patches, quirks, usb | 1 Reply

ARM64 – Odroid C2 – U-Boot MMC Support..

Adventures With Linux ™ Posted on May 16, 2016 by RGMay 16, 2016

After the initial patches to provide basic U-Boot support for the C2, as mentioned in a previous article – there is now a further patch, to enable MMC support.    Details at https://www.mail-archive.com/u-boot@lists.denx.de/msg212503.html I have applied this additional patch, and for SDcard-based systems, it works: U-Boot 2016.05-rc3 (May 14 2016 – 21:06:28 -0700) odroid-c2 aarch64-linux-gnu-gcc (GCC) 5.3.1 20160212 … Continue reading →

Posted in aarch64, ARM64, boot, Crash and Burn.., Hacks, hardware, kernel, Linux / ARM, Odroid C2, Opinion, Performance, U-Boot | Tagged arm64, fails on emmc modules, mmc support, odroid c2, ok on sdcard, patches, u-boot | 5 Replies

ARM – Rock2 – Finally an Ethernet Fix that Works..

Adventures With Linux ™ Posted on April 1, 2016 by RGApril 1, 2016

After a lot of searching – and more testing (mostly unsuccessful..) I finally have a set of two patches that fix the Ethernet driver problem with the Rock2 in 4.6-rc1..     The problem is that the stmmac driver is common to several SOC setups, and each maintainer seems to have produced their own version of a fix.. The … Continue reading →

Posted in armv7, Hacks, Linux / ARM, Performance, radxa, Rock2, success | Tagged ethernet driver, kernel 4.6-rc1, patches, radxa, rock2, stmmac, success | Leave a reply

VMware 9.0.2 – Patches for 3.12..

Adventures With Linux ™ Posted on October 18, 2013 by RGOctober 18, 2013

Thanks to dominator008, this is a link to information and patches for VMware 9.0.2 with Kernel 3.12.: http://dominator008.com/constructionyard/2013/10/03/vmware-9-0-2-vmblock-patch-for-linux-kernel-3-12/ As I have already updated to VMware 10.0, I have not been able to test these myself, but as you will see, they have been tested by the author.. Robert Gadsdon.   October 17, 2013 … Continue reading →

Posted in compilation, kernel, Linux, VMware | Tagged instructions, kernel 3.12, patches, vmware 9.0.2 | Leave a reply

Kernel 3.7-rc2 – Same fixes as for 3.7-rc1..

Adventures With Linux ™ Posted on October 22, 2012 by RGOctober 22, 2012

Just updated my test system to 3.7-rc2, and the same patches and ‘workarounds’ are needed for NVIDIA (driver 310.14) and VMware (9.0 with 3.5 patch) as mentioned in my earlier post, for -rc1.. # uname -a Linux rg6830l 3.7.0-rc2 #1 SMP Mon Oct 22 01:58:54 BST 2012 x86_64 x86_64 x86_64 GNU/Linux … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, VMware | Tagged 3.7-rc1, fixes, kernel, linux, nvidia, patches, vmware, workarounds | Leave a reply

APC – Real Progress – Bootable Linux Kernel..

Adventures With Linux ™ Posted on August 17, 2012 by RGAugust 17, 2012

After excellent work done by Mike Thompson from the Raspbian project, there is now a set of patches and a config file available for the APC-supplied 2.6.32.9+ kernel source, which enables a working kernel to be compiled and run – although with limited functionality due to ‘missing’ device drivers..   More details at :  http://www.raspbian.org/ApricotImages To use this, … Continue reading →

Posted in APC, compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Performance | Tagged apc, boot, compile, config, kernel, patches, raspbian | Leave a reply
Original content © Robert Gadsdon 2013
↑