↓
 

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 Final – NVIDIA Still ‘Tainted’..

Adventures With Linux ™ Posted on October 11, 2020 by RGOctober 11, 2020

Kernel 5.9 has finally been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/2010.1/02900.html The latest NVIDIA drivers still fail to install completely, with nvidia-uvm ‘tainted’: [ 710.097439] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 455.28 Wed Sep 30 01:05:16 UTC 2020 [ 710.099400] nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint. [ 710.099488] nvidia_uvm: Unknown symbol … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.9 final, nvidia still tainted, released, vmware 16 ok | 5 Replies

Kernel – 5.9-rc6 – Rare Compile Fail!

Adventures With Linux ™ Posted on September 20, 2020 by RGSeptember 20, 2020

Kernel 5.9-rc6 has been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/2009.2/05870.html In a very rare occurrence, the kernel compile actually fails: …………………………….. CALL scripts/checksyscalls.sh CALL scripts/atomic/check-atomics.sh DESCEND objtool CHK include/generated/compile.h CC drivers/dax/super.o drivers/dax/super.c:325:6: error: redefinition of ‘dax_supported’ 325 | bool dax_supported(struct dax_device *dax_dev, struct block_device *bdev, | ^~~~~~~~~~~~~ In file included from drivers/dax/super.c:16: ./include/linux/dax.h:162:20: note: previous definition … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged inherited taint, kernel 5.9-rc6, nvidia 450.66 455.23.04, nvidia-uvm, patched, rare compile fail, revert dax patch, vmware 16 ok, workaround | 1 Reply

NVIDIA – New Beta Driver – Compiles OK with Kernel 5.9, but Still Has ‘Tainted’ Issue….

Adventures With Linux ™ Posted on September 17, 2020 by RGSeptember 17, 2020

NVIDIA have released beta driver 455.23.04, and details are here:  https://www.nvidia.com/Download/driverResults.aspx/163518/en-us This compiles OK with Kernel 5.9 – tested with 5.9-rc5 – but still suffers from the ‘tainted’ problem with nvidia-udm: …………………… [356113.979463] nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint. [356113.987691] nvidia_uvm: Unknown symbol radix_tree_preloads (err -2) [356113.993562] nvidia_uvm: Unknown symbol set_cpus_allowed_ptr (err -2) … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged 455.23.04, beta, compiles with 5.9-rc5, new driver, nvidia, nvidia-uvm still tainted | Leave a reply

Kernel – 5.9-rc5 – Patched VMware Still OK, NVIDIA still ‘Tainted’..

Adventures With Linux ™ Posted on September 13, 2020 by RGSeptember 13, 2020

Kernel 5.9-rc5 is out, and brief details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2009.1/06650.html The patched vmmon/vmnet for VMware 15.5.6 still work OK, and the workaround for the runtime segfault etc. is in a previous article, here: http://rglinuxtech.com/?p=2819 .    Note that the 5.8/5.9 fix is now incorporated in the usual 15.5.6 patchset, here:  https://github.com/mkubecek/vmware-host-modules/tree/workstation-15.5.6 NVIDIA with the partial 5.8/5.9 patches still … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged 5.8 patched vmware ok, kernel 5.9-rc5 released, nvidia taint, segfault workarounds | 2 Replies

Kernel – 5.9-rc4 Released. VMware 5.8 patch works. NVIDIA Still Tainted..

Adventures With Linux ™ Posted on September 6, 2020 by RGSeptember 6, 2020

Kernel 5.9-rc4 is out, and details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2009.0/06783.html The new VMware  ‘kernel 5.8’ patchset ( http://rglinuxtech.com/?p=2819 ) works with 5.9-rc4, but nvidia-drm from driver 450.66 still shows as ‘tainted’.    It is possible to get a graphical screen by just using the nvidia.ko module by itself.. Robert Gadsdon.   September 6th 2020. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.9-rc4, nvidia-drm still tainted, vmware 5.8 patches work | 3 Replies

Kernel – 5.9-rc2 – NVIDIA Patches, Kernel Taint, and Wait for VMware 16..

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

Kernel 5.9-rc2 is out, and brief details of changes since -rc1 are here: http://lkml.iu.edu/hypermail/linux/kernel/2008.2/10710.html The patched VMware 16 prerelease versions of vmmon and vmnet compile OK, but any further tests will have to wait until the release of Workstation 16 in about a months time.. NVIDIA 450.66 can be made to (almost..) work, by applying the 5.9 … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.9-rc2 released, kernel taint with nvidia_uvm, mmu patch, nvidia 450.66 patch, until version 16 released, vmware runtime problem | 3 Replies

NVIDIA – 5.9-patched 450.57 Crash, New Driver 450.66 Released..

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

There is a new driver 450.66 available, and details are here:  https://www.nvidia.com/Download/driverResults.aspx/163238/en-us No patch – yet – and there is an issue with the old ‘GPL block’ again..  https://gitlab.com/EULA/snippets/-/commit/9c295c9b9b9453de00941a5c84cb3c9385eafe6e I had just tested the latest version of the 5.9 patch for NVIDIA driver 450.57, and it compiled OK, but loading was problem, and the mouse ‘wobbled’ all … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion | Tagged 450.57 crash, kernel 5.9 patch, new driver 450.66, nvidia | 3 Replies

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

Post navigation

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