↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Hacks

Post navigation

← Older posts
Newer posts →

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

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 – 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

ARM – Pi2 to U-Boot..

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

I decided to try U-Boot on the Raspberry Pi 2, and the process has been fairly well documented in several places.. I used the latest U-Boot, with ‘patch’ info from here, as I needed Device Tree support:  https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=108217. Actual ‘installation’ is simple, as I just copied the u-boot binary to the boot directory on the SD Card, … Continue reading →

Posted in Hacks, Linux / ARM, U-Boot | Tagged boot parameters, compile, device tree support, install, patch, rasperry pi 2, success, u-boot | 2 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

ARM – Odroid to 4.1-rc8

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

Updated the Odroid U3 to Kernel 4.1-rc8, from https://github.com/tobiasjakobi/linux-odroid/tree/odroid-4.1.y Fedora release 22 (Twenty Two) Kernel 4.1.0-rc8 on an armv7l (ttySAC1) …………… ]# uname -a Linux rgodroid 4.1.0-rc8 #1 SMP Wed Jun 17 16:20:50 PDT 2015 armv7l armv7l armv7l GNU/Linux As it has been some time since I (unsuccessfully) tried a ‘mainline’ kernel on the U3, I may … Continue reading →

Posted in compilation, Hacks, kernel, Linux / ARM, Odroid, Opinion | Tagged arm, kernel 4.1-rc8 patched, linux, odroid u3, success | 2 Replies

Post navigation

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