↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: NVIDIA

Post navigation

← Older posts
Newer posts →

Kernel – 5.13 is Out. OK with latest NVIDIA, and VMware (Patched..)

Adventures With Linux ™ Posted on June 27, 2021 by RGJune 27, 2021

Kernel 5.13 has been released, and brief details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2106.3/02627.html As expected, the latest NVIDIA (470.42.01) and VMware 16.1.2 (patched) compile and load/run OK..     The latest VMware patches (vmmon/vmnet) can be found here:  https://github.com/mkubecek/vmware-host-modules/tree/workstation-16.1.2    ‘New’ releases of VMware sometimes compile OK with the latest kernel, without these, but the patched code typically compiles more cleanly… Robert … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged 16.1.2, 470.42.01, kernel 5.13 released, nvidia ok, vmware ok | Leave a reply

NVIDIA – New Driver 465.31 – OK with Kernel 5.13..

Adventures With Linux ™ Posted on May 20, 2021 by RGMay 20, 2021

NVIDIA have released driver 465.31, and this now compiles OK with Kernel 5.13 (tested with 5.13-rc2)..   Details are here:  https://forums.developer.nvidia.com/t/linux-solaris-and-freebsd-driver-465-31-new-feature-branch-release/178316 ………………………………… ld -r -o /home/rgadsdon/NVIDIA-Linux-x86_64-465.31/kernel/nvidia-modeset/nv-modeset-interface.o /home/r gadsdon/NVIDIA-Linux-x86_64-465.31/kernel/nvidia-modeset/nvidia-modeset-linux.o /home/rgadsdon/NVIDIA-L inux-x86_64-465.31/kernel/nvidia-modeset/nv-kthread-q.o  MODPOST /home/rgadsdon/NVIDIA-Linux-x86_64-465.31/kernel/Module.symvers  CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-465.31/kernel/nvidia-drm.mod.o  LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-465.31/kernel/nvidia-drm.ko  CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-465.31/kernel/nvidia-ib-peermem-stub.mod.o  LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-465.31/kernel/nvidia-ib-peermem-stub.ko  CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-465.31/kernel/nvidia-modeset.mod.o  LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-465.31/kernel/nvidia-modeset.ko  CC [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-465.31/kernel/nvidia-peermem.mod.o  LD [M]  /home/rgadsdon/NVIDIA-Linux-x86_64-465.31/kernel/nvidia-peermem.ko  CC [M] … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, Wayland | Tagged 465.31, compiles ok, nvidia, ok with kernel 5.13, tested with 5.13-rc2 | Leave a reply

NVIDIA – Patch for Kernel 5.13 Support..

Adventures With Linux ™ Posted on May 10, 2021 by RGMay 10, 2021

There is now a patch for NVIDIA 465.27 with Kernel 5.13-rc.. at: https://gist.github.com/joanbm/4a9d392e6f2d45c93ef434bda78174e5  – click on ‘Raw’ to download the source.. Thanks (again) to Joan Bruguera for the patch, and Willy Frissen for the notification.. I have tested this with Kernel 5.13-rc1, and the driver now compiles OK, and loads/runs.. Robert Gadsdon.   May 10th 2021. … Continue reading →

Posted in fix, kernel, Linux, NVIDIA, Opinion, patches | Tagged nvidia 465.27, patch for kernel 5.13 | Leave a reply

Kernel – 5.13-rc1 – OK with patched VMware, Breaks NVIDIA..

Adventures With Linux ™ Posted on May 10, 2021 by RGMay 10, 2021

Kernel 5.13-rc1 is out and brief details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2105.1/00457.html VMware 16.1.1 (patched..) compiles and loads OK, but NVIDIA 465.27 compile fails: ……………………………. /home/rgadsdon/NVIDIA-Linux-x86_64-465.27/kernel/nvidia-drm/nvidia-drm-crtc.c: At top level: /home/rgadsdon/NVIDIA-Linux-x86_64-465.27/kernel/nvidia-drm/nvidia-drm-crtc.c:454:23: error: initialization of ‘int (*)(struct drm_plane *, struct drm_atomic_state *)’ from incompatible pointer type ‘int (*)(struct drm_plane *, struct drm_plane_state *)’ [-Werror=incompatible-pointer-types] 454 | .atomic_check = nv_drm_plane_atomic_check, | ^~~~~~~~~~~~~~~~~~~~~~~~~ … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 16.1.1, 465.27, kernel 5.13-rc1, nvidia compile fails, vmware ok | 5 Replies

Kernel – 5.12 Final – OK with Patched VMware, and Latest NVIDIA..

Adventures With Linux ™ Posted on April 25, 2021 by RGApril 25, 2021

