↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: compilation

Post navigation

← Older posts
Newer posts →

Kernel – 5.9-rc6 – Rare Compile Fail!

Adventures With Linux ™ Posted on September 20, 2020 by RGSeptember 20, 2020

Kernel 5.9-rc6 has been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/2009.2/05870.html In a very rare occurrence, the kernel compile actually fails: …………………………….. CALL scripts/checksyscalls.sh CALL scripts/atomic/check-atomics.sh DESCEND objtool CHK include/generated/compile.h CC drivers/dax/super.o drivers/dax/super.c:325:6: error: redefinition of ‘dax_supported’ 325 | bool dax_supported(struct dax_device *dax_dev, struct block_device *bdev, | ^~~~~~~~~~~~~ In file included from drivers/dax/super.c:16: ./include/linux/dax.h:162:20: note: previous definition … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged inherited taint, kernel 5.9-rc6, nvidia 450.66 455.23.04, nvidia-uvm, patched, rare compile fail, revert dax patch, vmware 16 ok, workaround | 1 Reply

VMware – Workstation 16.0.0 Released – OK with Kernel 5.8, and 5.9-rc..

Adventures With Linux ™ Posted on September 16, 2020 by RGSeptember 16, 2020

VMware have now released Workstation Pro 16.0.0, and details are here:  https://docs.vmware.com/en/VMware-Workstation-Pro/16/rn/VMware-Workstation-16-Pro-Release-Notes.html This version now works correctly – and compiles, with multiple warnings – on Kernel 5.8 (tested with 5.8.9) and also on Kernel 5.9-rc5. To fix the messy compile – and thanks again to Michal Kubeček – there is a patchset for vmmon/vmware available, here:  https://github.com/mkubecek/vmware-host-modules/tree/workstation-16.0.0 … Continue reading →

Posted in compilation, fixed, kernel, Linux, Opinion, patches, VMware | Tagged ok with 5.9-rc, ok with kernel 5.8, patchset available, vmware 16 released | 3 Replies

Kernel – 5.9-rc4 Released. VMware 5.8 patch works. NVIDIA Still Tainted..

Adventures With Linux ™ Posted on September 6, 2020 by RGSeptember 6, 2020

Kernel 5.9-rc4 is out, and details are here:   http://lkml.iu.edu/hypermail/linux/kernel/2009.0/06783.html The new VMware  ‘kernel 5.8’ patchset ( http://rglinuxtech.com/?p=2819 ) works with 5.9-rc4, but nvidia-drm from driver 450.66 still shows as ‘tainted’.    It is possible to get a graphical screen by just using the nvidia.ko module by itself.. Robert Gadsdon.   September 6th 2020. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.9-rc4, nvidia-drm still tainted, vmware 5.8 patches work | 3 Replies

ARM64 – Fedora 33 Pre-release Kernel Boot Problem – and Workaround..

Adventures With Linux ™ Posted on August 26, 2020 by RGAugust 26, 2020

I have been testing Fedora 33 pre-release, and on x86_64 it seems relatively stable (usual caveats…) but on arm64 systems (Odroid N2 and Pi4) I found that after compiling a new kernel (5.8.3), the system booted, but login was impossible, and screen output was missing  (uart/console was OK). Kernels compiled with Fedora 32 all booted OK, and … Continue reading →

Posted in aarch64, ARM64, boot, compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Odroid N2, Opinion | Tagged arm64, boot problem, cross-compile, fedora 33, kernel 5.8.3, login imposssible, modules not loading, timeout, workaround, x86_64 ok | Leave a reply

Kernel – 5.9-rc2 – NVIDIA Patches, Kernel Taint, and Wait for VMware 16..

Adventures With Linux ™ Posted on August 24, 2020 by RGAugust 24, 2020

Kernel 5.9-rc2 is out, and brief details of changes since -rc1 are here: http://lkml.iu.edu/hypermail/linux/kernel/2008.2/10710.html The patched VMware 16 prerelease versions of vmmon and vmnet compile OK, but any further tests will have to wait until the release of Workstation 16 in about a months time.. NVIDIA 450.66 can be made to (almost..) work, by applying the 5.9 … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.9-rc2 released, kernel taint with nvidia_uvm, mmu patch, nvidia 450.66 patch, until version 16 released, vmware runtime problem | 3 Replies

NVIDIA – 5.9-patched 450.57 Crash, New Driver 450.66 Released..

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

There is a new driver 450.66 available, and details are here:  https://www.nvidia.com/Download/driverResults.aspx/163238/en-us No patch – yet – and there is an issue with the old ‘GPL block’ again..  https://gitlab.com/EULA/snippets/-/commit/9c295c9b9b9453de00941a5c84cb3c9385eafe6e I had just tested the latest version of the 5.9 patch for NVIDIA driver 450.57, and it compiled OK, but loading was problem, and the mouse ‘wobbled’ all … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion | Tagged 450.57 crash, kernel 5.9 patch, new driver 450.66, nvidia | 3 Replies

NVIDIA – Early Patch for 5.9 Available..

Adventures With Linux ™ Posted on August 13, 2020 by RGAugust 13, 2020

There is already an early NVIDIA 450.57 patch for Kernel 5.9, and thanks to Pete for the info, and Isaak I. Aleksandrov for the patch ..   This was not shown in the general list I had at https://gitlab.com/users/EULA/snippets, but the direct link is here:  https://gitlab.com/EULA/snippets/-/blob/55de41ae16851dc0fc7973901c1f71007b2a4efb/NVIDIA/450.57/kernel-5.9.patch I have tested this with the August 9th pre-release I used in … Continue reading →

Posted in alpha release, compilation, Linux, NVIDIA, Opinion, patches | 3 Replies

ARM64 – 8GB Pi4 – Fun with Fedora..

Adventures With Linux ™ Posted on July 18, 2020 by RGJuly 18, 2020

My 8GB Raspbery Pi 4 finally arrived, and I was looking forward to trying Fedora 32 and KDE/Plasma on it, and comparing it to the Odroid N2 from a few months back.. ( http://rglinuxtech.com/?p=2689 ) The Fedora 32 aarch64 install is supposed to support the Pi 4 now, but the resulting sdcard image failed to boot, with … Continue reading →

Posted in aarch64, compilation, Crash and Burn.., Fedora, Hacks, KDE, kernel, Linux / ARM, new install, Raspberry Pi 4 | Tagged 8gb, aarch64, fedora 32, fedora install, hybrid, kde/plasma too slow, opensuse efi substitute, opensuse u-boot, raspberry pi 4, success | Leave a reply

Kernel – 5.8 Pre Testing.. Patched VMware OK, NVIDIA Not..

Adventures With Linux ™ Posted on June 11, 2020 by RGJune 11, 2020

Kernel 5.8-rc1 is due out soon, and I created the latest (git) version for testing, to see what might break.   Bear in mind, that there will be changes from this version to the ‘released’ RC1.. VMware: VMware 15.5.6 – with the latest patches for vmmon and vmnet – compiles OK. NVIDIA: NVIDIA driver 440.82 with the Kernel … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged compilation only tested, kernel 5.8 pre tests, patched nvidia fails, patched vmware ok | 1 Reply

Kernel – 5.7 Is Out. OK with Patched VMware and NVIDIA..

Adventures With Linux ™ Posted on May 31, 2020 by RGMay 31, 2020

Kernel 5.7 has been released, and brief details of changes since -rc7 are here:  http://lkml.iu.edu/hypermail/linux/kernel/2005.3/09342.html The patched versions of VMware 15.5.5 and NVIDIA 440.82 both compile OK, as expected, and the patched pre-Beta VMware 16 20H2 is also OK. VMware patch:  https://github.com/mkubecek/vmware-host-modules/tree/workstation-15.5.5 NVIDIA patch: https://gitlab.com/snippets/1965550 Robert Gadsdon.   May 31st 2020.   … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 5.7 released, patched nvidia 440.82 ok, patched vmware 15.5.5 ok | 2 Replies

Post navigation

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