↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: NVIDIA

Post navigation

← Older posts
Newer posts →

NVIDIA – 418.56 Released – Kernel 5.1 Fix still Applies, with Slight Tweak..

Adventures With Linux ™ Posted on March 21, 2019 by RGMarch 21, 2019

NVIDIA have released driver 418.56, and details are here:  https://devtalk.nvidia.com/default/topic/1048767/announcements-and-news/-linux-solaris-and-freebsd-driver-418-56-long-lived-branch-release-/ This version has almost the same problems with Kernel 5.1-rc1 as 418.43, but the fix mentioned in the previous article still applies, after the fixes for ‘list_is_first‘ in   ~/kernel/common/inc/nv-list-helpers.h and ~/kernel/nvidia-uvm/uvm8_range_tree.c have been removed, as these are no longer required, and would now cause the compile to … Continue reading →

Posted in compilation, fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches, Performance | Tagged fix still applies, kernel 5.1-rc1, nvidia 418.56, with mods | Leave a reply

NVIDIA – Fix for 418.43 to Work with Kernel 5.1-rc1..

Adventures With Linux ™ Posted on March 19, 2019 by RGMarch 19, 2019

I have done some more investigation into the NVIDIA compile failures with Kernel 5.1-rc1, and now have a – rather inelegant – solution. I found clues to some of the errors in a post relating to nouveau: https://lkml.org/lkml/2019/2/20/50 and the rest were due to content removed from /include/drm/drm_crtc_helper.h in Kernel 5.1-rc1: https://elixir.bootlin.com/linux/v5.1-rc1/source/include/drm/drm_crtc_helper.h compared to: https://elixir.bootlin.com/linux/v5.0.3/source/include/drm/drm_crtc_helper.h.  I also … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches | Tagged fix for kernel 5.1-rc1, nvidia 418.43, tested, works | 3 Replies

Kernel – 5.1-rc1 is out – VMware Fix Available, but NVIDIA Fails.

Adventures With Linux ™ Posted on March 17, 2019 by RGMarch 17, 2019

Kernel 5.1-rc1 has been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1903.2/00496.html VMware with the Kernel 5.0 patches fails to compile vmmon, but thanks to Michal Kubeček, a fix is currently available at https://github.com/mkubecek/vmware-host-modules/tree/workstation-15.0.3-test.   I have applied this, and VMware 15.0.3 compiles and loads/runs OK with Kernel 5.1-rc1. NVIDIA 418.43 compile fails soon after commencing: …………………. /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-418.43/kernel/common/inc/nv-list-helpers.h:94:19: error: … Continue reading →

Posted in compilation, fix, kernel, Linux, NVIDIA, VMware | Tagged 418.43, kernel 5.1-rc1 released, nvidia compile fails, vmware patch available | 6 Replies

Kernel – 5.0 – Finally..

Adventures With Linux ™ Posted on March 3, 2019 by RGMarch 3, 2019

Kernel 5.0 has been – finally – released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1903.0/01288.html As expected, the latest NVIDIA driver (tested with 418.43) compiles and loads OK, and VMware 15.0.2 – with the 5.0 patch – also works OK. Robert Gadsdon.  March 3, 2019. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged details, kernel 5.0, nvidia 418.43 ok, patched vmware 15.0.2 ok, released | Leave a reply

NVIDIA – New Drivers – OK with Kernel 5.0, Fix for Kernel 4.4

Adventures With Linux ™ Posted on February 23, 2019 by RGFebruary 23, 2019

NVIDIA have released new drivers 418.43 and 410.104, which support Kernel 5.0, and also include a fix for a compile problem with ‘legacy’ Kernel 4.4.168.   There is also a new ‘legacy’ 3xx driver 390.116. which – finally –  provides support for Kernel 5.0. Details for 418.43 are here:   https://devtalk.nvidia.com/default/topic/1047710/unix-graphics-announcements-and-news/linux-solaris-and-freebsd-driver-418-43-long-lived-branch-release-/ – and for 390.116:  https://devtalk.nvidia.com/default/topic/1047708/unix-graphics-announcements-and-news/linux-solaris-and-freebsd-driver-390-116-legacy-for-gf1xx-quot-fermi-quot-gpus-/ I have tested … Continue reading →

Posted in Fedora, kernel, Linux, NVIDIA, Opinion, Performance | Tagged 4.4 compile fix, 410.104, 418.33, kernel 5.0 supported, legacy 390.116, new drivers, nvidia, ok with gcc9 | Leave a reply

Compiler – GCC 9 – First Impressions..

