↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Hacks

Post navigation

← Older posts
Newer posts →

ARM64 – Odroid C2 – Patches for USB..

Adventures With Linux ™ Posted on January 18, 2017 by RGJanuary 18, 2017

Thanks to Heiner Kallweit for info on two USB patches for the Odroid C2, and thanks to John Youn for the patches themselves..  They can be found at http://www.spinics.net/lists/linux-usb/msg151687.html and http://www.spinics.net/lists/linux-usb/msg151688.html . I have applied these to Kernel 4.10-rc4 (including the Ethernet TX patch) and now USB is working, and detects/connects devices – sort of.. Plug in … Continue reading →

Posted in aarch64, ARM64, fix, Hacks, kernel, Linux / ARM, Odroid C2, Opinion, Performance | Tagged arm64, kernel, linux, odroid c2, patches, quirks, usb | 1 Reply

Kernel – 4.10-rc3 Released..

Adventures With Linux ™ Posted on January 9, 2017 by RGJanuary 14, 2017

Kernel 4.10-rc3 is out, and brief details of changes since -rc2 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1701.1/00183.html Tested patched VMware (12.5.2) and patched NVIDIA (375.26) and both compile OK..   Same results as with -rc2.. Robert Gadsdon.    January 8, 2017. … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, VMware | Tagged compiles ok, kernel 4.10-rc3, patched nvidia 375.26, patched vmware 12.5.2 | Leave a reply

ARM64 – Catastrophic Compile Errors with 4.10-rc1 – and a Fix..

Adventures With Linux ™ Posted on December 26, 2016 by RGDecember 26, 2016

