↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Monthly Archives: May 2021

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

ARM64 – Pi 4 USB Problems – And a Messy Fix..

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

After some delay, I finally had a ‘good’ cooling solution for my 8GB Pi4, and resumed testing.. The last Kernel version I had running on it was 5.9-rc4, and everything seemed to be working OK (including 8GB of memory recognised). I then updated to 5.11.18, and found that none of the USB ports worked: # dmesg |grep … Continue reading →

Posted in aarch64, Crash and Burn.., Fedora, fix, Hacks, kernel, Linux / ARM, Opinion, patches, quirks, Raspberry Pi 4 | Tagged 5.10.34 fails, 5.11.18 with RH patchset, 5.12 fails, 5.13-rc fails, 5.9.16 works, 8gb, pi4, usb fails, workaround | 3 Replies

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
Original content © Robert Gadsdon 2013
↑