↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Post navigation

← Older posts
Newer posts →

VMware – Patching Made Easy..?

Adventures With Linux ™ Posted on September 2, 2023 by RGSeptember 2, 2023

As there is almost always a need to apply the most recent patchset to releases of VMware vmmon/vmnet to support the latest kernels, it might be useful to document a process for making this (relatively..) easy: VMMON and VMNET are picked up during the vmware-modconfig… command, from /usr/lib/vmware/modules/source, and this process expects to find vmmon.tar and vmnet.tar … Continue reading →

Posted in kernel, Linux, Opinion, patches, VMware | Tagged easy install, howto, patched, vmware | 1 Reply

Kernel – 6.5 Released – No Surprises..

Adventures With Linux ™ Posted on August 27, 2023 by RGAugust 27, 2023

Kernel 6.5 is out, and brief details are here:  https://lkml.org/lkml/2023/8/27/348 The latest NVIDIA driver is OK, and can be found here:  https://www.nvidia.com/Download/driverResults.aspx/210649/en-us/ The workaround/fix for VMware 17.0.2 is also OK, as far as I can tell (briefly tested with Win11 client..) and can be found here:   https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-17.0.2-k6.5 As previously mentioned, this is still classified as a temporary … Continue reading →

Posted in fix, kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged kernel 6.5 released, ok, ok with nvidia 535.104.05, patchset for vmware 17.0.2, tested | Leave a reply

VMware – Fix/Workaround for Kernel 6.5..

Adventures With Linux ™ Posted on August 21, 2023 by RGAugust 21, 2023

Kernel 6.5 is due to be released soon, but there has been an ongoing issue with vmmon, and there is now a workaround/fix included with the updated patchset, at https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-17.0.2-k6.5 I have tested this with Kernel 6.5-rc7, and everything appears to work as it should..   There may be other changes in the future, as the solution is … Continue reading →

Posted in compilation, fix, kernel, Linux, Opinion, patches, VMware | Tagged fix/workaround, kernel 6.5, tested, vmmon, vmware | 1 Reply

VMware – Vmnet Surprise in Kernel 6.4.10.. and a Fix..

Adventures With Linux ™ Posted on August 12, 2023 by RGAugust 12, 2023

Kernel 6.4.10 includes a backported change from the 6.5-rc branch, and this breaks the vmnet 17.0.2 compile.. The fix is to replicate the same logic from the 6.5 ‘tmp’ branch, at https://github.com/mkubecek/vmware-host-modules/blob/tmp/workstation-17.0.2-k6.5/vmnet-only/bridge.c – around line 47..    For some odd reason, this did not behave correctly on my system, and so I modified/simplified the kernel-version-test portion of … Continue reading →

Posted in compilation, fix, Hacks, kernel, Linux, Opinion, VMware | Tagged bridge.c, compile fails, fix, kernel 6.4.10 change, ok, tested, vmnet, vmware 17.0.2 | 1 Reply

VMware – VMMON Workaround for Kernel 6.5..

Adventures With Linux ™ Posted on August 10, 2023 by RGAugust 10, 2023

Thanks to Jeff Chua, there is a practical workaround for vmmon with Kernel 6.5, and this can be found at: https://github.com/jeffersonchua/linux-6.5.0/blob/main/patch-17.0.2-6.5.0   My apologies to Jeff, for the WordPress mangling of code in his previous comments on my earlier article… I have applied this patch, and VMware Workstation 17.0.2 now loads/runs OK with Kernel 6.5-rc5 on my test system.. … Continue reading →

Posted in compilation, fix, kernel, Linux, Opinion, patches, VMware | Tagged kernel 6.5, more discussions, vmmon compile fail, vmware, workaround available | Leave a reply

VMware – Still No Solution for Kernel 6.5..

Adventures With Linux ™ Posted on August 6, 2023 by RGAugust 6, 2023

