↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: quirks

Post navigation

← Older posts

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 | 1 Reply

ARM64 – Pi 4 USB Problems – And a Messy Fix..

Adventures With Linux ™ Posted on May 11, 2021 by RGMay 11, 2021

After some delay, I finally had a ‘good’ cooling solution for my 8GB Pi4, and resumed testing.. The last Kernel version I had running on it was 5.9-rc4, and everything seemed to be working OK (including 8GB of memory recognised). I then updated to 5.11.18, and found that none of the USB ports worked: # dmesg |grep … Continue reading →

Posted in aarch64, Crash and Burn.., Fedora, fix, Hacks, kernel, Linux / ARM, Opinion, patches, quirks, Raspberry Pi 4 | Tagged 5.10.34 fails, 5.11.18 with RH patchset, 5.12 fails, 5.13-rc fails, 5.9.16 works, 8gb, pi4, usb fails, workaround | 3 Replies

Compiler – Fun with CLANG – Kernel, NVIDIA, and VMware…

Adventures With Linux ™ Posted on March 27, 2021 by RGMarch 30, 2021

I have been carrying out some preliminary tests to see how feasible it is to compile the Linux Kernel, and NVIDIA drivers, and VMware, using the ‘alternative’ to GCC – CLANG.. The kernel compile is relatively easy, and well documented: # make CC=clang HOSTCC=clang -j8 (for a 4-core system) The compile seems to be slower than GCC, … Continue reading →

Posted in clang, compilation, Fedora, gcc, kernel, Linux, NVIDIA, Opinion, Performance, quirks, VMware | Tagged clang, compile tests, gcc alternative, kernel, nvidia, success, vmware | 1 Reply

ARM64 – Odroid N2 – Latest U-Boot, Kernel 5.6-rc2, EFI, Fedora 31, Plasma/Wayland

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

I have recently acquired an Odroid N2 (4GB) and managed – with some difficulty – to get it to run a ‘modern’ U-Boot, Kernel 5.6-rc2, with EFI support, and Fedora 31. This time, there were no clues from OpenSuse, and all the examples I found still used the ancient/custom Hardkernel u-boot and a kernel.img ‘blob. Fortunately, the … Continue reading →

Posted in aarch64, ARM64, Fedora, Hacks, kernel, Linux / ARM, Odroid N2, quirks, U-Boot, UEFI | Tagged arm64, efi, fedora 31, kernel 5.6-rc2, odroid n2, plasma/wayland, u-boot | 2 Replies

Kernel – 5.4-rc2 is Out. No Change from rc1, so far?

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

Kernel 5.4-rc2 has been released, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/1910.0/07213.html The odd behaviour of VMware and NVIDIA compiles still occurs, but there are patches submitted (see comments under -rc1 article http://rglinuxtech.com/?p=2614 for more details).   So far, I have not seen a fix for the NVIDIA compile failure. Robert Gadsdon.  October 7th 2019.   … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, quirks, VMware | Tagged compile quirks, kernel 5.4-rc2 released, patches submitted, same as rc1 | 1 Reply

Fedora – Fix for Broken rpmbuild in Fedora 31.

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

Testing Fedora 31 – which is still work-in-progress, of course.. Tried to use # rpmbuild –rebuild to create a missing RPM from a F30 source RPM, and found the following error: ………….. Illegal char ‘)’ (0x29) in: Obsoletes:………. I found a reference to this error in the buglist, but it had been flagged as ‘rawhide’, and closed, … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, Linux, Opinion, quirks | Tagged fedora 31, fix, illegal char, pre release, rpmbuild bug, workaround | 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.1 Released, OK with latest NVIDIA, and Patched VMware

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

Kernel 5.1 is out, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1905.0/03532.html The latest NVIDIA driver (430.09) and patched VMware 15.0.4 both compile and run OK. One odd quirk, is that the behaviour of # make xconfig has changed, and if you have your custom configs saved out-of-tree, then the save option tries to save them back to the … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, quirks, VMware | Tagged kernel 5.1, latest nvidia ok, make xconfig quirk, patched vmware ok, released | 5 Replies

KDE/Plasma – Softlink to NTFS-3G Partition – Solution..

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

This is one of those not-sure-if-bug-or-feature issues..   On my dual-boot Fedora/Win7 system, I needed to access a ‘shared’ NTFS (ntfs-3g) partition.   When I came to add a softlink to the NTFS partition on the Plasma Desktop, the link existed, but nothing showed on the Desktop.    Other softlinks – to EXT4 partitions – displayed OK.   I tested with … Continue reading →

Posted in Fedora, KDE, Linux, Opinion, Plasma Desktop, quirks | Tagged faile sto display on desktop, kde plasma, softlink to ntfs-3g partion, solution, use link to location(url) | Leave a reply

New Install – Dual-Boot, Serial Console, Intel Ethernet Issues – Fixed..

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

Setting up an old HP8000 desktop small-form-factor system as a crash-and-burn test system, with dual-boot Fedora 29 and Windows 7, on separate drives. First slight gotcha with the Fedora install: The installation utility shows the two disks, the first of which has Windows 7 (sda) and the second – additional – was for the Fedora Linux install … Continue reading →

Posted in Crash and Burn.., dual-boot, Ethernet, Fedora, fix, fixed, grub, Hacks, hardware, Intel, kernel, Linux, linux install, Opinion, quirks, Win 7 | Tagged dual-boot, fedora, fixed, intel ethernet, linux, new install, serial console port, win7 | Leave a reply

Post navigation

← Older posts
Original content © Robert Gadsdon 2013
↑