↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

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

Category Archives: NVIDIA

Post navigation

← Older posts
Newer posts →

Kernel – 6.17-rc Pre-release testing.. NVIDIA fails, but (Patched) VMware OK..

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

Kernel 6.17-rc1 is due out in a weeks time, but I tried the latest GIT version from https://github.com/torvalds/linux to see if there will be any ‘surprises’..    Of course, there are many changes still to come.. VMware 17.6.4 with all the kernel 6.15 and 6.16 patches compiles and runs OK, but the latest NVIDIA fails to compile   ( … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 6.17, nvidia compile fails, pre-tests, vmware ok | 3 Replies

Kernel – 6.16 Released, No Surprises..

Adventures With Linux ™ Posted on July 27, 2025 by RGJuly 27, 2025

Kernel 6.16 is out, and brief details are here:   https://lkml.iu.edu/hypermail/linux/kernel/2507.3/03799.html As expected, the latest NVIDIA driver 575.64.05 compiles/installs OK, but VMware 17.6.4 still needs the 6.15 plus 6.16 patches, the same as 17.6.3.. Only (minor) issue so far is the font resize after boot (needed for 4k screens) is not working, for some reason.. Robert Gadsdon.   July … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 17.6.4, 575.64.05, kernel 6.16, Latest vmware still needs patches, ok with latest nvidia | Leave a reply

NVIDIA – Now Watch Out for NovaCore..

Adventures With Linux ™ Posted on July 8, 2025 by RGJuly 8, 2025

I had a (rare) need to test the latest NVIDIA driver 575.64.03 with the Fedora 42 kernel (6.15.4-200.fc42.x86_64) and found that I was getting unexpected SSL errors, and ‘device not found’ when trying to load the modules.. After some more research. I found that Fedora had already included the new open-source NovaCore drivers as standard, and these … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion | Tagged blacklist nova_core, fedora 42, fix, kernel, novacore, nvidia modules fail | Leave a reply

Kernel – 6.16-rc4 Released – OK with latest NVIDIA and Extra VMMON Hack.. Update..

Adventures With Linux ™ Posted on June 29, 2025 by RGJuly 1, 2025

Kernel 6.16-rc4 is out, and brief details are here: https://lkml.iu.edu/hypermail/linux/kernel/2506.3/09013.html The latest NVIDIA driver 575.64 compiles and loads/runs OK but may fail when installed using the NV…..run file, but will be OK is installed manually, for some reason.. UPDATE:  NVIDIA 575.64.03 is out, which seems to fix the need for manual compile etc…  https://www.nvidia.com/en-us/drivers/details/249044/ VMware 17.6.3 with … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 575.64, 6.15 patched, 6.16-rc4, extra vmmon patch, hack, kernel, linux, manual compile, ok with latest nvidia, vmware 17.6.3 | Leave a reply

Kernel – 6.15 Released – No Surprises..

Adventures With Linux ™ Posted on May 25, 2025 by RGMay 25, 2025

Kernel 6.15 is out, and brief details of the latest changes are here:  https://lkml.iu.edu/hypermail/linux/kernel/2505.3/00645.html The latest NVIDIA driver 570.153.02 is OK with this kernel, and with GCC 15 (Fedora 42 etc..)  and can be found here: https://www.nvidia.com/en-us/drivers/details/245669/ A VMware vmmon/vmnet fix for 17.6.3 was already documented in a previous article:  https://rglinuxtech.com/?p=3321 Robert Gadsdon.   May 25th 2025.  

Continue reading →
Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 570.153.02, fix for vmware 17.6.3, kernel 6.15, ok with latest nvidia, repeased | Leave a reply

NVIDIA – Driver 570.153.02, OK with Fedora 42 GCC 15 and Kernel 6.15..

Adventures With Linux ™ Posted on May 19, 2025 by RGMay 19, 2025