Tried compiling Kernel 4.10-rc1 for aarch64, and got – literally – hundreds of errors: …… ./include/linux/sched.h:3299: Error: unknown mnemonic `return’ — `return test_ti_thread_flag(task_thread_info(tsk),flag)’ ./include/linux/sched.h:3300: Error: junk at end of line, first unrecognized character is `}’ ./include/linux/sched.h:3302: Error: unknown mnemonic `static’ — `static inline void set_tsk_need_resched(struct task_struct*tsk)’ ./include/linux/sched.h:3303: Error: junk at end of line, first unrecognized character is … Continue reading →

Posted in aarch64, compilation, Crash and Burn.., fix, Hacks, kernel, Linux / ARM, Opinion, Performance | Tagged aarch64, arm64, fix available, kernel 4.10-rc1, multiple compile errors | Leave a reply

ARM64 – Odroid C2 – Latest Ethernet Patch..

Adventures With Linux ™ Posted on December 22, 2016 by RGDecember 22, 2016

After some of the recent ‘Ethernet fix’ patches have not worked with more recent linux-next kernels, I have found one that – at least at the moment – does fix the ‘hang’ problem – again.. The patch is applied to meson-gxbb-odroidc2.dts, and can be found here:  http://archive.arm.linux.org.uk/lurker/message/20161221.113134.3ac4d1e6.en.html I did have to revert this kasir_offset patch (…-R) to … Continue reading →

Posted in aarch64, ARM64, Crash and Burn.., Ethernet, fix, Hacks, kernel, Linux / ARM, Odroid C2, Opinion, Performance | Tagged aarch64, arm64, dts, ethernet patch, linux-next kernel, odroid c2 | 2 Replies

ARM64 – Odroid C2 – Ethernet Broken Again?

Adventures With Linux ™ Posted on December 12, 2016 by RGDecember 12, 2016

I had been trying to apply the latest round of Meson TX delay patches to the latest linux-next tree, but found that there seems to be a conflict with some of these..    The December 1 patched kernel now has some problems on my C2 with Ethernet traffic, so – for the time being – I have reverted … Continue reading →

Posted in aarch64, arm, compilation, Crash and Burn.., Ethernet, Hacks, kernel, Linux / ARM, Network, Odroid C2, Opinion, Performance | Tagged ethernet hangs, latest patches conflicting, odroid c2, revert to earlier version, tx timeouts | Leave a reply

VMware – 12.5.2 Released – Still Broken With Kernel 4.9..

Adventures With Linux ™ Posted on November 14, 2016 by RGNovember 14, 2016

Just updated the test system to VMware Workstation Pro 12.5.2, and it still fails to compile with Kernel 4.9-rc5 I have – so far – been unable to find any other patches for this issue, but fortunately the nasty hack I documented in the article for 4.9-rc4 still works.. http://rglinuxtech.com/?p=1838 The release notes for 12.5.2 are here:  … Continue reading →

Posted in Hacks, kernel, Linux, VMware | Tagged compile fail, fix available, kernel, kernel 4.9, linux, vmware 12.5.2 | 33 Replies

ARM64 – Odroid C2 – Ethernet Fix, at Last..

Adventures With Linux ™ Posted on November 10, 2016 by RGNovember 10, 2016

Thanks to Jerome Brunet, there is now a fix for the long-standing Ethernet hang problem on the C2..   Details are here:   http://lists.infradead.org/pipermail/linux-amlogic/2016-November/001538.html The patch is an attachment – named ‘attachment.bin‘, and so will need to be renamed to something appropriate..     I applied this to the 4.9-rc3-derived version of the C2 patched kernel, from https://git.kernel.org/cgit/linux/kernel/git/khilman/linux-amlogic.git/log/?h=v4.10/integ..    There is a … Continue reading →

Posted in aarch64, ARM64, fix, Hacks, Linux, Linux / ARM, Odroid C2, Opinion, Performance | Tagged arm64, ethernet hang problem, fix, kernel, linux, odroid c2, patch, success | Leave a reply

Kernel – 4.9-rc3 – NVIDIA Patch still works, and Fix for VMware 12.5.1?

Adventures With Linux ™ Posted on October 30, 2016 by RGOctober 30, 2016

Updated the test system to Kernel 4.9-rc3, and the patch for NVIDIA mentioned in my article for -rc2 still works OK..     I Compiled 370.28 and 375.10 successfully.. As I could not find any patches for VMware – and the latest version 12.5.1 still fails to compile, I created a nasty hack myself.. Warning – This is not … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux, NVIDIA, VMware | Tagged compile, hack, kernel 4.9-rc3, linux, nvidia 370.28 375.10, patch, success, vmware 12.5.1 | 37 Replies

Kernel – 4.9-rc2 Breaks VMware and NVIDIA – Patch for NVIDIA..

Adventures With Linux ™ Posted on October 24, 2016 by RGOctober 24, 2016

Updated the test system to Kernel 4.9-rc2, and both VMware (12.5.0) and NVIDIA (370.28 and 375.10) failed to compile.. Fedora 25 (Workstation Edition) Kernel 4.9.0-rc2 on an x86_64 (ttyS0) ………….. # uname -a Linux rgtest 4.9.0-rc2 #1 SMP Sun Oct 23 20:33:10 PDT 2016 x86_64 x86_64 x86_64 GNU/Linux NVIDIA compile fail: ………….. /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-370.28/kernel/nvidia/os-mlock.c:120:55: error: passing argument 5 … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged fix for nvidia, get_user_pages changed, kernel 4.9-rc2, nvidia compile fail, vmware compile fail | 4 Replies

ARM64 – Odroid C2 – Hack to Fix Ethernet Hangs..

Adventures With Linux ™ Posted on October 22, 2016 by RGOctober 22, 2016

I had been constantly frustrated by the Odroid C2 meson8b-dwmac Ethernet ‘hang’ problem, which has persisted over (at least..) eight different ‘patched kernel’ versions that I have tested..    The network link hung/stopped after a short time at full (1000Mbps) speed, and also – sometimes after a bit longer – at reduced (100Mbps) speed.. The driver does show … Continue reading →

Posted in aarch64, ARM64, Crash and Burn.., Fedora, fix, Hacks, kernel, Linux / ARM, Network, Odroid C2, Opinion, Performance | Tagged ethernet hang, flow control, kernel, linux, meson8b-dwmac, network, odroid c2, reduce speed, workaround | Leave a reply

Post navigation

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