↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: compilation

Post navigation

← Older posts
Newer posts →

ARM – CuBox to 4.2 – Carefully..

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

Updated the CuBox-i4Pro to Kernel 4.2 (from kernel.org) and everything went smoothly – eventually.. I had tried using the kernel config saved from 4.1, but after booting successfully, the network suddenly stopped working after a few minutes of traffic, even though eth0 etc. was still present..     I was planning to revert to 4.1.6, but then tried creating … Continue reading →

Posted in arm, compilation, CuBox, kernel, Linux | Tagged cubox-i4pro, fresh config ok, kernel 4.2 | Leave a reply

Kernel – 4.2 Final – Still Breaks NVIDIA…

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

Tested the 4.2 Final kernel, and the later NVIDIA drivers still fail to install, with the same GPL-only error.. A simple patch to fix this was proposed for 4.2-rc5, some time ago, but – for some reason – has failed to make it into the ‘final’ release..’ Details of the patch are here:  http://lkml.iu.edu/hypermail/linux/kernel/1508.0/02260.html Maybe this will … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion | Tagged gpl-only, kernel 4.2 final, nvidia driver compile fail, patch proposed | 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

VMware – Fix for Kernel 4.2..?

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

Thanks to craigacgomez on the VMware Forum, there is a hack to fix VMware (vmnet) with Kernel 4.2..  https://communities.vmware.com/thread/516196 I made some more changes, to make it backward-compatible, and it seems to work OK with Kernels 4.1.3 and 4.2-rc4.. I should emphasize that I am an amateur at such things, but if you want to try this, … Continue reading →

Posted in compilation, CuBox, Hacks, kernel, Linux, VMware | Tagged backward-compatible, hack, kernel 4.2, sk_alloc, vmnet fix, vmnetint.h, vmware 11 | 5 Replies

ARM64 – HiKey – Change to UEFI Boot..

Adventures With Linux ™ Posted on July 22, 2015 by RGJuly 22, 2015

After some more testing, including trying (unsuccessfully) the HiKey version of Kernel 4.1-rc4 # git clone -b hikey-mainline-rebase –single-branch https://github.com/96boards/linux/   I was frustrated by the complete lack of kernel boot info on screen, after the proprietary bootloader had finished.. More research found that this bootloader was described as somewhat deficient in the ‘fit for purpose’ department, and … Continue reading →

Posted in aarch64, ARM64, compilation, Crash and Burn.., Hikey, Linux / ARM, UEFI | Tagged arm64, bootloader, emmc, grub, hikey, linux, success, uefi | Leave a reply

ARM64 – DragonBoard to 4.2-rc1 – And Back Again..

Adventures With Linux ™ Posted on July 17, 2015 by RGJuly 17, 2015

Updated the DragonBoard 410c to patched Kernel 4.2-rc1 from https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/tree/refs/heads/integration-linux-qcomlt , and the system booted OK: Fedora release 22 (Twenty Two) Kernel 4.2.0-rc1+ on an aarch64 (ttyMSM0) ……….. # uname -a Linux rg410c 4.2.0-rc1+ #2 SMP PREEMPT Thu Jul 16 15:14:27 PDT 2015 aarch64 aarch64 aarch64 GNU/Linux – But, on further testing, the SD Card (mmc1) had … Continue reading →

Posted in aarch64, ARM64, compilation, Crash and Burn.., Dragonboard, Hacks, kernel, Linux / ARM | Tagged arm64, boot ok, dragonboard 410c, kernel 4.2-rc1 patched, linux, mmc1, reset 0x1 never completed, sdcard not detected | 3 Replies

ARM64 – DragonBoard 410c to Kernel 4.1..

Adventures With Linux ™ Posted on July 2, 2015 by RGJuly 2, 2015

Managed to update the DragonBoard 410c to Linaro Kernel 4.1.0+, from here: git clone https://git.linaro.org/landing-teams/working/qualcomm/kernel.git -b integration-linux-qcomlt So far, I have made the kernel ‘monolithic’ with all necessary modules built-in (‘y” instead of ‘m’), as this was how the original Linaro/Qualcomm kernel was built..     As the 410c uses the android fastboot, it would seem that the kernel/boot … Continue reading →

Posted in aarch64, ARM64, compilation, Crash and Burn.., Dragonboard, Hacks, kernel, Linux / ARM, Opinion, Performance | Tagged dragonboard 410c, kernel 4.1.0, testing, unstable, update | Leave a reply

ARM – Fedora 22 on ARM64..

Adventures With Linux ™ Posted on July 1, 2015 by RGJuly 1, 2015

After quite a lot of messing about, I got Fedora 22 running on the ARM64 DragonBoard 410c: Fedora release 22 (Twenty Two) Kernel 4.0.0-linaro-lt-qcom on an aarch64 (ttyMSM0) ………… $ uname -a Linux rg410c rg410c.almaden 4.0.0-linaro-lt-qcom #1 SMP PREEMPT Fri Jun 5 15:17:06 UTC 2015 aarch64 aarch64 aarch64 GNU/Linux Still running the ‘stock’ Linaro/Qualcom version of Kernel … Continue reading →

Posted in aarch64, ARM64, compilation, Crash and Burn.., Dragonboard, Fedora, Hacks, Linux / ARM | Tagged aarch64, arm64, boot, dragonboard 410c, fedora 22, success | Leave a reply

Kernel – 4.1 ‘Final’ Released..

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

Kernel 4.1 has been released, with not many changes from -rc8… Brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1506.2/04143.html $ uname -a Linux rglinux-i7 4.1.0 #1 SMP Sun Jun 21 23:00:39 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux As expected, the latest VMware (11.1.2) and NVIDIA (352.21) compile and load/run OK, without the need for any patches.. Robert Gadsdon.   June 21, … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel 4.1 final, nvidia 352.21, success, vmware 11.1.2 | 2 Replies

VMware – 11.1.2 Released, No Patch Needed..

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

Just updated VMware to the latest version 11.1.2 on the test system, and it compiles/loads OK with Kernel 4.1-rc8.. Release notes are here:  https://www.vmware.com/support/ws/doc/workstation-1112-release-notes.html. At last, there is no need for the venerable vmnet patch (required since Kernel 3.19 was released..).. Robert Gadsdon.  June 18, 2015. … Continue reading →

Posted in compilation, kernel, Linux, VMware | Tagged 11.1.2, kernel 4.1-rc8, no patch needed, success, vmware | 3 Replies

Post navigation

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