↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Fedora

Fedora Linux distribution..

Post navigation

← Older posts
Newer posts →

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

NVIDIA – New Drivers – OK with Kernel 5.0, Fix for Kernel 4.4

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

NVIDIA have released new drivers 418.43 and 410.104, which support Kernel 5.0, and also include a fix for a compile problem with ‘legacy’ Kernel 4.4.168.   There is also a new ‘legacy’ 3xx driver 390.116. which – finally –  provides support for Kernel 5.0. Details for 418.43 are here:   https://devtalk.nvidia.com/default/topic/1047710/unix-graphics-announcements-and-news/linux-solaris-and-freebsd-driver-418-43-long-lived-branch-release-/ – and for 390.116:  https://devtalk.nvidia.com/default/topic/1047708/unix-graphics-announcements-and-news/linux-solaris-and-freebsd-driver-390-116-legacy-for-gf1xx-quot-fermi-quot-gpus-/ I have tested … Continue reading →

Posted in Fedora, kernel, Linux, NVIDIA, Opinion, Performance | Tagged 4.4 compile fix, 410.104, 418.33, kernel 5.0 supported, legacy 390.116, new drivers, nvidia, ok with gcc9 | Leave a reply

Compiler – GCC 9 – First Impressions..

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

Just updated to the pre-release Fedora 30 (Rawhide) on the test system, and tried out the new version of GCC: $ gcc –version gcc (GCC) 9.0.1 20190209 (Red Hat 9.0.1-0.4) Kernel 5.0-rc7 compiled successfully, and runs OK.    As expected, there were quite a lot of compiler ‘warnings’: ………………….. CC net/ipv4/proc.o CC drivers/hid/hid-samsung.o CC net/ipv4/fib_rules.o CC drivers/hid/hid-sunplus.o fs/xfs/xfs_ioctl32.c: … Continue reading →

Posted in compilation, Fedora, gcc, kernel, Linux, NVIDIA, Opinion, VMware | Tagged compile tests, completed ok, fedora 30, gcc 9, kernel 5.0-rc7, nvidia, vmware, warnings | 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

NVIDIA – Fix for Kernel 5.0..

Adventures With Linux ™ Posted on January 21, 2019 by RGJanuary 21, 2019

Thanks to Isaak I. Aleksandrov, there is a fix available for the latest NVIDIA driver and Kernel 5.0. See comment under previous article for details, and link to patch: http://rglinuxtech.com/?p=2476 I have applied the patch to driver 415.27, and it now compiles OK, with Kernel 5.0-rc3: ……………………….. 86_64-415.27-50/kernel/nvidia/nv-memdbg.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.27-50/kernel/nvidia/nv-ibmnpu.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.27-50/kernel/nvidia/nv-report-err.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.27-50/kernel/nvidia/nv-rsync.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.27-50/kernel/nvidia/nv-msi.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.27-50/kernel/nvidia/nv_uvm_interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.27-50/kernel/nvidia/nvlink_linux.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-415.27-50/kernel/nvidia/linux_nvswitch.o ld -r … Continue reading →

Posted in Fedora, kernel, Linux, NVIDIA, Opinion, patches | Tagged kernel 5.0-rc3, nvidia 415.27, patch available, success | 1 Reply

X86_64 – Fedora Upgrade on Intel ‘Apollo Lake’ System Disables EFI boot – and Fix

Adventures With Linux ™ Posted on July 15, 2018 by RGJuly 15, 2018

The Intel SOC AP42 system is not supported by Grub2-EFI, but boots using rEFInd (see article at http://rglinuxtech.com/?p=2021 ). I had hoped to prevent the ‘automatic’ (re)install of grub2-efi etc by masking the (minimal) grub installation of grubby etc. – necessary to support the Kernel # make install function – using # rpm -e –justdb –nodeps <package>.  … Continue reading →

Posted in Apollo Lake, boot, Fedora, fix, Hacks, Intel, kernel, Linux, Opinion | Tagged altlinux rescue disk, efi disabled, fedora upgrade, fix, intel soc, refind | Leave a reply

Fedora – F28 Upgrade on ARM64 – Fix for GPG Errors..

Adventures With Linux ™ Posted on July 6, 2018 by RGJuly 6, 2018

When doing a # dnf system-upgrade reboot on an ARM64 system you may encounter a stream of GPG errors, followed by reboot, without upgrade. To fix this, simply import the F28 GPG key in advance, as done for Rawhide: # rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-primary After this, the system-upgrade should proceed correctly.. Robert Gadsdon.   July 6, 2018   … Continue reading →

Posted in aarch64, ARM64, Fedora, fix, Linux | Tagged aarch64, arm64, dnf system-upgrade, fedora, fix, gpg errors, workaround | 1 Reply

Fedora – Fix For Annoying F27 KDE/Dolphin QT Bug..

Adventures With Linux ™ Posted on June 27, 2018 by RGJune 27, 2018

The latest version of QT5 on Fedora 27 – qt5-qtbase-5.9.6-1.fc27.x86_64 – produces a very annoying display problem in KDE’s Dolphin file manager, where the window does not resize/reformat correctly, leaving large blank areas at each side: This has been identified as a QT5 bug/regression, and a patch is available, at https://codereview.qt-project.org/#/c/233482/ I have applied this, and Dolphin … Continue reading →

Posted in compilation, Fedora, fix, KDE, Linux, Opinion, patches, Performance | Tagged 5.9.6, display problem, dolphin, fedora 27, fix, kde, patch available, qt5 bug | Leave a reply

Fedora – Easier ‘Fix’ for F28 Wine..

Adventures With Linux ™ Posted on June 22, 2018 by RGJune 22, 2018

Wine on Fedora 28 is still broken with some windows apps, and to avoid having to individually download and then run RPM on a series of F27 wine rpms, it is possible to use dnf to do the update/replacement with the – working – Fedora 27 versions. # dnf update *wine* –releasever=27 –allowerasing –best This only works … Continue reading →

Posted in Fedora, fix, Linux, Opinion | Tagged dnf, fedora 28, fix, wine, wine f27 | 2 Replies

VMware – Odd Behaviour with Kernel 4.18-rc1, and a Workaround?

Adventures With Linux ™ Posted on June 18, 2018 by RGJune 18, 2018

VMware 14.1.2 worked OK with Kernel 4.17, on my Fedora 28 test system, but after updating to 4.18-rc1 the following occurred: Modules (vmmon/vmnet) compiled OK, but – after further testing – appeared to have a runtime problem..    I applied the vmmon patches from Michal Kubeček, at https://github.com/mkubecek/vmware-host-modules/commit/3f2a6c720f68 and this also compiled cleanly. When I ran # vmware-modconfig … Continue reading →

Posted in compilation, Fedora, fix, Hacks, kernel, Linux, Opinion, patches, VMware | Tagged kernel 4.18-rc1, runtime problems, userland, vmmon patch, vmware 14.1.2, workaround | 5 Replies

Post navigation

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