↓
 

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.9-rc1 Released – VMware Still Broken.. NVIDIA Compile Fails..

Adventures With Linux ™ Posted on August 16, 2020 by RGAugust 16, 2020

Kernel 5.9-rc1 is out, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/2008.2/00223.html As expected, VMware is still broken, and fails/reboots when a VM start is attempted. Vmnet, with the latest patch, compiles OK, and there is a patch for vmmon and Kernel 5.9 available, for the Workstation 16 early-release, here: https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-16 With regard to NVIDIA, the interim patch for … Continue reading →

Posted in Crash and Burn.., kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.9-rc1, nvidia compile fails, vmmon vmnet patches available, vmware still broken | 2 Replies

NVIDIA – Early Patch for 5.9 Available..

Adventures With Linux ™ Posted on August 13, 2020 by RGAugust 13, 2020

There is already an early NVIDIA 450.57 patch for Kernel 5.9, and thanks to Pete for the info, and Isaak I. Aleksandrov for the patch ..   This was not shown in the general list I had at https://gitlab.com/users/EULA/snippets, but the direct link is here:  https://gitlab.com/EULA/snippets/-/blob/55de41ae16851dc0fc7973901c1f71007b2a4efb/NVIDIA/450.57/kernel-5.9.patch I have tested this with the August 9th pre-release I used in … Continue reading →

Posted in alpha release, compilation, Linux, NVIDIA, Opinion, patches | 3 Replies

Kernel – 5.9-rc – Preliminary Testing – Breaks VMware and NVIDIA, and VirtualBox..

Adventures With Linux ™ Posted on August 10, 2020 by RGAugust 10, 2020

After all the excitement around the release of Kernel 5.8, I ran some tests on the work-in-progress git version (August 9th) of Kernel 5.9-rc1.   Obviously, there are more changes to come before RC1 is actually released.. NVIDIA 450.57 compile fails: ……………………. CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/nvidia-uvm/nv-kthread-q.o CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/nvidia-uvm/nv-kthread-q-selftest.o CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/nvidia-uvm/uvm8.o In file included from /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/nvidia-uvm/uvm8.c:31: /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/nvidia-uvm/uvm8_va_range.h: In … Continue reading →

Posted in alpha release, Hacks, kernel, Linux, NVIDIA, Opinion, VirtualBox, VMware | Tagged compile tests only, git version august 9th, interim tests, kernel 5-9rc, nvidia fails, vitrtualbox fails, vmmon fails | 4 Replies

Kernel – 5.8 Released – NVIDIA OK, but VMware Runtime Causes Reboot, With No Warning..

Adventures With Linux ™ Posted on August 2, 2020 by RGAugust 2, 2020

Kernel 5.8 is out, and details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2008.0/00586.html The (patched) VMware 15.5.6  vmmon/vmnet modules compile OK, and the latest NVIDIA driver 450.57 compiles and runs OK. However….    I cannot upgrade my main systems, as the catastrophic VMware runtime reboot still occurs, as mentioned in previous articles: $ uname -a Linux rgz220 5.8.0 #2 SMP Sun Aug … Continue reading →

Posted in Crash and Burn.., kernel, Linux, NVIDIA, Opinion, VMware | Tagged failure, Kernel 5.8, nvidia 450.57 ok, released, vmware runtime immediate reboot, vmware vmmon vmnet ok | 5 Replies

NVIDIA – New Driver 450.57 – Compiles OK with Kernel 5.8..

Adventures With Linux ™ Posted on July 20, 2020 by RGJuly 20, 2020

NVIDIA have released beta driver 450.57, and details are here:  https://www.nvidia.com/Download/driverResults.aspx/162107/en-us I have tested this with Kernel 5.8-rc6, and it compiles successfully, and (so far) appears to run OK..: ……………………………… ld -r -o /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/nvidia-modeset/nvidia-modeset-linux.o /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/nvidia-modeset/nv-kthread-q.o MODPOST /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/Module.symvers CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/nvidia-drm.ko CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/nvidia-modeset.ko CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/nvidia-uvm.mod.o LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-450.57/kernel/nvidia-uvm.ko CC … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged 450.57, beta, new driver, nvidia, ok with kernel 5.8, tested with 5.8-rc6 | Leave a reply