Updated to Kernel 6.5-rc5, and – as expected – vmmon still fails to compile: CC [M] /tmp/modconfig-s9HCQR/vmmon-only/bootstrap/vmmblob.o LD [M] /tmp/modconfig-s9HCQR/vmmon-only/vmmon.o MODPOST /tmp/modconfig-s9HCQR/vmmon-only/Module.symvers ERROR: modpost: “__pte_offset_map” [/tmp/modconfig-s9HCQR/vmmon-only/vmmon.ko] undefined! make[3]: *** [scripts/Makefile.modpost:144: /tmp/modconfig-s9HCQR/vmmon-only/Module.symvers] Error 1 make[2]: *** [/usr/src/linux-6.5-rc5/Makefile:1984: modpost] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make[1]: Leaving directory ‘/usr/src/linux-6.5-rc5’ make: *** [Makefile:117: vmmon.ko] Error 2 I did … Continue reading →

Posted in kernel, Linux, Opinion, patches, VMware | Tagged compile fail, kernel 6.5, no solution found, undefined, vmmon, vmware, __pte_offset_map | 14 Replies

Webmin – SHA1 Confusion – A Solution..

Adventures With Linux ™ Posted on August 1, 2023 by RGAugust 1, 2023

I have been using Webmin for at least the past 20+ years (!) and ran up against the SHA1 error on the Webmin RPMs when upgrading to Fedora 38, which did not permit it to be added/updated any more.. # rpm -q webmin error: Verifying a signature using certificate XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX (Jamie Cameron <jcameron@webmin.com>): Key XXXXXXXXXXXXXXXXXXX invalid: not … Continue reading →

Posted in Fedora, fix, Linux, Opinion, Webmin | Tagged bad key removal, fedora 38, fixed, new repo, sha1 error, webmin | Leave a reply

NVIDIA – New Driver, OK with Kernel 6.5..

Adventures With Linux ™ Posted on July 23, 2023 by RGJuly 23, 2023

NVIDIA have release driver version 535.86.05, and details are here:   https://forums.developer.nvidia.com/t/linux-solaris-and-freebsd-driver-535-86-05-production-branch-release/260231 I have tested this with the latest kernel – 6.5-rc3 – and it now compiles and loads/runs OK. I was unable to test it with VMware, as there is still no solution for the compile fail with 6.5-rc: ……………………….. LD [M]  /tmp/modconfig-Dj3fJq/vmmon-only/vmmon.o  MODPOST /tmp/modconfig-Dj3fJq/vmmon-only/Module.symvers ERROR: modpost: … Continue reading →

Posted in compilation, Fedora, kernel, Linux, NVIDIA, Opinion, VMware | Tagged nvidia 535.86.05. ok with kernel 6.5, tested with 6.5-rc3, vmware vmmon compile still fails, __pte_offset_map | Leave a reply

Hardware – UART Gotcha for SOCs….

Adventures With Linux ™ Posted on July 14, 2023 by RGJuly 14, 2023

Not specifically Linux-related, but a frustration nonetheless.. This is documented elsewhere, but is often buried in other posts/articles/opinions.. Connecting a UART/USB cable/adapter to a SOC should be relatively simple, except that certain vendors now insist on a default speed of 1500000 instead of the traditional 115200.. I have been testing one of the ‘new’ RK3588-based systems, and … Continue reading →

Posted in aarch64, arm, ARM64, hardware, Opinion, serial console, UART | Tagged ft232 is ok, garbage, pl2303 fails, rk3588, solution, uart | Leave a reply

Kernel – 6.5-rc1 Released – Breaks NVIDIA and VMware..

Adventures With Linux ™ Posted on July 9, 2023 by RGJuly 9, 2023

