↓
 

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.6 Released. Still OK with latest patched VMware and NVIDIA.

Adventures With Linux ™ Posted on March 29, 2020 by RGMarch 29, 2020

Kernel 5.6 is out, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/2003.3/06474.html Compiles OK, but I am getting a spurious ‘cat: /sys/power/resume: No such file or directory‘ message after #make install.   Everything seems to be working as expected, despite this. For those who need it (digital photography/video etc..) ‘exFAT fs support’ is now available, and can be found under … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Tagged 5.6 released, exfat support, kernel, linux, ok with latest patched nvidia vmware, staging | 4 Replies

Kernel – 5.6-rc7 Released, No Surprises..

Adventures With Linux ™ Posted on March 23, 2020 by RGMarch 23, 2020

Kernel 5.6-rc7 has been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/2003.2/08254.html As is mentioned, there may be a 5.6 ‘Final’ in a weeks time.. The latest NVIDIA  (440.64) and VMware (15.5.2) still work OK, with the appropriate ‘kernel 5.6’ patches. NVIDIA: https://gitlab.com/snippets/1945940 VMware: https://github.com/mkubecek/vmware-host-modules/tree/workstation-15.5.2 Robert Gadsdon.   March 23rd, 2020. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged kernel 5.6-rc7, nvidia 440.64, ok with latest patches, vmware 15.5.2 | Leave a reply

NVIDIA – New Vulkan Driver – Still Needs Patching for Kernel 5.6.

Adventures With Linux ™ Posted on March 18, 2020 by RGMarch 18, 2020

NVIDIA have released the latest Vulkan beta driver 440.66.02, and details are here:  https://developer.nvidia.com/vulkan-driver The kernel-related code seems to be unchanged from 440.64, and the Kernel 5.6 patch for that version still applies, and can be found here: https://gitlab.com/snippets/1945940 The driver then compiles OK: …………….. ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-440.66.02-custom/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-440.66.02-custom/kernel/nvidia-modeset/nvidia-modeset-linux.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-440.66.02-custom/kernel/nvidia-modeset/nv-kthread-q.o MODPOST 4 modules CC [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-440.66.02-custom/kernel/nvidia-drm.mod.o … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion | Tagged 440.66.02, nvidia, patch for kernel 5.6, vulkan | Leave a reply

NVIDIA – Updated 440.59 Patch for 5.6-rc3

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

There is an updated patch for NVIDIA 440-59 with Kernel 5.3, which includes the Y2038 fixes, at https://gitlab.com/snippets/1937313 This compiles with GCC10 now, and I have briefly tested it on my Fedora32 system, with KDE/Plasma and VMware, and it seems to be working OK. Robert Gadsdon.   February 25th 2020. … Continue reading →

Posted in compilation, Fedora, gcc, kernel, Linux, NVIDIA, Opinion, patches | Tagged compiles ok, kernel 5.6-rc3, nvidia 440.59, tested with kde/plasma, updated patch | Leave a reply

NVIDIA – Extra 440.59 Patch for 5.6-rc3 – With a Gotcha..

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

