↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: fix

Post navigation

← Older posts

Kernel: 6.15-rc1 is Out – Compile Fail, but Patch Available..

Adventures With Linux ™ Posted on April 6, 2025 by RGApril 6, 2025

Kernel 6.15-rc1 has been released, and brief details are here:   https://lkml.iu.edu/hypermail/linux/kernel/2504.0/07395.html Unusually, the compile actually failed: ………………………. CC [M] drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.o CC [M] drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.o LD [M] drivers/iio/imu/inv_mpu6050/inv-mpu6050.o LD [M] drivers/iio/imu/inv_icm42600/inv-icm42600-spi.o LD [M] drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.o LD [M] drivers/iio/imu/inv_mpu6050/inv-mpu6050-i2c.o AR built-in.a AR vmlinux.a LD vmlinux.o OBJCOPY modules.builtin.modinfo GEN modules.builtin MODPOST Module.symvers ERROR: modpost: “iwl_mld_no_wowlan_suspend” [drivers/net/wireless/intel/iwlwifi/mld/iwlmld.ko] undefined! make[2]: *** [scripts/Makefile.modpost:147: Module.symvers] Error … Continue reading →

Posted in compilation, fix, kernel, Linux, Opinion, patches | Tagged compile fail, fixed, iwlwifi, kernel 6.15-rc1, patch available, released | Leave a reply

VMware – Licence Changes, and Fixes for Kernel 6.9..

Adventures With Linux ™ Posted on May 23, 2024 by RGMay 23, 2024

After the Broadcom takeover, the ‘Player’ versions of VMware are discontinued, and Workstation Pro is now ‘free for personal use’… It has been updated to version 17.5.2, but the changes are all for security patches, and overall functionality is unchanged. There has been some discussion as to whether this product is now ‘functionally stabilised’, with some commenting … Continue reading →

Posted in compilation, Fedora, fix, KDE, Linux, VMware, Wayland | Tagged 17.5.2, free for personal use, kernel 6.9 vmnet fix, vmware | 1 Reply

Fedora – Recent F40 update breaks QT Applications.. and a Nasty Workaround..

Adventures With Linux ™ Posted on April 3, 2024 by RGApril 4, 2024

I have recently been involved in bug reports etc for a new problem in Fedora 40, where a recent update has effectively broken all QT applications, resulting in KDE not functioning, and even # make xconfig is broken. The Fedora bug report is here:  https://bugzilla.redhat.com/show_bug.cgi?id=2272758 The problem is: # kwrite Illegal instruction (core dumped) # kate Illegal … Continue reading →

Posted in Bug, Fedora, fix, gcc, Hacks, KDE, Linux, Opinion, Plasma Desktop, Workaround | Tagged fedora 40, hack, illegal instruction, qt broken, temporary fix, workaround | 1 Reply

NVIDIA – GCC 14 Breaks Compile – and Fix.. (VMware OK..)

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

Testing Fedora 40, which now includes GCC 14, and this breaks the NVIDIA driver 550.54.14 compile: ………………….. CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-550.54.14/kernel/nvidia-drm/nvidia-drm-connector.o CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-550.54.14/kernel/nvidia-drm/nvidia-drm-gem.o /home/rgadsdon/NVIDIA-Linux-x86_64-550.54.14/kernel/nvidia-drm/nvidia-drm-gem.c:115:16: error: initialization of ‘int (*)(struct drm_gem_object *, struct iosys_map *)’ from incompatible pointer type ‘void * (*)(struct drm_gem_object *)’ [-Wincompatible-pointer-types] 115 | .vmap = nv_drm_gem_prime_vmap, | ^~~~~~~~~~~~~~~~~~~~~ /home/rgadsdon/NVIDIA-Linux-x86_64-550.54.14/kernel/nvidia-drm/nvidia-drm-gem.c:115:16: note: (near initialization for ‘nv_drm_gem_funcs.vmap’) … Continue reading →

Posted in fix, gcc, Linux, NVIDIA, Opinion | Tagged 550.54.14, breaks nvidia compile, conftest.sh, fedora 40, fix available, gcc 14, vmware patchset ok | Leave a reply

Kernel – 6.8 Pre-testing – Breaks NVIDIA and VMware – VMware fix available..

Adventures With Linux ™ Posted on January 15, 2024 by RGJanuary 15, 2024

As kernel 6.8-rc1 is due in about a weeks time, I tested the Jan 14th version from Git, and both the latest NVIDIA 545.29.06 and VMware 17.5.0 failed.. NVIDIA: Multiple occurrences of ‘warning: no previous prototype‘ and then: ……………. In file included from /home/rgadsdon/NVIDIA-Linux-x86_64-545.29.06/kernel/nvidia-drm/nvidia-drm-drv.c:64: /home/rgadsdon/NVIDIA-Linux-x86_64-545.29.06/kernel/nvidia-drm/nvidia-drm-drv.c:1489:40: error: ‘DRM_UNLOCKED’ undeclared here (not in a function); did you mean ‘VM_LOCKED’? … Continue reading →

Posted in alpha release, compilation, fix, kernel, Linux, NVIDIA, Opinion, VMware | Tagged breaks latest nvidia and vmware, kernel 6.8, pre-testing, vmware fix available | 3 Replies

Kernel – 6.6 is out – OK with Latest NVIDIA – Needs VMware 17.5.0 Patchset..

Adventures With Linux ™ Posted on October 30, 2023 by RGOctober 30, 2023

Kernel 6.6 has been released, and brief details are here: https://lkml.iu.edu/hypermail/linux/kernel/2310.3/06370.html As expected, the latest NVIDIA 545.23.06  and VMware compile OK, but VMware 17.5.0 needs the latest patchset, to avoid reported issues..  The patchset can be found here: https://github.com/mkubecek/vmware-host-modules/tree/workstation-17.5.0 Robert Gadsdon.   October 30th 2023. … Continue reading →

Posted in fix, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 6.6 released, ok with latest nvidia, vmware patchset needed | 1 Reply

VMware – Updated 17.5.0 Patchset now Replaces VMware’s 6.5 Fix..

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

After more discussions and testing, it has been reported that the ‘official’ VMware 17.5.0 fix for kernels 6.5 and later may cause some problems..   This has led to the latest version of the 17.5.0 patchset now incorporating the ‘get_user_pages‘ fix from the previous 17.0.2 patchset, and the reasons behind this can be found here: https://github.com/mkubecek/vmware-host-modules/commit/4c2a103fd2d71f2084f1fe7ceacb816b9832ffa2 The patchset … Continue reading →

Posted in fix, kernel, Linux, Opinion, VMware | Tagged get_user_pages, replaces vmware fix, revised patchset, vmware 17.5.0 | Leave a reply

VMware – Kernel 6.5 Patch now in Default Patchset.

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

After much testing, over several weeks, the ‘get_user_pages‘ solution for Kernels 6.5 and later is now in the default patchset, at: https://github.com/mkubecek/vmware-host-modules/tree/workstation-17.0.2 . For more details, see the comments at the start of the patch code for the vmmon changes..  vmmon: use get_user_pages to get page PFN Robert Gadsdon.   September 30th 2023. … Continue reading →

Posted in fix, kernel, Linux, Opinion, VMware | Tagged get_user_pages, in default patchset, patch for kernel 6.5, vmware | Leave a 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

Post navigation

← Older posts
Original content © Robert Gadsdon 2013
↑