↓
 

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.9-rc2 Breaks VMware and NVIDIA – Patch for NVIDIA..

Adventures With Linux ™ Posted on October 24, 2016 by RGOctober 24, 2016

Updated the test system to Kernel 4.9-rc2, and both VMware (12.5.0) and NVIDIA (370.28 and 375.10) failed to compile.. Fedora 25 (Workstation Edition) Kernel 4.9.0-rc2 on an x86_64 (ttyS0) ………….. # uname -a Linux rgtest 4.9.0-rc2 #1 SMP Sun Oct 23 20:33:10 PDT 2016 x86_64 x86_64 x86_64 GNU/Linux NVIDIA compile fail: ………….. /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia/os-mlock.c:120:55: error: passing argument 5 … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged fix for nvidia, get_user_pages changed, kernel 4.9-rc2, nvidia compile fail, vmware compile fail | 4 Replies

Kernel – 4.9-rc1 released – OK with Latest VMware, and NVIDIA 370.28/367.57

Adventures With Linux ™ Posted on October 15, 2016 by RGOctober 16, 2016

Kernel 4.9-rc1 has been released, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/1610.1/03881.html Fedora 25 (Workstation Edition) Kernel 4.9.0-rc1 on an x86_64 (ttyS0) ………….. # uname -a Linux rgtest 4.9.0-rc1 #1 SMP Sat Oct 15 13:42:12 PDT 2016 x86_64 x86_64 x86_64 GNU/Linux Latest VMware (12.5.0) compiled and ran OK.. NVIDIA drivers 367.57 and  370.28 compiled OK.. …. Building modules, … Continue reading →

Posted in kernel, Linux, NVIDIA, Performance, VMware | Tagged kernel, kernel 4.9-rc1 released, linux, nvidia 367.44 fail, nvidia 370.28 ok, vmware 12.5.0 ok | Leave a reply

Kernel – 4.8 Final – OK with Latest VMware and NVIDIA..

Adventures With Linux ™ Posted on October 3, 2016 by RGOctober 3, 2016

Kernel 4.8 is out, and is – unusually – OK with the latest versions of VMware (12.5.0) and NVIDIA (370.28), without any patches.. Robert Gadsdon.   October 2, 2016. PS..  Apologies for the delay in responding to comments – I should get an email alert for each (non-spam) one, and for some reason this is not happening..  RG … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Tagged 4.8 final, kernel 4.8.0, nvidia 370.28, ok with nvidia and vmware, vmware 12.5.0 | 1 Reply

NVIDIA – New Driver – OK with 4.8..

Adventures With Linux ™ Posted on September 10, 2016 by RGSeptember 10, 2016

NVIDIA have release driver version 370.28, and it compiles OK with Kernel 4.8, without any patches..   Tested with 4.8-rc5: ………………….. Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia-drm.ko CC /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia-modeset.ko CC /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia-uvm.mod.o LD [M] /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia-uvm.ko CC /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia.mod.o LD [M] /home/rgadsdon/kernel/rgtest_kernel-sept2016/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia.ko make[2]: Leaving directory ‘/usr/src/linux-4.8-rc5’ make[1]: Leaving directory ‘/usr/src/linux-4.8-rc5’ [rgadsdon@rglinux kernel]$ … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, success | Tagged 370.28, compile, nvidia, ok with kernel 4.8, tested with 4.8-rc5 | 1 Reply

NVIDIA – Driver for Kernel 4.7.. Patch for 4.8 Still Works

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

