↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Hacks

Post navigation

← Older posts
Newer posts →

Kernel – 6.11 Pre-Testing.. OK so far with Latest NVIDIA and VMware (patched)

Adventures With Linux ™ Posted on July 22, 2024 by RGJuly 22, 2024

Tested the latest (July 21st) git version of pre-release Kernel 6.11, and this was OK with NVIDIA 555.58 and (patched) VMware 17.5.2..  (from https://github.com/nan0desu/vmware-host-modules/tree/tmp/workstation-17.5.2-k6.9-sharishth ) Obviously, there will be more potential for ‘breakages’ before -rc1 is released in a weeks time.. Robert Gadsdon   July 22nd 2024. … Continue reading →

Posted in Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 6.11 pre release, kernel, ok with latest nvidia and patched vmware | 2 Replies

Fedora – Recent F40 update breaks QT Applications.. and a Nasty Workaround..

Adventures With Linux ™ Posted on April 3, 2024 by RGApril 4, 2024

I have recently been involved in bug reports etc for a new problem in Fedora 40, where a recent update has effectively broken all QT applications, resulting in KDE not functioning, and even # make xconfig is broken. The Fedora bug report is here:  https://bugzilla.redhat.com/show_bug.cgi?id=2272758 The problem is: # kwrite Illegal instruction (core dumped) # kate Illegal … Continue reading →

Posted in Bug, Fedora, fix, gcc, Hacks, KDE, Linux, Opinion, Plasma Desktop, Workaround | Tagged fedora 40, hack, illegal instruction, qt broken, temporary fix, workaround | 1 Reply

VMware – Vmnet Surprise in Kernel 6.4.10.. and a Fix..

Adventures With Linux ™ Posted on August 12, 2023 by RGAugust 12, 2023

Kernel 6.4.10 includes a backported change from the 6.5-rc branch, and this breaks the vmnet 17.0.2 compile.. The fix is to replicate the same logic from the 6.5 ‘tmp’ branch, at https://github.com/mkubecek/vmware-host-modules/blob/tmp/workstation-17.0.2-k6.5/vmnet-only/bridge.c – around line 47..    For some odd reason, this did not behave correctly on my system, and so I modified/simplified the kernel-version-test portion of … Continue reading →

Posted in compilation, fix, Hacks, kernel, Linux, Opinion, VMware | Tagged bridge.c, compile fails, fix, kernel 6.4.10 change, ok, tested, vmnet, vmware 17.0.2 | 1 Reply

ARM64 – Rock Pi N10 – Finally Booting From NVME..

Adventures With Linux ™ Posted on July 5, 2023 by RGJuly 5, 2023

I had managed to get Fedora running on my Rock Pi N10 some considerable time ago, but still was frustrated by the – apparent – lack of support for NVME, despite the slot for one in the chassis, and u-boot commands included..  I had posted this question to the RADXA Forum, but did not get a useful … Continue reading →

Posted in aarch64, ARM64, Fedora, fixed, Hacks, Linux, NVME, Opinion, Rock Pi N10, U-Boot | Tagged aarch64, arm64, boot from nvme, fedora 38, nvme, rock pi n10, success, u-boot | Leave a reply

Kernel – 6.4-rc Pre-release Testing.. Breaks NVIDIA, VMware OK..

Adventures With Linux ™ Posted on April 30, 2023 by RGApril 30, 2023

Usual caveat..  Not all changes are yet in place, and any code changes are suggestions/hacks only – not a expert recommendation! Testing an interim release (April 29th) of Kernel 6.4-rc, and NVIDIA 530.41.03 fails to compile: LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-530.41.03/kernel/nvidia-modeset.o CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-530.41.03/kernel/nvidia-drm/nvidia-drm.o CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-530.41.03/kernel/nvidia-drm/nvidia-drm-drv.o /home/rgadsdon/NVIDIA-Linux-x86_64-530.41.03/kernel/nvidia-drm/nvidia-drm-drv.c: In function ‘nv_drm_update_drm_driver_features’: /home/rgadsdon/NVIDIA-Linux-x86_64-530.41.03/kernel/nvidia-drm/nvidia-drm-drv.c:1439:18: error: ‘struct drm_driver’ has no member named … Continue reading →

Posted in alpha release, compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 530.41.03 fails, dumb_destroy, fix hack, kernel 6.4, nvidia, pre-rc tests, vmware 17.0.2 ok | Leave a reply

Kernel – 6.3-rc1 Bugs Found, Patch Available..

Adventures With Linux ™ Posted on March 6, 2023 by RGMarch 6, 2023

Issues have been found with new Kernel 6.3-rc1, and details are here: https://lkml.iu.edu/hypermail/linux/kernel/2303.0/04622.html and patch info is here:  https://lkml.iu.edu/hypermail/linux/kernel/2303.0/05801.html I have not encountered any of the problems mentioned (Intel x86_64 on an HP Prodesk 400 G4 system) but can confirm that the patch (correctly formatted, from the Linux Kernel newsgroup..) applies cleanly.. Robert Gadsdon.   March 6th 2023.. … Continue reading →

Posted in Bug, fix, Hacks, kernel, Linux, Opinion, patches | Tagged bugs found, interim patch available, kernel 6.3-rc1 | Leave a reply

Kernel – 6.3-rc1 – OK with Latest VMware, Breaks NVIDIA – Fix Possible..

Adventures With Linux ™ Posted on March 6, 2023 by RGMarch 6, 2023

Kernel 6.3-rc1 is out, and details are here:   https://lkml.iu.edu/hypermail/linux/kernel/2303.0/04362.html The latest (patched) VMware 17.0.1 is OK, but NVIDIA 530.30.02 fails to compile: ………………………………… /home/rgadsdon/NVIDIA-Linux-x86_64-530.30.02/kernel/nvidia/nv-mmap.c: In function ‘nvidia_mmap_numa’: /home/rgadsdon/NVIDIA-Linux-x86_64-530.30.02/kernel/nvidia/nv-mmap.c:461:19: error: assignment of read-only member ‘vm_flags’ 461 | vma->vm_flags |= VM_MIXEDMAP; | ^~ /home/rgadsdon/NVIDIA-Linux-x86_64-530.30.02/kernel/nvidia/nv-mmap.c: In function ‘nvidia_mmap_helper’: /home/rgadsdon/NVIDIA-Linux-x86_64-530.30.02/kernel/nvidia/nv-mmap.c:606:23: error: assignment of read-only member ‘vm_flags’ 606 | vma->vm_flags |= VM_IO … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 6.3-rc1, latest vmware ok, modified patch works, nvidia compile fails | Leave a reply

Fedora – F38 – ‘Old’ RPMs Gotcha, and Workaround..

Adventures With Linux ™ Posted on February 27, 2023 by RGFebruary 27, 2023

Testing Fedora 38, and found a problem with some ‘legacy’ RPMs.. Fedora 38 now strictly enforces SHA256 for all RPMs and older/third-party ones still using SHA1 now throw an error: # rpm -q webmin error: rpmdbNextIterator: skipping h# 2316 Header V4 DSA/SHA1 Signature, key ID 11f63c51: BAD Header SHA1 digest: OK package webmin is not installed But…: … Continue reading →

Posted in Fedora, Hacks, Opinion, Workaround | Tagged bad, fedora 38, old rpm gotcha, rpm downgrade, sha1, sha256, workaround | Leave a reply

Kernel – 6.2-rc1 is out, for Xmas..

Adventures With Linux ™ Posted on December 26, 2022 by RGDecember 26, 2022

Kernel 6.2-rc1 has been released, and details are here:   https://lkml.iu.edu/hypermail/linux/kernel/2212.3/00313.html As expected, VMware 17 with the latest patchset is OK, but NVIDIA 525.60.13 fails to compile.. There is a provisional NVIDIA patch for kernel 6.2-rc1 available, but this has been produced for driver 470.xx, and does not apply cleanly to 525.60.13, but I hacked it (removing the … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches, VMware | Tagged hacked patch available, kernel 67.2-rc1 released, nvidia 525.60.13 fails, vmware 17 patchset ok | Leave a reply

Kernel/Boot – Bizarre Dracut problem – Bogus Apple Modules Added, Fails – Cause Found..

Adventures With Linux ™ Posted on November 18, 2022 by RGNovember 19, 2022

During update of the kernel to 6.0.9, on my main dual-xeon Fedora 37 system, I found the following error displayed: ……………………… dracut-install: Failed to find module ‘apple_mailbox’ dracut: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.SGbOUU/initramfs –kerneldir /lib/modules/6.0.9/ -m apple_mailbox nvme_apple pinctrl-apple-gpio macsmc macsmc-rtkit i2c-apple tps6598x apple-dart dwc3 dwc3-of-simple xhci-pci pcie-apple gpio_macsmc spi-apple spi-hid-apple spi-hid-apple-of rtc-macsmc simple-mfd-spmi spmi-apple-controller nvmem_spmi_mfd apple-dockchannel dockchannel-hid … Continue reading →

Posted in Dracut, Fedora, fix, Hacks, kernel, Linux, Opinion, quirks | Tagged apple modules, asahi-firmware, dracut, error, fix, kernel 6.0.9 | 2 Replies

Post navigation

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