Thanks to Isaak I. Aleksandrov, there is now an additional patch for NVIDIA driver 440.59 to accommodate the Y2038 changes in Kernel 5.6-rc3.   This should be applied after the original 5.6-rc1 patch ( https://gitlab.com/snippets/1937313 ), and can be found here:  https://gitlab.com/snippets/1944237 I have tested this, and it compiles OK with GCC9 (current distros) but fails with GCC10 … Continue reading →

Posted in compilation, Fedora, gcc, kernel, Linux, NVIDIA, Opinion, patches | Tagged fails with gcc10, nvidia 440.59, ok with gcc9, patch for kernel 5.6-rc3, y2038 changes | 2 Replies

Kernel – 5.6-rc3 – OK with Patched VMware, not with Patched NVIDIA..

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

Kernel 5.6-rc3 is out, and brief details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2002.2/08977.html The changes include: Arnd Bergmann (4): ASoC: atmel: fix atmel_ssc_set_audio link failure y2038: remove ktime to/from timespec/timeval conversion y2038: remove unused time32 interfaces y2038: hide timeval/timespec/itimerval/itimerspec types – and the Y2038-related ..time.. changes break the latest 5.6-patched NVIDIA 440-59: ……………….. /home/rgadsdon/NVIDIA-Linux-x86_64-440.59-custom/kernel/common/inc/nv-time.h: In function ‘nv_gettimeofday’: /home/rgadsdon/NVIDIA-Linux-x86_64-440.59-custom/kernel/common/inc/nv-time.h:40:10: error: ‘struct … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged breaks patched nvidia 440-59, kernel 5.6-rc3, nv_gettimeofday, patched vmware ok, y2038 changes | 1 Reply

GCC – Fun with GCC 10, and the Kernel, NVIDIA, VMware..

Adventures With Linux ™ Posted on February 21, 2020 by RGFebruary 21, 2020

I have updated some test systems (x86_64 and aarch64) to pre-beta Fedora 32, which now includes GCC 10: $ gcc –version gcc (GCC) 10.0.1 20200216 (Red Hat 10.0.1-0.8) There have been a couple of problems with kernel compilation, but in each case there was already a patch/workaround available.. https://www.spinics.net/linux/fedora/fedora-arm/msg13193.html and https://lkml.org/lkml/2020/1/29/494 The most serious problem was a … Continue reading →

Posted in alpha release, compilation, Fedora, gcc, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged fedora 32, gcc10, kernel 5.6-rc, kernel fixes, nvidia, pre-beta, testing, vmware | Leave a reply

Kernel – 5.6-rc1 Released – No Surprises?

Adventures With Linux ™ Posted on February 9, 2020 by RGFebruary 9, 2020

Kernel 5.6-rc1 is out, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/2002.1/00576.html After the pre-release testing mentioned in my previous article, patched VMware 15.5.1 and patched/hacked NVIDIA 440.59 both compiled and ran, but with the same NVIDIA # startx tombstone, as previously mentioned.   I had already created a patched NVIDIA runtime, to make things easier: # ./NVIDIA-Linux-x86_64-440.59-k56.run -s –install-libglvnd … Continue reading →

Posted in Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.6-rc1 released, nvidia tombstone, ok, patched nvidia 440.59, patched vmware 15.5.1 | Leave a reply

Kernel – Pre-Release Tests for 5.6-rc1 ..

Adventures With Linux ™ Posted on February 6, 2020 by RGFebruary 6, 2020

Kernel 5.6-rc1 should be out on Sunday, February 9th, but I noticed that early-version-test patches are already available for VMware 15.5.1, here:  https://github.com/mkubecek/vmware-host-modules/tree/tmp/workstation-15.5.1-k5.6 These patches gave clues to what might affect NVIDIA as well, and I managed to get a GIT version of 5.6-rc1-pre (dated February 5th) to compile OK, and was able to use this.   Of … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches, success, VMware | Tagged kernel 5.6-rc1 pre-release, nvidia 440.59 patches, success, testing, vmware 15.5.1 patch | Leave a reply

NVIDIA – New Driver 440.59 – OK with Kernel 5.5, and No Tombstone..

Adventures With Linux ™ Posted on February 3, 2020 by RGFebruary 3, 2020

NVIDIA have just released driver 440.59, and brief details – and download links – are here: https://devtalk.nvidia.com/default/topic/1070838/announcements-and-news/linux-solaris-and-freebsd-driver-440-59-long-lived-branch-release-/ I have tested this with Kernel 5.5.1, and it installs OK, and – for the first time – there is no ‘tombstone’ when # startx is executed. Robert Gadsdon.   February 3rd 2020. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged driver 440.59, no tombstone, nvidia, ok with kernel 5.5 | 1 Reply

Post navigation

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