↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Monthly Archives: June 2022

NVIDIA – New Driver – OK with Kernel 5.19..

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

NVIDIA have released driver 515.57, and details are here:  https://www.nvidia.com/Download/driverResults.aspx/190414/en-us/ Tested with Kernel 5.19-rc4, and compiles OK (with a few GCC12 warnings..): ……………….. ld -r -o /home/rgadsdon/NVIDIA-Linux-x86_64-515.57/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/NVIDIA-Linux-x86_64-515.57/kernel/nvidia-modeset/nvidia-modeset-linux.o /home/rga dsdon/NVIDIA-Linux-x86_64-515.57/kernel/nvidia-modeset/nv-kthread-q.o  MODPOST /home/rgadsdon/NVIDIA-Linux-x86_64-515.57/kernel/Module.symvers  CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-515.57/kernel/nvidia-drm.mod.o  LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-515.57/kernel/nvidia-drm.ko  CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-515.57/kernel/nvidia-modeset.mod.o  LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-515.57/kernel/nvidia-modeset.ko  CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-515.57/kernel/nvidia-peermem.mod.o  LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-515.57/kernel/nvidia-peermem.ko  CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-515.57/kernel/nvidia-uvm.mod.o  LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-515.57/kernel/nvidia-uvm.ko  CC … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged nvidia 515.57, ok with kernel 5.19, tested with 5.19-rc4 | Leave a reply

NVIDIA – Patch for Kernel 5.19-rc1

Adventures With Linux ™ Posted on June 5, 2022 by RGJune 5, 2022

There is now a simple patch for kernel 5.19 NVIDIA support, at https://gist.github.com/joanbm/d630a02dde00bf087f64091d331f6dbb .   Although this is (for some reason) for a 470.xx driver, it will apply cleanly to the latest – 515.48.07 – and I have tested it successfully with Kernel 5.19-rc1.. Robert Gadsdon.   June 5th 2022. … Continue reading →

Posted in kernel, NVIDIA, Opinion | Tagged kernel 5.19-rc1 patch, nvidia 515.48.07 | 2 Replies

Kernel – 5.19-rc1 Released. OK With Patched VMware, and a Hack for NVIDIA..

Adventures With Linux ™ Posted on June 5, 2022 by RGJune 5, 2022

Kernel 5.19-rc1 is out, and details are here:  https://lkml.iu.edu/hypermail/linux/kernel/2206.0/04428.html There is a patchset for VMware 16.2.3, at https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-16.2.3-k5.19 .   I have tested this with 5.19-rc1, and VMware compiles and loads/runs OK. The latest NVIDIA driver (515.48.07) compile fails, but a hack is to edit NVIDIA-Linux-x86_64-515.48.07/kernel/nvidia-drm/nvidia-dma-resv-helper.h and NVIDIA-Linux-x86_64-515.48.07/kernel/nvidia-drm/nvidia-drm-prime-fence.c and change nv_dma_resv_add_excl_fence to dma_resv_add_excl_fence After this, the driver compiles … Continue reading →

Posted in Fedora, fix, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged hack for nvidia, kernel 5.19-rc1 released, patch for vmware available | Leave a reply

VMware – Patch for Kernel 5.19-pre..

Adventures With Linux ™ Posted on June 1, 2022 by RGJune 1, 2022

There is a patchset available for Kernel 5.19-pre, at https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-16.2.3-k5.19 I have tested this with the May 29 git version of 5.19-pre, and it compiles and loads/runs OK: …………………… # vmware-modconfig –console –install-all [AppLoader] GLib does not have GSettings support. Stopping vmware (via systemctl): [ OK ] make: Entering directory ‘/tmp/modconfig-11XrFY/vmmon-only’ Using kernel build system. /usr/bin/make -C … Continue reading →

Posted in kernel, Linux, Opinion, patches, VMware | Tagged kernel 5.19-pre, tested, vmware patch available | Leave a reply
Original content © Robert Gadsdon 2013
↑