NVIDIA driver 570.153.02 is out, and brief details etc are here:  https://www.nvidia.com/en-us/drivers/details/245669/ Not mentioned in the summary, this version compiles/loads/runs successfully on Fedora 42 with GCC 15, and also with the latest Kernel 6.15 – tested with 6.15-rc7 and an RTX3050 Robert Gadsdon.   May 19th 2025.

Continue reading →
Posted in kernel, Linux, NVIDIA, Opinion | Tagged 570.153.02, 6.15-rc7, fedora 42, nvidia, ok with gcc 15, ok with kernel 6.15, released | Leave a reply

NVIDIA – Simple Workaround for GCC15 in Fedora 42..

Adventures With Linux ™ Posted on May 1, 2025 by RGMay 1, 2025

Now that Fedora 42 is out, including GCC 15 (currently GCC 15.1.1-1) there is a simple workaround for compilation, thanks to Rudi Heitbaum.    The change is documented at https://github.com/NVIDIA/open-gpu-kernel-modules/pull/841/commits/448b236d893170edc8fc4dff029044948516352b, and must be seen as a workaround, not a fix, as it effectively removes some of the warnings/errors flagged by the latest GCC version.. For NVIDIA-Linux-x86_64-570.144/kernel/Kbuild, add the … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion | Tagged -std=gnu17, compile fix, fedora 42, gcc 15, nvidia | Leave a reply

NVIDIA – Finally, a Fix for Kernel 6.15-rc..

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

Thanks to efforts by Willy Frissen and Joan Bruguera Micó, I have managed to cobble together a patch for NVIDIA driver 575.51.02 and Kernel 6.15 – tested with 6.15-rc2.. The compilation failed with Kernel 6.15 due principally to changes removing obsolete EXTRA_CFLAGS and replacing it by ccflags-y, and del_timer_sync replacement by timer_delete_sync: …………………… nvidia/nv.c:31:10: fatal error: nv-firmware.h: … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion | Tagged 575.51.02, compile fail, del_timer:sync, extra_cflags, fixed, kernel 6.15, nvidia, patch created | 3 Replies

Kernel – 6.15-rc1 Breaks NVIDIA and VMware.. Missing ‘Includes’..

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

Just tested Kernel 6.15-rc1 with the latest NVIDIA 570.133.07, and the compile fails completely: ………………….. CONFTEST: drm_atomic_available CONFTEST: is_export_symbol_gpl_refcount_inc CONFTEST: is_export_symbol_gpl_refcount_dec_and_test CONFTEST: drm_alpha_blending_available CONFTEST: is_export_symbol_present_drm_gem_prime_fd_to_handle CONFTEST: is_export_symbol_present_drm_gem_prime_handle_to_fd CONFTEST: ib_peer_memory_symbols CC [M] nvidia/nv.o nvidia/nv.c:30:10: fatal error: nv-firmware.h: No such file or directory 30 | #include “nv-firmware.h” | ^~~~~~~~~~~~~~~ compilation terminated. make[4]: *** [/usr/src/linux-6.15-rc1/scripts/Makefile.build:203: nvidia/nv.o] Error 1 make[3]: *** … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged compile fail, headers not found, kernel 6.15-rc1, missing includes, nvidia 570.133.07, vmware 17.6.3 | 1 Reply

Kernel – 6.14 – a Bit Late, but OK with Latest NVIDIA and VMware..

Adventures With Linux ™ Posted on March 24, 2025 by RGMarch 24, 2025

Kernel 6.14 has been released – a bit later than usual – and brief details are here:  https://lkml.iu.edu/hypermail/linux/kernel/2503.3/00718.html As expected after -rc testing, this release works OK with the latest NVIDIA 570.133.07 and VMware 17.6.3.. Robert Gadsdon.    March 24th 2025.

Continue reading →
Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 17.6.3, 570.133.07, kernel 6.14, ok with nvidia, released, vmware | Leave a reply

Post navigation

← Older posts
Newer 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.