↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: compilation

Post navigation

← Older posts
Newer posts →

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

Kernel – 4.4-rc1 – OK with Latest NVIDIA and VMware..

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

Updated to Kernel 4.4-rc1 on the test system, and VMware 12.0.1 and NVIDIA 358.09 both compile and load/run OK..   I did get an error from vmnet, but – so far – it appears to be working OK despite this: $ vmnet1: set_features() failed (-1); wanted 0x0000000000004000, left 0x0000000000004800 vmnet8: set_features() failed (-1); wanted 0x0000000000004000, left 0x0000000000004800 $ … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 4.4-rc1, nvidia 358.09, success, vmware 12.0.1 | Leave a reply

ARM64 – DragonBoard to 4.2.4 – 4.3-rc5 Tested..

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

Updated the DragonBoard 410c to Kernel 4.2.4: # git clone https://git.linaro.org/landing-teams/working/qualcomm/kernel.git -b release/qcomlt-4.2 and this version boot/runs OK..   I am running these systems ‘headless’, so have not been able to test monitor/display capabilities.. Fedora 23 (Twenty Three) Kernel 4.2.4 on an aarch64 (ttyMSM0) ……………… # uname -a Linux rg410c 4.2.4 #1 SMP PREEMPT Wed Nov 11 04:12:36 … Continue reading →

Posted in aarch64, ARM64, compilation, Dragonboard, kernel, Linux / ARM, Performance | Tagged arm64, dragonboard 410c, kernel 4.2.4, linaro, success | 3 Replies

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

Kernel – 4.3 Final released – OK with Latest VMware and NVIDIA…

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

Updated to Kernel 4.3 ‘Final’ and the latest versions of VMware (12.0.1) and NVIDIA (tested with 352.55) install and load/run OK, without the need for any patches.. Brief details of changes from -rc7 are here: http://lkml.iu.edu/hypermail/linux/kernel/1511.0/00204.html $ uname -a Linux rglinux-i7 4.3.0 #1 SMP Sun Nov 1 17:27:46 PST 2015 x86_64 x86_64 x86_64 GNU/Linux Robert Gadsdon.   November … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel 4.3 final, linux, no patches needed, nvidia 352.55, released, success, vmware 12.0.1 | 2 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.2 Finally Fixes NVIDIA GPL-Only..

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

Just updated to Kernel 4.2.2, and the long-standing NVIDIA GPL-only issue is finally fixed.. From the changelog: commit 4f7760e963db10618dd3617bcf6254d896094e37 Author: Tim Gardner <tim.gardner@canonical.com> Date: Tue Aug 4 11:26:04 2015 -0600 workqueue: Make flush_workqueue() available again to non GPL modules And I can confirm that NVIDIA 355.11 compiles OK, without any patches.. The complete changelog is here: https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.2.2 … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Performance | Tagged 355.11 compiles ok, kernel 4.2.2, nvidia gpl-only fixed | Leave a reply

ARM – Odroid to 4.3-rc2..

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

Just updated the Odroid U3 to (patched) Kernel 4.3-rc2, from here:  https://github.com/tobiasjakobi/linux-odroid/tree/odroid-4.3.y Fedora 23 (Twenty Three) Kernel 4.3.0-rc2 on an armv7l (ttySAC1) …………….. ]# uname -a Linux rgodroid 4.3.0-rc2 #1 SMP Mon Sep 21 13:38:23 PDT 2015 armv7l armv7l armv7l GNU/Linux I had tried the ‘standard’ release of 4.3-rc2 from kernel.org, and this booted OK, but the … Continue reading →

Posted in compilation, kernel, Linux / ARM, Odroid, Opinion, Performance | Tagged arm, kernel 4.3-rc2 patched, linux, odroid u3, success | 3 Replies

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

Post navigation

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