↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Crash and Burn..

Post navigation

← Older posts
Newer posts →

Kernel – 4.4 Released – OK with Latest NVIDIA and VMware..

Adventures With Linux ™ Posted on January 11, 2016 by RGJanuary 11, 2016

Updated to Kernel 4.4 ‘Final’ on the test system, and the latest VMware (12.1.0) and NVIDIA (358.16) compile and run OK..   The ‘beta’ driver 361.16 should be OK, but has multiple userland issues on my systems. – see previous post.).. $ uname -a Linux rglinux 4.4.0 #1 SMP Sun Jan 10 22:00:41 PST 2016 x86_64 x86_64 x86_64 … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel, kernel 4.4, linux, nvidia 358.16, ok, success, vmware 12.1.0 | 2 Replies

NVIDIA – Beta Driver 361.16 Breaks Plasma/KDE5..

Adventures With Linux ™ Posted on January 7, 2016 by RGJanuary 7, 2016

Updated the tests system to the latest ‘beta’ driver 361.16, and this broke Plasma/KDE5..    This driver is supposed to introduce the ‘vendor neutral’ libglvnd option: $ ll /usr/lib64/libGLX* lrwxrwxrwx 1 root root 23 Jan 7 10:17 /usr/lib64/libGLX_indirect.so.0 -> libGLX_nvidia.so.361.16 lrwxrwxrwx 1 root root 23 Jan 7 10:17 /usr/lib64/libGLX_nvidia.so.0 -> libGLX_nvidia.so.361.16 -rwxr-xr-x 1 root root 1115368 Jan 7 … Continue reading →

Posted in Crash and Burn.., Fedora, Linux, NVIDIA, Opinion, Performance | Tagged 361.16, breaks kde plasma, bug, libglvnd, nvidia, revert to 358.16, workaround | Leave a reply

ARM – Pi2 – Kernel 4.4-rc5 – U-Boot Fail, and Workaround..

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

Recently attempted to update the Pi2 to Kernel 4.4-rc5, and encountered a problem.. The more recent proprietary Raspberry Pi 2 kernels have switched to using ‘DTB Overlays’ to control various components, but these are – currently – unsupported by U-Boot.. Booting the kernel with U-Boot results in mmc errors, and register dump: ……………….. timeout waiting for hardware … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux / ARM, Opinion, Raspberry Pi, U-Boot | Tagged dtb overlays, kernel 4.4-rc5, raspberry pi, success, u-boot fail, workaround | 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

Kernel – 4.2.1 – Still Breaks NVIDIA?

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

Tried the ‘release candidate’ version of Kernel 4.2.1 (via patch, at https://www.kernel.org/pub/linux/kernel/v4.x/stable-review), and the GPL_only issue with NVIDIA drivers is still there…      Exactly why we have to wait for Kernel 4.3 for this to be fixed is a mystery, as the simple one-line patch was proposed weeks ago, for 4.2-rc5.. Robert Gadsdon.   September 19, 2015. … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion | Tagged fail, gpl_only, kernel 4.2.1, nvidia, wait for 4.3? | 2 Replies

Kernel – 4.2 – Back to 4.1.7..

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

I had been running Kernel 4.2 on my main system since it was released, but have been experiencing vague and inconsistent problems with sluggish applications, which sometimes hung for about half-a-second..   Nothing specific, and no apparent errors reported.. I reverted to Kernel 4.1.7, and everything seems to be back to normal..   I will try 4.2.1 as soon … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, Opinion, Performance | Tagged hanging, kernel 4.2, reverted to 4.1.7, sluggish | 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

Post navigation

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