↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

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

Category Archives: kernel

Post navigation

← Older posts

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 – 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

Post navigation

← Older posts
Original content © 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.