Kernel 6.5-rc1 is out, and brief details are here:   https://lkml.iu.edu/hypermail/linux/kernel/2307.1/00589.html For VMware, there is a patchset available at https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-17.0.2-k6.5 .   I applied this, but then got an error from vmmon: ……………………………. CC [M] /tmp/modconfig-XYOjjc/vmmon-only/bootstrap/vmmblob.o LD [M] /tmp/modconfig-XYOjjc/vmmon-only/vmmon.o MODPOST /tmp/modconfig-XYOjjc/vmmon-only/Module.symvers ERROR: modpost: “__pte_offset_map” [/tmp/modconfig-XYOjjc/vmmon-only/vmmon.ko] undefined! make[3]: *** [scripts/Makefile.modpost:144: /tmp/modconfig-XYOjjc/vmmon-only/Module.symvers] Error 1 make[2]: *** [/usr/src/linux-6.5-rc1/Makefile:1972: modpost] Error 2 make[1]: … Continue reading →

Posted in Bug, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 6.5-rc1, nvidia 535.54.03 compile fails, released, vmware 17.0.2 vmmon problem | 3 Replies

Post navigation

← Older posts
Newer posts →

If You Like This…

You may like my other - less technical - blog. 'Today's Technology Commentary', at rhgtechnology.com

Recent Posts

  • NVIDIA – Patch for Kernel 6.17 Support…
  • Kernel – 6.17-rc1 Released – Patched VMware OK, NVIDIA Compile Fails..
  • Kernel – 6.17-rc Pre-release testing.. NVIDIA fails, but (Patched) VMware OK..
  • Kernel – 6.16 Released, No Surprises..
  • VMware – 17.6.4 is out. Still Needs Patching.. Features Removed..

Most Popular..

aarch64 android apc arm arm64 armv7 boot compile compile fail cross-compile cubox-i4-pro cubox-i4pro dreamplug fail fedora fedora 17 fix fixed hack kernel linux new driver nvidia odroid c2 odroid u3 ok ok with latest nvidia patch patch available patched problems raspberry pi released success testing u-boot update usb vmmon vmnet vmnet patch vmware vmware 10.0.2 workaround x86_64

Categories

  • aarch64
  • alpha release
  • AMD
  • Android
  • APC
  • Apollo Lake
  • arm
  • ARM64
  • armv7
  • Audacity
  • Audio
  • Bacula
  • BananaPro
  • boot
  • BTRFS
  • Bug
  • Cherry Trail
  • Chromebook
  • clang
  • compilation
  • Crash and Burn..
  • CuBox
  • Debian
  • DisplayLink
  • Dracut
  • Dragonboard
  • Dreamplug
  • dual-boot
  • DVB
  • DVB-S2
  • Ethernet
  • Fedora
  • Firmware
  • fix
  • fixed
  • FUSE
  • gcc
  • geekbox
  • Gentoo
  • GK802
  • grub
  • Hacks
  • hardware
  • Hikey
  • HPPA
  • HTC
  • IA64
  • Intel
  • Intel Atom
  • intel ethernet
  • Itanium
  • KDE
  • kernel
  • Kodi
  • Linux
  • Linux / ARM
  • linux install
  • LTO
  • Network
  • new install
  • Next CHIP
  • NTFS
  • NVIDIA
  • NVME
  • Odroid
  • Odroid C2
  • Odroid N2
  • Opinion
  • PA-RISC
  • patches
  • Performance
  • Pidora
  • Pine64
  • Plasma Desktop
  • quirks
  • radxa
  • Raspberry Pi
  • Raspberry Pi 4
  • repo problems
  • retpoline
  • Rock Pi N10
  • Rock2
  • RX2600
  • rx3288
  • SCSI
  • serial console
  • some systems ok
  • success
  • U-Boot
  • UART
  • UEFI
  • UP Board
  • upgrades
  • USB
  • USB3
  • Video
  • VirtualBox
  • VMware
  • Wayland
  • Webmin
  • WiFi
  • Win 7
  • Workaround
  • working
  • X86_64
  • XBMC

Archives

  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • January 2024
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
Original content © Robert Gadsdon 2013
↑