↓
 

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 →

Fedora – Installing a Working ZoneMinder..

Adventures With Linux ™ Posted on December 24, 2015 by RGDecember 24, 2015

Installed ZoneMinder ( https://zoneminder.com ) for some IP and WiFi cameras, and the first thing to remember is to not use the Fedora version!    This is due to the lack of ffmpeg and vlc support in that version, which makes the software somewhat less than useful.. Fortunately, there is good Fedora support, with a fully-functional version – … Continue reading →

Posted in Fedora, fix, Linux, Opinion, Performance, success, Video | Tagged fedora, install, ip-cams, linux, repo changes, success, zoneminder | 1 Reply

ARM – Kernel 4.4-rc4 on the BananaPro..

Adventures With Linux ™ Posted on December 14, 2015 by RGDecember 14, 2015

Just got a ‘BananaPro‘ ARMv7 board, and updated it to Kernel 4.4-rc4 (from kernel.org) and Fedora 23. More details are here:  http://linux-sunxi.org/LeMaker_Banana_Pro I compiled U-Boot from the latest (2015.10) released version, from ftp.denx.de/pub/u-boot/ : # cd u-boot # make Bananapro_defconfig # make ARCH=arm CROSS_COMPILE=arm-linux-gnu- (or whatever cross-compiler you are using) Then as root, copy to the SDCard … Continue reading →

Posted in BananaPro, compilation, Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance, U-Boot | Tagged armv7, bananapro, compile instructions, fedora 23, kernel 4.4-rc4, new, success, u-boot, zimage | Leave a reply

KDE – Plasma Update May Lose ‘Favorites’, and a Fix..

Adventures With Linux ™ Posted on December 9, 2015 by RGDecember 9, 2015

Updated to the latest Plasma Desktop, on one of my systems (Fedora 23, x86_64), and found that the ‘Favorites’ had all vanished, apart for xterm..    My other x86_64 system updated OK, with all the ‘Favorites’ intact.. Rather than hunt down all the apps and ‘add to favorites’ for each one, I found the old Favorites again, as … Continue reading →

Posted in Fedora, Hacks, KDE, Linux, Performance, Plasma Desktop | Tagged fix, kde, plasma desktop, some systems ok, update loses favorites | Leave a reply

VMware – 12.1.0 released – Still Broken With Fedora 23..

Adventures With Linux ™ Posted on December 8, 2015 by RGDecember 8, 2015

Just updated the test system to VMware 12.1.0 – Release notes are here:  https://pubs.vmware.com/Release_Notes/en/workstation/12pro/workstation-121-release-notes.html Frustratingly, this release still has a runtime (# vmware) incompatible with Fedora 23.. The original workaround was documented in an earlier article – http://rglinuxtech.com/?p=1601 – but the Fedora 23 library versions have now changed, so the copy commands are now (as of December … Continue reading →

Posted in compilation, Fedora, Hacks, kernel, Linux, Opinion, Performance, VMware | Tagged fedora 23, runtime fail, success, updated, vmware 12.1.0, workaround | 7 Replies

NVIDIA – Latest Driver OK with Kernel 4.3 – and Fedora 23..

Adventures With Linux ™ Posted on November 16, 2015 by RGNovember 16, 2015

Tested the latest NVIDIA driver – 352.63 – and it is OK with Kernel 4.3, and with the Fedora 23 version of the xorg server.. The only other ‘broken’ Fedora 23 items I have encountered are ffmpegthumbs and Samba..    I downgraded to the FC22 version of Samba # dnf –showduplicates –allowerasing –releasever=22 downgrade samba* ….and  – after … Continue reading →

Posted in compilation, Fedora, Hacks, kernel, Linux, NVIDIA | Tagged ffmpegthumbs working version, kernel 4.3, nvidia 352.63, ok with fedora 23, samba downgrade | Leave a reply

ARM64 – Dragonboard 410c – Now with U-Boot..

Adventures With Linux ™ Posted on November 10, 2015 by RGNovember 12, 2015

One of the shortcomings of the DragonBoard 410c was that it relied on the Android-phone-centric fastboot for any Kernel updates, but now there is a version of U-Boot available, thanks to Mateusz Kulikowski.. This is very much a work-in-progress, but I thought I would give it a try… I started with the version at https://github.com/hallor/u-boot/tree/dragonboard-2015.11.01, and made … Continue reading →

Posted in aarch64, compilation, Crash and Burn.., Dragonboard, Fedora, Hacks, kernel, Linux / ARM, U-Boot | Tagged arm64, dragonboard 410c, hack, success, u-boot | 7 Replies

VMware – Fedora 23 Breaks vmware app, and a Workaround..

Adventures With Linux ™ Posted on November 4, 2015 by RGNovember 4, 2015

Although VMware 12.0.1 was installed OK, the desktop app (/usr/bin/vmware) fails, with – frustratingly – no error shown..    According to various comments found, this is due to a change to GCC version 5.1.1 in Fedora 23.. Thanks to Vincent Cojot, on the sgros.blogspot.com blog, there is a slightly convoluted workaround, which basically involves replacing the VMware versions … Continue reading →

Posted in Crash and Burn.., Fedora, Hacks, Linux, Opinion, Performance, VMware | Tagged fedora 23, success, vmware, vmware app broken, vmware_use_shipped_libs=force, workaround | 4 Replies

NVIDIA – Incompatible with Fedora 23 Xorg – and a Workaround..

Adventures With Linux ™ Posted on November 4, 2015 by RGNovember 5, 2015

Just updated to Fedora 23, and the NVIDIA driver would not load/run.. (tested with the latest – 358.09 and 352.55) ================ WARNING WARNING WARNING WARNING ================ This server has a video driver ABI version of 20.0 that this driver does not officially support. Please check http://www.nvidia.com/ for driver updates or downgrade to an X server with a … Continue reading →

Posted in Crash and Burn.., Fedora, Hacks, Linux, NVIDIA, Opinion | Tagged dnf, downgrade, fedora 23, incompatible, nvidia, workaround, xorg abi | 13 Replies

phpMyAdmin – Another Blank Window Fix..

Adventures With Linux ™ Posted on October 27, 2015 by RGOctober 27, 2015

Installed Mariadb, Apache etc, and phpMyAdmin on the Fedora 22 Intel i7 system, and the database was all OK, but phpMyAdmin showed a blank window.. Searching for this issue produced a wealth of reasons – usually ‘operator/config’ problems..   My config was just a clone of a known/good system, and I eventually found a simple reason for the … Continue reading →

Posted in Bacula, Fedora, Linux, Opinion, Performance | Tagged blank window, config ownership fix, phpmyadmin, success | Leave a reply

ARM – Odroid to 4.2-rc7..

Adventures With Linux ™ Posted on August 22, 2015 by RGAugust 22, 2015

Just updated the Odroid U3 to Kernel 4.2-rc7, from here:  https://github.com/tobiasjakobi/linux-odroid/tree/odroid-4.2.y Fedora release 23 (Twenty Three) Kernel 4.2.0-rc7 on an armv7l (ttySAC1) ……………… ]# uname -a Linux rgodroid 4.2.0-rc7 #1 SMP Fri Aug 21 11:30:26 PDT 2015 armv7l armv7l armv7l GNU/Linux The workflow is as before ( http://rglinuxtech.com/?p=1297 ), with the exception that  # make exynos4412_defconfig is … Continue reading →

Posted in Fedora, kernel, Linux / ARM, Odroid | Tagged arm, kernel 4.2-rc7, linux, odroid u3, success, update | 2 Replies

Post navigation

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