Adventures With Linux ™ Posted on February 22, 2019 by RGFebruary 22, 2019

Just updated to the pre-release Fedora 30 (Rawhide) on the test system, and tried out the new version of GCC: $ gcc –version gcc (GCC) 9.0.1 20190209 (Red Hat 9.0.1-0.4) Kernel 5.0-rc7 compiled successfully, and runs OK.    As expected, there were quite a lot of compiler ‘warnings’: ………………….. CC net/ipv4/proc.o CC drivers/hid/hid-samsung.o CC net/ipv4/fib_rules.o CC drivers/hid/hid-sunplus.o fs/xfs/xfs_ioctl32.c: … Continue reading →

Posted in compilation, Fedora, gcc, kernel, Linux, NVIDIA, Opinion, VMware | Tagged compile tests, completed ok, fedora 30, gcc 9, kernel 5.0-rc7, nvidia, vmware, warnings | Leave a reply

NVIDIA – New Driver 418.30 – OK with Kernel 5.0..

Adventures With Linux ™ Posted on January 30, 2019 by RGJanuary 30, 2019

NVIDIA has released driver 418.30, and details are here:  https://www.nvidia.com/Download/driverResults.aspx/142166/en-us Although there is no mention of it in the ‘release notes’, this compiles/loads OK with Kernel 5.0  (tested with 5.0-rc4): …………………….. ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-418.30/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-418.30/kernel/nvidia-modeset/nvidia-modeset-linux.o Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-418.30/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-418.30/kernel/nvidia-drm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-418.30/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-418.30/kernel/nvidia-modeset.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-418.30/kernel/nvidia-uvm.mod.o LD [M] … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, Performance | Tagged compile ok, kernel 5.0-rc4, nvidia 418.30, success | 2 Replies

NVIDIA – Fix for Kernel 5.0..

Adventures With Linux ™ Posted on January 21, 2019 by RGJanuary 21, 2019

Thanks to Isaak I. Aleksandrov, there is a fix available for the latest NVIDIA driver and Kernel 5.0. See comment under previous article for details, and link to patch: http://rglinuxtech.com/?p=2476 I have applied the patch to driver 415.27, and it now compiles OK, with Kernel 5.0-rc3: ……………………….. 86_64-415.27-50/kernel/nvidia/nv-memdbg.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.27-50/kernel/nvidia/nv-ibmnpu.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.27-50/kernel/nvidia/nv-report-err.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.27-50/kernel/nvidia/nv-rsync.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.27-50/kernel/nvidia/nv-msi.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.27-50/kernel/nvidia/nv_uvm_interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.27-50/kernel/nvidia/nvlink_linux.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.27-50/kernel/nvidia/linux_nvswitch.o ld -r … Continue reading →

Posted in Fedora, kernel, Linux, NVIDIA, Opinion, patches | Tagged kernel 5.0-rc3, nvidia 415.27, patch available, success | 1 Reply

Kernel – 5.0-rc1 Released – Breaks NVIDIA and VMware..

Adventures With Linux ™ Posted on January 6, 2019 by RGJanuary 6, 2019

Kernel 5.0-rc1 is out, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1901.0/02536.html Compiling NVIDIA 410.93 fails: …………………….. CC [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.93/kernel/nvidia/os-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.93/kernel/nvidia/os-interface.c: In function ‘os_get_current_time’: /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.93/kernel/nvidia/os-interface.c:434:5: error: implicit declaration of function ‘do_gettimeofday’; did you mean ‘efi_gettimeofday’? [-Werror=implicit-function-declaration] do_gettimeofday(&tm); ^~~~~~~~~~~~~~~ efi_gettimeofday cc1: some warnings being treated as errors make[3]: *** [/usr/src/linux-5.0-rc1/scripts/Makefile.build:277: /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.93/kernel/nvidia/os-interface.o] Error 1 make[2]: *** [/usr/src/linux-5.0-rc1/Makefile:1553: _module_/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.93/kernel] Error 2 make[2]: … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged compile, kernel 5.0-rc1, linux, nvidia 410.93 fails, vmware 15.0.2 fails | 5 Replies

Kernel – 4.20 released – In Time for the Festivities..

Adventures With Linux ™ Posted on December 23, 2018 by RGDecember 23, 2018

Kernel 4.20 has just been released, in time for the Festive Season, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1812.2/06158.html . As expected, the latest NVIDIA (415.25) and VMware (15.0.2) both compile and load/run OK. Robert Gadsdon.   December 23, 2018. … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Leave a reply

Post navigation

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