NVIDIA have released their latest driver – 370.23 – which (finally!) works with Kernel 4.7, without any patches.. The driver fails to compile with Kernel 4.8, but the previous 367.35 patch fixes this (See article here: http://rglinuxtech.com/?p=1788). Tested with 4.8-rc2: ………….. ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-370.23-patched/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-370.23-patched/kernel/nvidia-modeset/nvidia-modeset-linux.o Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-370.23-patched/kernel/nvidia-drm.mod.o LD [M] … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA | Tagged 370.23, 4.8-rc2, new driver, nvidia, patch for 4.8, success, works with 4.7 | 2 Replies

KERNEL – 4.8-rc1 Out – Breaks VMware and NVIDIA – and Fixes..

Adventures With Linux ™ Posted on August 8, 2016 by RGAugust 8, 2016

Kernel 4.8-rc1 is out, and brief details are here:   http://lkml.iu.edu/hypermail/linux/kernel/1608.0/04804.html VMware 12.1.1 – with the previous 4.6/4.7 patches, fails to compile vmmon: /tmp/modconfig-gfkQLR/vmmon-only/linux/hostif.c: In function ‘HostIF_EstimateLockedPageLimit’: /tmp/modconfig-gfkQLR/vmmon-only/linux/hostif.c:1597:47: error: ‘NR_ANON_PAGES’ undeclared (first use in this function) Further research revealed that NR_ANON_PAGES has been changed to NR_ANON_MAPPED in 4.8, and so the fix is quite simple.. In ~/vmmon-only/linux/hostif.c, around … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Performance, VMware | Tagged additional patches, breaks vmware and nvidia, compiles ok, hostif.c, kernel 4.8-rc1, nvidia 367.35, nvidia-drm, patches available, vmmon, vmware 12.1.1 | 8 Replies

KERNEL – 4.7 Released – OK with Patched VMware and NVIDIA..

Adventures With Linux ™ Posted on July 24, 2016 by RGJuly 24, 2016

Kernel 4.7 has been released – slightly later than usual – and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1607.3/00150.html $ uname -a Linux rglinux-i7 4.7.0 #1 SMP Sun Jul 24 14:34:37 PDT 2016 x86_64 x86_64 x86_64 GNU/Linux Neither VMware nor NVIDIA have drivers that work with this kernel version, but the 4.7-rc patched versions of VMware 12.1.1 and NVIDIA … Continue reading →

Posted in Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged fix, kernel 4.7, nvidia 367.35 patched, ok, released, vmware 12.1.1 patched | 1 Reply

NVIDIA – Latest Driver – Still Fails with Kernel 4.7..

Adventures With Linux ™ Posted on July 16, 2016 by RGJuly 16, 2016

Kernel 4.7-rc7 is out, and 4.7 Final should be next, but the latest NVIDIA driver released – 367.35 – still fails to compile with 4.7-rc7..     The patch for 367.xx still works OK…  Details here:  http://rglinuxtech.com/?p=1750 In case you need to create an executable (NVxx.xxx.run) incorporating the patch, details on how to do this are in an older … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux, NVIDIA, Performance | Tagged compile fail, executable plus patch, fix, kernel 4.7-rc7, nvidia 367.35, patch | 1 Reply

NVIDIA – New Driver – Still Broken with Kernel 4.7 – Patch Fix OK..

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

Just tested the latest NVIDIA driver – 367.27 – and it fails to compile with Kernel 4.7-rc3.     To fix this, the patch for 367.18 still works ( details at http://rglinuxtech.com/?p=1750 ). ……………….. Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/Desktop/kernel/NVIDIA-Linux-x86_64-367.27.patched/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/Desktop/kernel/NVIDIA-Linux-x86_64-367.27.patched/kernel/nvidia-drm.ko CC /home/rgadsdon/Desktop/kernel/NVIDIA-Linux-x86_64-367.27.patched/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/Desktop/kernel/NVIDIA-Linux-x86_64-367.27.patched/kernel/nvidia-modeset.ko CC /home/rgadsdon/Desktop/kernel/NVIDIA-Linux-x86_64-367.27.patched/kernel/nvidia-uvm.mod.o LD [M] /home/rgadsdon/Desktop/kernel/NVIDIA-Linux-x86_64-367.27.patched/kernel/nvidia-uvm.ko CC /home/rgadsdon/Desktop/kernel/NVIDIA-Linux-x86_64-367.27.patched/kernel/nvidia.mod.o LD … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion | Tagged compile fail with kernel 4.7-rc3, nvidia 367.27, patch ok | 2 Replies

Kernel – 4.7-rc2 Released – rc1 Patches Still Work.

Adventures With Linux ™ Posted on June 6, 2016 by RGJune 6, 2016

Kernel 4.7-rc2 is out and brief details of changes from -rc1 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1606.0/03592.html After all the later-rc breakage with 4.6, I tested the latest patched NVIDIA drivers, and VMware, with this version, and all the previous 4.6/4.7 patches for VMware 12.1.1, and the 4.7 patches for NVIDIA 367.18 and 361.45.11 still work.   See http://rglinuxtech.com/?p=1748 and http://rglinuxtech.com/?p=1750 … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged kernel 4.7-rc2, nvidia 367.18 and 361.45.11, nvidia and vmware patches still work, vmware 12.1.1 | Leave a reply

Post navigation

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