Kernel 5.12 has – finally – been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/2104.3/00596.html As expected, the latest (patched) VMware 16.1.1 and NVIDIA 465.24.02 compile and load/run OK.. The first release candidate of Kernel 5.13 will be out in about two weeks time, and indications are that this will include quite a large number of changes.. Robert … Continue reading →

Posted in Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.12 released, ok with nvidia 465.24.02, ok with vmware 16.1.1 patched | 1 Reply

Compiler – Fun with CLANG – Kernel, NVIDIA, and VMware…

Adventures With Linux ™ Posted on March 27, 2021 by RGMarch 30, 2021

I have been carrying out some preliminary tests to see how feasible it is to compile the Linux Kernel, and NVIDIA drivers, and VMware, using the ‘alternative’ to GCC – CLANG.. The kernel compile is relatively easy, and well documented: # make CC=clang HOSTCC=clang -j8 (for a 4-core system) The compile seems to be slower than GCC, … Continue reading →

Posted in clang, compilation, Fedora, gcc, kernel, Linux, NVIDIA, Opinion, Performance, quirks, VMware | Tagged clang, compile tests, gcc alternative, kernel, nvidia, success, vmware | 1 Reply

NVIDIA – New Driver 460.67 – OK with Kernel 5.12..

Adventures With Linux ™ Posted on March 18, 2021 by RGMarch 18, 2021

NVIDIA have released driver 460.67, and details are here:  https://forums.developer.nvidia.com/t/linux-solaris-and-freebsd-driver-460-67-long-lived-branch-release/172742 The details mention ‘5.11 release candidates’ but they probably should have said ‘5.12 release candidates’, as the previous driver worked OK with kernel 5.11, and this new one works OK with 5.12 (tested with 5.12-rc3) In other news, I should mention that the KVM/USB crash problems I … Continue reading →

Posted in Linux, NVIDIA, Opinion | Tagged 460.67, new driver, nvidia, ok with kernel 5.12, rc3 fixed usb crash, tested with 5.12-rc3 | Leave a reply

NVIDIA – Patch for Kernel 5.12 Support.

Adventures With Linux ™ Posted on March 2, 2021 by RGMarch 2, 2021

Thanks to Willy Frissen for the info, and joanbm for the patch, which can be found at https://gist.githubusercontent.com/joanbm/7a034ac4b79396c3841040e410ef7e91/raw/b21e792dc0b6f891a4a83d182e0ba9b24b36bd80/nvidia-fix-linux-5.12.patch I have applied this to 460.56, with Kernel 5.12-rc1, and it compiles successfully, and appears to work OK.     Unable to do a longer test, as my 5.12-rc1 system still crashes with a USB error, after the KVM switches out.. … Continue reading →

Posted in fix, kernel, Linux, NVIDIA, Opinion | Tagged nvidia 460.56, patch for kernel 5.12, success | Leave a reply

Kernel – 5.12-rc1 is Out. OK with Patched VMware, NVIDIA fails..

Adventures With Linux ™ Posted on February 28, 2021 by RGFebruary 28, 2021

Kernel 5.12-rc1 has been released, and brief details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2102.3/03831.html Patched VMware 16.1.0 compiles and loads OK, but latest NVIDIA (460.56) compile fails: ………………………. /home/rgadsdon/NVIDIA-Linux-x86_64-460.56/kernel/nvidia-drm/nvidia-drm-drv.c: In function ‘nv_drm_update_drm_driver_features’: /home/rgadsdon/NVIDIA-Linux-x86_64-460.56/kernel/nvidia-drm/nvidia-drm-drv.c:822:38: error: ‘drm_gem_dumb_destroy’ undeclared (first use in this function); did you mean ‘drm_mode_destroy’? 822 | nv_drm_driver.dumb_destroy = drm_gem_dumb_destroy;                                 | ^~~~~~~~~~~~~~~~~~~~ | drm_mode_destroy /home/rgadsdon/NVIDIA-Linux-x86_64-460.56/kernel/nvidia-drm/nvidia-drm-drv.c:822:38: note: each undeclared identifier … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged drm_gem_dumb_destroy, kernel 5.12-rc1, nvidia 460.56 compile fail, patched vmware 16.1.0 ok, released | 2 Replies

Kernel – 5.11 Released. OK with latest NVIDIA, and Patched VMware..

Adventures With Linux ™ Posted on February 14, 2021 by RGFebruary 14, 2021

Kernel 5.11 is out, and brief details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2102.1/08310.html As expected, the latest NVIDIA driver – 460.39 – compiles and loads/runs OK, and (patched) VMware 16.1.0 is also OK. Robert Gadsdon.   February 14th, 2021. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged Kernel 5.11 released, nvidia 460.39 ok, patched vmware 16.1.0 ok | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