NVIDIA – New Drivers – OK with Kernel 5.7. Existing Patch Works for 5.8.

Adventures With Linux ™ Posted on June 24, 2020 by RGJune 24, 2020

NVIDIA have released new drivers 440.100 and (beta) 450.51, and details are here:  https://www.nvidia.com/Download/driverResults.aspx/160175/en-us and https://www.nvidia.com/Download/driverResults.aspx/160555/en-us Both compile OK with Kernel  5.7 (tested with 5.7.5) and the existing Kernel 5.8 patch for 440.82 still works with both versions – with some offsets.  (compile tested with Kernel 5.8-rc2). Robert Gadsdon.   June 24th 2020. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged 440.100, beta 450.51, existing patch works for kernel 5.8, nee drivers, nvidia, ok with kernel 5.7 | 2 Replies

Kernel – 5.8-rc1 Released – Problem with VMware Runtime..

Adventures With Linux ™ Posted on June 14, 2020 by RGJune 14, 2020

Kernel 5.8-rc1 has been released, and details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2006.1/07293.html NVIDIA 440.82 with the 5.7 and 5.8 patches seems to be OK, but I have encountered a serious problem with VMware, and have now confirmed the same fault on two different systems (both Fedora 32 x86_64) The VMware 15.5.6 vmmon/vmnet modules compile/run OK with the kernel 5.7 … Continue reading →

Posted in Crash and Burn.., Fedora, kernel, Linux, NVIDIA, Opinion, VMware | Tagged Kernel 5.8-rc1 released, patched nvidia ok, reboot when loading vm, vmware runtime segfault | Leave a reply

Kernel – 5.8 Pre-testing.. Fix for NVIDIA. Problems with VMware Runtime.

Adventures With Linux ™ Posted on June 12, 2020 by RGJune 12, 2020

There is now an interim patch available, for NVIDIA 440.82 and Kernel 5.8, at https://gitlab.com/snippets/1986228 This should be applied as well as the 5.7 patch, and I have tested this with pre-release Kernel 5.8-git version from June 12th, and it works OK.    Note that this is an interim patch, and may be updated once 5.8-rc1 is released.. … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.8pre-release, nvidia 440.82 patch available, vmware-modconfig segfaults, workarounds | 1 Reply

Kernel – 5.8 Pre Testing.. Patched VMware OK, NVIDIA Not..

Adventures With Linux ™ Posted on June 11, 2020 by RGJune 11, 2020

Kernel 5.8-rc1 is due out soon, and I created the latest (git) version for testing, to see what might break.   Bear in mind, that there will be changes from this version to the ‘released’ RC1.. VMware: VMware 15.5.6 – with the latest patches for vmmon and vmnet – compiles OK. NVIDIA: NVIDIA driver 440.82 with the Kernel … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged compilation only tested, kernel 5.8 pre tests, patched nvidia fails, patched vmware ok | 1 Reply

Kernel – 5.7 Is Out. OK with Patched VMware and NVIDIA..

Adventures With Linux ™ Posted on May 31, 2020 by RGMay 31, 2020

Kernel 5.7 has been released, and brief details of changes since -rc7 are here:  http://lkml.iu.edu/hypermail/linux/kernel/2005.3/09342.html The patched versions of VMware 15.5.5 and NVIDIA 440.82 both compile OK, as expected, and the patched pre-Beta VMware 16 20H2 is also OK. VMware patch:  https://github.com/mkubecek/vmware-host-modules/tree/workstation-15.5.5 NVIDIA patch: https://gitlab.com/snippets/1965550 Robert Gadsdon.   May 31st 2020.   … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.7 released, patched nvidia 440.82 ok, patched vmware 15.5.5 ok | 2 Replies

Post navigation

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