↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: NVIDIA

Post navigation

← Older posts

KERNEL – New Version – 7.0-rc1 – OK with latest NVIDIA and VMware..

Adventures With Linux ™ Posted on February 22, 2026 by RGFebruary 22, 2026

The Linux Kernel is now on Version 7, and the brief details of 7.0-rc1 are here: https://lkml.iu.edu/hypermail/linux/kernel/2602.2/07107.html As with the pre-test last week, the latest NVIDIA 590.48.01 and VMware 25.0 drivers compiled and loaded/ran successfully.. Robert Gadsdon.  February 22nd 2026. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 25.0, 590.48.01, 7.0-rc1 released, kernel 7.x, ok with latest nvidia and vmware | Leave a reply

NVIDIA – 580.XX Driver Update, You May Not Need?

Adventures With Linux ™ Posted on February 17, 2026 by RGFebruary 17, 2026

NVIDIA have released the latest version of the GTX-friendly 580.XX drivers – 580.126.18 – and details are here:  https://www.nvidia.com/en-us/drivers/details/264090/ This supposed to fix problems compiling with Kernel 6.19 – but the previous version – 580.126.09 – worked OK on my system with Kernel 6.19.0..   It is possible that this release may fix issues with Distro-supplied kernels? BTW, … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion | Tagged 580.126.18, kernel 6.19 fix, nvidia | Leave a reply

Kernel – Linux 7.0 Pre-tests – NVIDIA and VMware OK, So Far..

Adventures With Linux ™ Posted on February 15, 2026 by RGFebruary 15, 2026

For the upcoming Kernel 7.0, the current git version (February 15th) was tested, and the latest NVIDIA 590.48.01 and VMware 25.0 drivers compiled and loaded/ran successfully.. Of course, there will be more changes before Kernel 7.0-rc1 is released in a weeks time.. Robert Gadsdon.. February 15th 2026.. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged git, Kernel 7.0, more changes to come, nvidia and vmware ok, pre-tests | Leave a reply

Kernel – 6.19 Finally Released – No Surprises, And Next Comes 7.0..

Adventures With Linux ™ Posted on February 8, 2026 by RGFebruary 8, 2026

Kernel 6.19 is out, and brief details are here:  https://lkml.iu.edu/hypermail/linux/kernel/2602.1/00382.html As expected, the latest versions of VMware (25.0) and NVIDIA (590.48.01) all compile and load/run OK… As with the transition from the 5.XX kernel, 6.19 is the last of the 6.XX release version, and the next will be 7.0.. I have also been testing Fedora 44, which … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 25.0, 590.48.01, compiles with gcc 16, kernel 6.19 released, latest nvidia and vmware ok | Leave a reply

NVIDIA – New 580.xx driver OK with Kernel 6.19..

Adventures With Linux ™ Posted on January 14, 2026 by RGJanuary 14, 2026

NVIDIA have just released a new version of the 580.xx driver – 580.126.09 – and details etc. are here:  https://www.nvidia.com/en-us/drivers/details/261243/ This now compiles/loads/runs OK with Kernel 6.19 (tested with 6.19-rc5): ……………………. 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] nvidia-drm.mod.o LD [M] nvidia-drm.ko CC [M] … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion | Tagged 580.126.09, nvidia, ok with kernel 6.19, success | 4 Replies

NVIDIA – Nasty Hack Time Again – for GTX GPUs with Kernel 6.19…..

Adventures With Linux ™ Posted on December 29, 2025 by RGDecember 29, 2025

This is a summary of the changes I made to the NVIDIA proprietary ‘kernel’ code to get driver 580.119.02 working with Kernel 6.19-rc3.. This is a hack, and is not made by a professional, so use at your own risk, and do not use in a business-critical environment! As mentioned in the previous article, I have tested … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion | Tagged 580.119.02, gtx gpus, hack, kernel 6.19 support, nvidia | 3 Replies

NVIDIA – Stay of Execution for GTX Cards…

Adventures With Linux ™ Posted on December 27, 2025 by RGDecember 27, 2025

After (still..) waiting for an updated version of the NVIDIA 580.xx drivers, I decided to do some more investigation of the GPL-only fail after my hack of the ‘proprietary’ branch of driver 580.119.02.. I soon found that the “… GPL-incompatible module nvidia.ko uses GPL-only symbol ‘__vma_start_write’ ..” issue had first occurred with Kernel 6.15, so (once again) … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion | Tagged 580.119.02, gtx support, hack for kernel 6.19, nvidia, success | Leave a reply

NVIDIA – New Driver Supports Kernel 6.19.. No Hacks Necessary..

Adventures With Linux ™ Posted on December 19, 2025 by RGDecember 19, 2025

NVIDIA have just release driver version 590.48.01, and details are here:  https://www.nvidia.com/en-us/drivers/details/259042/ This compiles/loads/runs successfully with Kernel 6.19 (tested with 6.19-RC1): ……………………. 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] nvidia-drm.mod.o LD [M] nvidia-drm.ko CC [M] nvidia-peermem.mod.o LD [M] nvidia-peermem.ko make[2]: Leaving … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion | Tagged driver 590.48.01, nvidia, ok with kernel 6.19, success, tested with 6.19-rc1 | 4 Replies

NVIDIA – Hack for Kernel 6.19 Support.. Use at Your Own Risk!

Adventures With Linux ™ Posted on December 18, 2025 by RGDecember 18, 2025

Nasty Hack Time… This is a summary of the changes I made to the NVIDIA ‘kernel-open‘ MIT/GPL code to get driver 580.119.02 working with Kernel 6.19-rc1.. This is a hack, and is not made by a professional, so use at your own risk, and do not use in a business-critical environment! As mentioned in the previous article, … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion | Tagged 580.119.02, at your own risk, fix, hack, kernel 6.19-rc1, nvidia | Leave a reply

NVIDIA – Hack to Get Kernel 6.19 Support – Just…

Adventures With Linux ™ Posted on December 18, 2025 by RGDecember 18, 2025

The latest NVIDIA drivers failed with Kernel 6.19-rc1, as detailed in an earlier post, and after some more research I was able to work out a hack to fix this, and in the process discovered a bit of a surprise.. I managed to get the NVIDIA-proprietary code for 580.119.02 to compile successfully, but then: ………………………… ERROR: modpost: … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion | Tagged gpl issues, hack, kernel 6.19, kernel-open, nvidia, success, support surprise | Leave a reply

Post navigation

← Older posts
Original content © Robert Gadsdon 2013
↑