↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: fix

Post navigation

← Older posts
Newer posts →

NVIDIA – Driver 440.26 Released – Compiles with Kernel 5.4 – after Workaround..

Adventures With Linux ™ Posted on October 17, 2019 by RGNovember 4, 2019

NVIDIA driver 440.26 is out, and details can be found here:   https://devtalk.nvidia.com/default/topic/1065039/announcements-and-news/-linux-solaris-and-freebsd-driver-440-26-beta-release-long-lived-branch-release-/ I have tested compilation with Kernel 5.4-rc3, and it still complains about Module.symvers: $ make make[1]: Entering directory ‘/usr/src/linux-5.4-rc3’ The Module.symvers file is missing, or does not contain any symbols exported from the kernel. This could cause the NVIDIA kernel modules to be built against … Continue reading →

Posted in fix, kernel, Linux, NVIDIA | 1 Reply

Kernel – 5.4-rc3 is Out – No More Bogus Warnings..

Adventures With Linux ™ Posted on October 13, 2019 by RGOctober 13, 2019

Kernel 5.4-rc3 has been released, and brief details of changes since -rc2 are here: http://lkml.iu.edu/hypermail/linux/kernel/1910.1/05411.html The patched versions of VMware 15.5.0 and NVIDIA 435.21 now compile without all the spurious warnings etc.. Robert Gadsdon.  October 13th 2019. … Continue reading →

Posted in fix, kernel, Linux, NVIDIA, Opinion, VMware | Tagged bogus warnings fixed, kernel 5.4-rc3 released, ok with patched nvidia 435.21, ok with patched vmware 15.5.0 | Leave a reply

NVIDIA – Kernel 5.4-rc Patch for 435.21

Adventures With Linux ™ Posted on October 7, 2019 by RGOctober 7, 2019

Thanks to loqs, there is a patch for driver 435.21 and kernel 5.4-rc, at http://ix.io/1MRE . I have tested this with 5.4-rc2, and it now compiles successfully: ………………………………. WARNING: module nvidia uses symbol filp_open from namespace /NVIDIA-Linux-x86_64-435.21-54rc2/kernel/nvidia-drm/nvidia-drm-gem-user-memory.o: $(deps_/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-435.21-54rc2/kernel/nvidia-drm/nvidia-drm-gem-user-memory.o), but does not import it. WARNING: module nvidia uses symbol cpufreq_get from namespace VIDIA-Linux-x86_64-435.21-54rc2/kernel/nvidia-drm/nvidia-drm-gem-user-memory.o: $(deps_/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-435.21-54rc2/kernel/nvidia-drm/nvidia-drm-gem-user-memory.o), but does not import … Continue reading →

Posted in fix, kernel, Linux, NVIDIA, Opinion | Tagged 435.21, compile success, kernel 5.4 patch, nvidia | Leave a reply

ARM – Original Hikey Updated and Fixed – with Gotchas..

Adventures With Linux ™ Posted on September 9, 2019 by RGSeptember 9, 2019

After successfully updating and re-configuring the Odroid C2 to use Fedora uefi/grub2 to boot, I decided to try to do the same to the even-older Hikey SOC. This already booted using fastboot with an older version of grub, with manual configuration, but I wanted to use the standard (Fedora) boot process. I had read that there was … Continue reading →

Posted in aarch64, arm, Fedora, fix, Hacks, Hikey, kernel, Linux, Opinion, UEFI | Tagged 6220, aarch64, arm64, boot, configuration, fedora, gotchas, grub, hikey, soc, uefi, workarounds | Leave a reply

ARM – Odroid C2 – Updated..

Adventures With Linux ™ Posted on August 19, 2019 by RGAugust 19, 2019

When the Odroid C2 was first released way back in 2016, I spent ages trying to get it to function correctly with a mainstream kernel, and tested innumerable development versions of U-Boot, including functionality that was working OK at that time, but that – for some reason – then failed to be included in the ‘mainstream’ U-Boot.. … Continue reading →

Posted in aarch64, Fedora, fix, grub, Hacks, Linux, Odroid C2, Opinion, quirks, U-Boot | Tagged fedora 30, odroid c2, opensuse, working u-boot with grub | Leave a reply

Kernel – 5.3-rc1 is Out. NVIDIA OK, VMware vmmon Fails, and a Fix.

Adventures With Linux ™ Posted on July 21, 2019 by RGJuly 21, 2019

Tested the newly released Kernel 5.3-rc1 (brief details here: http://lkml.iu.edu/hypermail/linux/kernel/1907.2/04769.html ) The latest NVIDIA (430.34) compiles and runs OK, and (patched) VMware 15.1.0 vmnet compiles OK, but vmmon fails: ……… CC [M] /tmp/modconfig-Kk5UU0/vmmon-only/common/cpuid.o /tmp/modconfig-Kk5UU0/vmmon-only/linux/hostif.c: In function ‘HostIF_SetFastClockRate’: /tmp/modconfig-Kk5UU0/vmmon-only/linux/hostif.c:3406:10: error: too many arguments to function ‘force_sig’ 3406 | force_sig(SIGKILL, linuxState.fastClockThread); | ^~~~~~~~~ In file included from ./include/linux/taskstats_kern.h:12, from … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 5.3-rc1 released, fix, hack, kernel, nvidia 430.34 ok, vmmon compile fails, vmware 15.1.0 patched | 7 Replies

NVIDIA – Kernel 5.1 fix also works with Legacy driver 390.116

Adventures With Linux ™ Posted on May 17, 2019 by RGMay 17, 2019

After some serious problems on my test system with plasma-workspace 5.15.x and nouveau (to be described in a separate article..) I had to contemplate moving back to the proprietary nvidia driver, but found – of course – that older cards were not supported by the ‘latest’ drivers. I did find that at least one of the older … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion | Tagged kernel 5.1 fix, nvidia 390.116, ok, works | 3 Replies

VMware – 15.1.0 released. Still broken, but Fix available

Adventures With Linux ™ Posted on May 15, 2019 by RGMay 15, 2019

VMware 15.1.0 is out, and release notes are here:  https://docs.vmware.com/en/VMware-Workstation-Pro/15/rn/VMware-Workstation-151-Pro-Release-Notes.html Sadly, vmmon/vmnet install still fails (tested with Kernel 5.1.2), but a fix is already available – thanks once again to Michal Kubeček – at: https://github.com/mkubecek/vmware-host-modules/tree/workstation-15.1.0 I have tested this, and VMware now runs OK, again.. Robert Gadsdon,   May 15 2019. … Continue reading →

Posted in compilation, fix, kernel, Linux, Opinion, VMware | Tagged fix available, kernel 5.1.2 fail, vmware 15.1.0 | 7 Replies

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

Post navigation

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