↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

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

Category Archives: Linux

Post navigation

← Older posts

NVIDIA – New Driver 610.57.04 – OK with Kernel 7.2..

Adventures With Linux ™ Posted on August 3, 2026 by RGAugust 3, 2026

NVIDIA have just released driver version 610.57.04, and details are here:  https://www.nvidia.com/en-us/drivers/details/274513/ This now works OK with Kernel 7.2 – tested with 7.2-rc6.. The install on my system (Fedora 44) took longer to run than normal, but eventually completed successfully.. Robert Gadsdon  August 3rd 2026..

Continue reading →
Posted in compilation, kernel, Linux, NVIDIA, Opinion | Tagged 610.57.04, new driver, nvidia, ok with kernel 7.6, tested with 7.2-rc6 | Leave a reply

NVIDIA – Updated Driver Still Fails with Kernel 7.2 – Fix Still Works..

Adventures With Linux ™ Posted on July 7, 2026 by RGJuly 7, 2026

NVIDIA have released an updated driver 610.43.03, and details are here:  https://www.nvidia.com/en-us/drivers/details/274183 This still fails to compile with Kernel 7.2-rc2, but the existing fix still applies ( see https://rglinuxtech.com/?p=3479 ) for details and link.. Robert Gadsdon.   July 7th 2026..

Continue reading →
Posted in compilation, kernel, Linux, NVIDIA, Opinion | Tagged 610.43.03, existing fix works, fails with kernel 7.2, new driver, nvidia, tested with 7.2-rc2 | Leave a reply

Kernel – 7.2-rc1 Released – No Surprises – Fix for NVIDIA..

Adventures With Linux ™ Posted on June 28, 2026 by RGJune 28, 2026

Kernel 7.2-rc1 is out, and brief details are here: https://lkml.iu.edu/hypermail/linux/kernel/2606.3/07038.html As with the pre-RC tests in a previous article, VMware 26H1 is OK, and NVIDIA 610.43.02 fails, but there are patches available to fix this – See https://rglinuxtech.com/?p=3479 for details, and a link to the patches.. Robert Gadsdon.   June 28th 2026.

Continue reading →
Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 7.2-rc1 released, nvidia 610.43.02 fails, patches available, vmware 26h1 ok | 1 Reply

Kernel – 7.2-rc Pre-testing… VMware is OK, but NVIDIA is Not – Fix Available..

Adventures With Linux ™ Posted on June 24, 2026 by RGJune 24, 2026

Kernel 7.2-rc1 is due out next Sunday, but – as usual – I have tested the latest (June 23rd) GIT version, to see what breaks.. The latest VMware (26H1) is OK, but NVIDIA 610.43.02 compilation throws many errors, due to changes to drm_atomic_state and strncpy.. Thanks to Willy Frissen, there is already a set of patches for … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged git version, kernel 7.2-rc, nvidia 610.43.02 fails, patches available, pre-test, success, vmware 26h1 ok | Leave a reply

VMware – New Release 26H1 – OK with Latest Kernels..

Adventures With Linux ™ Posted on June 16, 2026 by RGJune 16, 2026

Broadcom have now released version 26H1 of VMware Workstation Pro, and details are here:  https://techdocs.broadcom.com/us/en/vmware-cis/desktop-hypervisors/workstation-pro/26H1/release-notes/vmware-workstation-pro-26h1-release-notes.html As expected, this works OK with the latest Kernel versions, and has been tested with Kernel 7.1 (kernel.org).. Robert Gadsdon.  June 16th 2026. (Thanks to Markus Kossmann for the information.)

Continue reading →
Posted in kernel, Linux, VMware | Tagged 26H1 released, tested with kernel 7.1, vmware | Leave a reply

Kernel – 7.1 Released – OK with latest NVIDIA and VMware..

Adventures With Linux ™ Posted on June 15, 2026 by RGJune 15, 2026

Kernel 7.1 is out, and changelog details are here:  https://mirrors.edge.kernel.org/pub/linux/kernel/v7.x/ChangeLog-7.1 After earlier testing, it is confirmed that the latest NVIDIA (610.43.02) and VMware (25H2) both compile and load/run OK.. Robert Gadsdon.  June 15th 2026..

Continue reading →
Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 7.1, linux kernel, ok with latest nvidia and vmware, released, tested | 3 Replies

NVIDIA – Driver 595.71.05 – OK with Kernel 7.1

Adventures With Linux ™ Posted on May 8, 2026 by RGMay 8, 2026

The latest NVIDIA driver 595.71.05 has been released, and details are here:  https://www.nvidia.com/en-us/drivers/details/267223/ This version fixes the compile problem with Kernel 7.1 (tested with 7.1-rc2): …………………….. ld -r -o nvidia-modeset/nv-modeset-interface.o nvidia-modeset/nvidia-modeset-linux.o nvidia-modeset/nv-kthread-q.o MODPOST Module.symvers CC [M] nvidia.mod.o CC [M] .module-common.o LD [M] nvidia.ko CC [M] nvidia-uvm.mod.o LD [M] nvidia-uvm.ko CC [M] nvidia-modeset.mod.o LD [M] nvidia-modeset.ko CC [M] … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion | Tagged 595.71.05, nvidia, ok with kernel 7.1, tested with 7.1-rc2 | Leave a reply

Kernel – 7.1-rc1 Released – No Surprises.. VMware OK, Fix for NVIDIA..

Adventures With Linux ™ Posted on April 27, 2026 by RGApril 27, 2026

Kernel 7.1-rc1 is out, and brief details are here:  https://lkml.iu.edu/hypermail/linux/kernel/2604.3/03000.html As with the pre-tests in the previous post, VMware is OK, and NVIDIA has a simple fix.. – see https://rglinuxtech.com/?p=3460 Robert Gadsdon.   April 27th 2026  

Continue reading →
Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged fix for nvidia, linux 7.1-rc1 released, vmware ok | Leave a reply

Kernel – 7.1-rc Pre-test – VMware OK, NVIDIA Fails, and Fix..

Adventures With Linux ™ Posted on April 24, 2026 by RGApril 24, 2026

Kernel 7.1-rc1 will be out soon, and I tested the latest GIT code to see if there are any issues… VMware installs without any problems: # vmware-modconfig –console –install-all [AppLoader] GLib does not have GSettings support. Stopping vmware (via systemctl): [ OK ] Starting vmware (via systemctl): [ OK ] root@rgenvy17:/home/rgadsdon# vmware –version VMware Workstation 25.0.1 25219725 … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged fix, kernel 7.1, nvidia fails, rc pre-tests, tested, vmware ok | 3 Replies

Kernel – 7.0 Released, still OK with Latest NVIDIA and VMware..

Adventures With Linux ™ Posted on April 17, 2026 by RGApril 17, 2026

Linux kernel 7.0 is out, and brief details are here:  https://lkml.iu.edu/hypermail/linux/kernel/2604.1/07399.html As with the RC tests, the latest version of NVIDIA (595.58.03) and VMware (25.0.1) are OK with this release.. Robert Gadsdon.   April 17th 2026. (Apologies for the website being unavailable for the last week – ongoing technical issues are still being worked on..)

Continue reading →
Posted in Linux | Leave a reply

Post navigation

← Older posts
Original content &copy Robert Gadsdon 2013
↑
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.