↓
 

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 – 4.3 Final released – OK with Latest VMware and NVIDIA…

Adventures With Linux ™ Posted on November 2, 2015 by RGNovember 2, 2015

Updated to Kernel 4.3 ‘Final’ and the latest versions of VMware (12.0.1) and NVIDIA (tested with 352.55) install and load/run OK, without the need for any patches.. Brief details of changes from -rc7 are here: http://lkml.iu.edu/hypermail/linux/kernel/1511.0/00204.html $ uname -a Linux rglinux-i7 4.3.0 #1 SMP Sun Nov 1 17:27:46 PST 2015 x86_64 x86_64 x86_64 GNU/Linux Robert Gadsdon.   November … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel 4.3 final, linux, no patches needed, nvidia 352.55, released, success, vmware 12.0.1 | 2 Replies

NVIDIA – Driver 358.09, OK with Kernel 4.3..

Adventures With Linux ™ Posted on October 12, 2015 by RGOctober 12, 2015

The latest (beta) NVIDIA driver – 358.09 – compiles and install/runs OK with Kernel 4.3 (tested with 4.3-rc5). Release notes, and download, at http://www.geforce.com/drivers/results/92712 Robert Gadsdon.  October 12, 2015. … Continue reading →

Posted in kernel, Linux, NVIDIA | Tagged 358.09, kernel 4.3, nvidia, ok | 4 Replies

Kernel – 4.2.2 Finally Fixes NVIDIA GPL-Only..

Adventures With Linux ™ Posted on September 29, 2015 by RGSeptember 29, 2015

Just updated to Kernel 4.2.2, and the long-standing NVIDIA GPL-only issue is finally fixed.. From the changelog: commit 4f7760e963db10618dd3617bcf6254d896094e37 Author: Tim Gardner <tim.gardner@canonical.com> Date: Tue Aug 4 11:26:04 2015 -0600 workqueue: Make flush_workqueue() available again to non GPL modules And I can confirm that NVIDIA 355.11 compiles OK, without any patches.. The complete changelog is here: https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.2.2 … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Performance | Tagged 355.11 compiles ok, kernel 4.2.2, nvidia gpl-only fixed | Leave a reply

Kernel – 4.2.1 – Still Breaks NVIDIA?

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

Tried the ‘release candidate’ version of Kernel 4.2.1 (via patch, at https://www.kernel.org/pub/linux/kernel/v4.x/stable-review), and the GPL_only issue with NVIDIA drivers is still there…      Exactly why we have to wait for Kernel 4.3 for this to be fixed is a mystery, as the simple one-line patch was proposed weeks ago, for 4.2-rc5.. Robert Gadsdon.   September 19, 2015. … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion | Tagged fail, gpl_only, kernel 4.2.1, nvidia, wait for 4.3? | 2 Replies

NVIDIA – Patch for Kernel 4.3-rc1 Compile Error..

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

Thanks to juston_li on the NVIDIA forums, there is now a patch to fix the compile error with Kernel 4.3-rc1. Details – and the patch – can be found here:   https://devtalk.nvidia.com/default/topic/877365/linux/355-11-linux-4-3-rc1-build-error/ I have applied this, and the NVIDIA driver now compiles and installs OK (as the GPL_Only error was fixed in 4.3-rc1). Now to attempt to use … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA | Tagged compile error, kernel 4.3-rc1, nvidia, patch, success | Leave a reply

Kernel – 4.3-rc1 – Breaks NVIDIA and VMware..

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

Updated the test system to Kernel 4.3-rc1.. $ uname -a Linux rg6830l 4.3.0-rc1 #1 SMP Sat Sep 12 19:15:35 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux Brief details of changes are here:  http://lkml.iu.edu/hypermail/linux/kernel/1509.1/03200.html The NVIDIA gpl_only issue has been fixed in linux/kernel/workqueue.c, but the compile now fails even before that is reached: /home/rgadsdon/NVIDIA-Linux-x86_64-355.11/kernel/nvidia/nv-procfs.c: In function ‘nv_procfs_read_registry’: /home/rgadsdon/NVIDIA-Linux-x86_64-355.11/kernel/nvidia/nv-procfs.c:363:12: error: … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged compile fails, error: void value not ignored, kernel 4.3-rc1, nvidia, vmware | 1 Reply

Kernel – 4.2 Final – Still Breaks NVIDIA…

Adventures With Linux ™ Posted on September 1, 2015 by RGSeptember 1, 2015

Tested the 4.2 Final kernel, and the later NVIDIA drivers still fail to install, with the same GPL-only error.. A simple patch to fix this was proposed for 4.2-rc5, some time ago, but – for some reason – has failed to make it into the ‘final’ release..’ Details of the patch are here:  http://lkml.iu.edu/hypermail/linux/kernel/1508.0/02260.html Maybe this will … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion | Tagged gpl-only, kernel 4.2 final, nvidia driver compile fail, patch proposed | Leave a reply

Kernel – 4.2-rc8 – One More Last -rc After All…

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

Kernel 4.2-rc8 has been released, but does not include the ‘GPL-only’ patch for NVIDIA:  http://lkml.iu.edu/hypermail/linux/kernel/1508.3/00008.html FATAL: modpost: GPL-incompatible module nvidia.ko uses GPL-only symbol ‘flush_workqueue’ A patch was proposed (for -rc5..) but has still not been incorporated:  http://lkml.iu.edu/hypermail/linux/kernel/1508.2/02297.html Details of the patch are here:  http://lkml.iu.edu/hypermail/linux/kernel/1508.0/02260.html Hopefully this patch will be included with 4.2 Final, but there is a … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged flush_workqueue, gpl-only, kernel 4.2-rc8, nvidia, patch proposed, patch still missing | Leave a reply

Kernel – 4.2-rc7 – NVIDIA/GPL Issue – Patch Proposed, Not Included Yet..

Adventures With Linux ™ Posted on August 17, 2015 by RGAugust 17, 2015

A simple patch for the GPL-only issue with NVIDIA drivers was submitted on August 4, 2015, but has still not been included with 4.2-rc7..     http://lkml.iu.edu/hypermail/linux/kernel/1508.0/02260.html The patch has been put forward for 4.3, but there has been a request for it to be included with the upcoming 4.2 release.. http://lkml.iu.edu/hypermail/linux/kernel/1508.0/02703.html Robert Gadsdon.   August 16, 2015. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged gpl-only, kernel 4.2, not included yet, nvidia, patch proposed | Leave a reply

Kernel – 4.2-rc6 Still Breaks NVIDIA…

Adventures With Linux ™ Posted on August 11, 2015 by RGAugust 11, 2015

Updated the test system to Kernel 4.2-rc6, and the NVIDIA ‘GPL-Only’ problem still persists:  Building modules, stage 2.  MODPOST 2 modules FATAL: modpost: GPL-incompatible module nvidia.ko uses GPL-only symbol ‘flush_workqueue’ /usr/src/linux-4.2-rc6/scripts/Makefile.modpost:90: recipe for target ‘__modpost’ failed make[3]: *** [__modpost] Error 1 /usr/src/linux-4.2-rc6/Makefile:1389: recipe for target ‘modules’ failed make[2]: *** [modules] Error 2 make[2]: Leaving directory ‘/usr/src/linux-4.2-rc6’ Makefile:146: … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion | Tagged gpl-only, kernel 4.2-rc6, module fail, nvidia 355.06 | Leave a reply

Post navigation

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