↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

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

Tag Archives: nvidia

Post navigation

← Older posts
Newer posts →

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.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-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-rc1 – and rc2 – and -rc3 – Breaks Nvidia and VMware..

Adventures With Linux ™ Posted on July 6, 2015 by RGJuly 20, 2015

Update:   Same results with 4.2-rc3..    (RG  July 19) Update:   Kernel 4.2-rc2 fails with VMware (vmnet) and NVIDIA in the same ways..     (RG July 14) Updated to kernel 4.2-rc1 on the test system: # uname -a Linux rg6830l 4.2.0-rc1 #1 SMP Sun Jul 5 18:36:06 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux Brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1507.0/02156.html VMware 11.1.2 … Continue reading →

Posted in Linux | Tagged 11.1.2, 346.82, 352.21, compile fail, gpl-only, kernel 4.2-rc1, nvidia, sk_alloc, too few arguments, vmnet, vmnetbridgeup, vmware, workqueue.c | Leave a reply

NVIDIA – Kernel 4.1 GPL-only Fixed

Adventures With Linux ™ Posted on May 7, 2015 by RGMay 7, 2015

The GPL error with NVIDIA drivers and kernel 4.1-rc has been fixed with a patch to linux/arch/x86/kernel/process.c Details are at http://lkml.iu.edu/hypermail/linux/kernel/1505.0/03818.html.    EXPORT_PER_CPU_SYMBOL_GPL(cpu_tss); has been replaced by EXPORT_PER_CPU_SYMBOL(cpu_tss); I have applied the patch to Kernel 4.1-rc2, and rebooted, and NVIDIA driver 346.59 now compiles and loads OK.. Robert Gadsdon.   May 6, 2015. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Performance | Tagged cpu_tss, fixed, gpl issue, kernel 4.1, nvidia, process.c | Leave a reply

NVIDIA – New Driver 346.59 – OK with Kernel 4.0..

Adventures With Linux ™ Posted on April 7, 2015 by RGApril 7, 2015

NVIDIA have a new ‘long lived branch’ driver – 346.59, and – as expected – it installs/loads OK with kernel 4.0-rc7 Brief details here:   http://www.nvidia.com/Download/driverResults.aspx/83686/en-us Robert Gadsdon.   April 7, 2015. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA | Tagged 346.59, kernel 4.0-rc7, new driver, nvidia, success | 1 Reply

NVIDIA – New Driver, Still Needs Patch for 4.0..

Adventures With Linux ™ Posted on February 25, 2015 by RGFebruary 25, 2015

Tested the new NVIIDIA driver 346.47, and it still needs the patch for Kernel 4.0-rc1..  https://rglinuxtech.com/?p=1332 More details here:  http://www.nvidia.com/Download/driverResults.aspx/82252/en-us Robert Gadsdon..  February 25, 2015. … Continue reading →

Posted in Hacks, kernel, Linux, NVIDIA | Tagged 346.47, kernel 4.0 patch, nvidia | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.