↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Hacks

Post navigation

← Older posts
Newer posts →

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

VMware – Now a Patch for Kernel 4.3

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

Thanks to info from zezaocapoeira, there is a patch – from efferre79 – for VMware vmmon to fix the compile problem with kernel 4.3.. https://github.com/efferre79/vmware/blob/master/app-emulation/vmware-modules/files/308-4.03-00-misc_deregister.patch I have tested the vmmon part of this with Workstation 12 and Kernel 4.3-rc5, and everything now compiles and loads/runs OK.. VMware vmci for Workstation 12 is now included with the standard … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, Opinion, VMware | Tagged kernel 4.3, patch, success, vmmon, vmware workstation 12 | Leave a reply

ARM64 – DragonBoard 410c to Kernel 4.2..

Adventures With Linux ™ Posted on September 14, 2015 by RGSeptember 14, 2015

Just updated the Qualcomm DragonBoard 410c to Linaro/Qcom patched Kernel 4.2, from here:  https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/tree/refs/heads/integration-linux-qcomlt Using the saved kernel config from 4.2-rc5, the system booted OK (headless)..: Fedora release 23 (Twenty Three) Kernel 4.2.0 on an aarch64 (ttyMSM0) ……………. # uname -a Linux rg410c 4.2.0 #1 SMP PREEMPT Sun Sep 13 20:13:35 PDT 2015 aarch64 aarch64 aarch64 GNU/Linux … Continue reading →

Posted in aarch64, ARM64, compilation, Crash and Burn.., Dragonboard, Hacks, kernel, Linux / ARM, Opinion | Tagged dragonboard 410c, kernel 4.2, linaro/qcom, success, update | 2 Replies

NVIDIA – Patch for Kernel 4.3-rc1 Compile Error..

Adventures With Linux ™ Posted on September 13, 2015 by RGSeptember 13, 2015

Thanks to juston_li on the NVIDIA forums, there is now a patch to fix the compile error with Kernel 4.3-rc1. Details – and the patch – can be found here:   https://devtalk.nvidia.com/default/topic/877365/linux/355-11-linux-4-3-rc1-build-error/ I have applied this, and the NVIDIA driver now compiles and installs OK (as the GPL_Only error was fixed in 4.3-rc1). Now to attempt to use … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA | Tagged compile error, kernel 4.3-rc1, nvidia, patch, success | Leave a reply

Kernel – 4.2-rc6 Still Breaks NVIDIA…

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

Updated the test system to Kernel 4.2-rc6, and the NVIDIA ‘GPL-Only’ problem still persists:  Building modules, stage 2.  MODPOST 2 modules FATAL: modpost: GPL-incompatible module nvidia.ko uses GPL-only symbol ‘flush_workqueue’ /usr/src/linux-4.2-rc6/scripts/Makefile.modpost:90: recipe for target ‘__modpost’ failed make[3]: *** [__modpost] Error 1 /usr/src/linux-4.2-rc6/Makefile:1389: recipe for target ‘modules’ failed make[2]: *** [modules] Error 2 make[2]: Leaving directory ‘/usr/src/linux-4.2-rc6’ Makefile:146: … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion | Tagged gpl-only, kernel 4.2-rc6, module fail, nvidia 355.06 | Leave a reply

Post navigation

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