↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Post navigation

← Older posts
Newer posts →

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

Kernel – 4.9 Released – OK With Latest NVIDIA, and Patched VMware..

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

Kernel 4.9 has been released, and (brief!) details of changes are here:  http://lkml.iu.edu/hypermail/linux/kernel/1612.1/01831.html The latest NVIDIA (375.20) driver works OK, and VMware 12.5.2 with the vmnet and vmmon hack/patches, also works OK.     Hack/patch details are at http://rglinuxtech.com/?p=1838 On my Intel I-7 system (Gigabyte motherboard) I did get some odd ACPI messages at boot time, and it seemed … Continue reading →

Posted in Intel, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged acpi quirks, kernel, kernel 4.9 final, linux, major release, nvidia 375.20, update, vmware 12.5.2 patched | Leave a reply

Normal Service Has Been Resumed…

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

Apologies for the offline time, during the last 24 hours…    Needed to fix some theme-related security issues, after a WordPress update.. Thanks to the hosting website (PipeTen) support engineers for their assistance! Robert Gadsdon.    December 9, 2016. … Continue reading →

Posted in Crash and Burn.., fix, Opinion, Performance | Tagged security issues fixed, site online again | Leave a reply

ARM64 – Odroid C2 – A Better Ethernet Fix..

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

The old meson Ethernet fix/patch/hack no longer applies cleanly to the latest (December 1) linux-next, but – fortunately – there is a ‘better’ patch available for the meson8b-dwmac driver itself.. Details can be found in this thread:  http://lists.infradead.org/pipermail/linux-amlogic/2016-November/001675.html I have applied these patches to the December 1 linux-next tree, on the Odroid C2, and the Ethernet link … Continue reading →

Posted in aarch64, ARM64, fix, kernel, Linux / ARM, Network, Odroid C2, Opinion, Performance | Tagged arm64, december 1, ethernet, kernel, linux, linux-next, meson8b-dwmac patch, odroid c2, success | 3 Replies

NVIDIA – New Driver – OK with Kernel 4.9..

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

Just tested the latest NVIDIA driver – 375.20 – and it compiles cleanly with Kernel 4.9-rc5: ……………………………… Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-375.20/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-375.20/kernel/nvidia-drm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-375.20/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-375.20/kernel/nvidia-modeset.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-375.20/kernel/nvidia-uvm.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-375.20/kernel/nvidia-uvm.ko CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-375.20/kernel/nvidia.mod.o LD [M] /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-375.20/kernel/nvidia.ko make[2]: Leaving directory ‘/usr/src/linux-4.9-rc5’ make[1]: Leaving directory ‘/usr/src/linux-4.9-rc5’ Apart from Kernel 4.9 support, … Continue reading →

Posted in Fedora, kernel, Linux, NVIDIA, Performance | Tagged driver 375.20, kernel, kernel 4.9 supported, linux, nvidia, xorg 1.19 supported | 1 Reply

ARM64 – Odroid C2 – Boots with Linux-Next..

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

The ‘linux-next’ kernel branch has included the meson/gxbb mmc driver for some time, but the boot process hung on root disk access.     I tested with the latest (November 17) version, and this time, the boot process completed successfully: Fedora 25 (Workstation Edition) Kernel 4.9.0-rc5-next-20161117-c2 on an aarch64 (ttyAML0) The only patch I applied was the meson_ethernet_tx one … Continue reading →

Posted in aarch64, ARM64, boot, Crash and Burn.., kernel, Linux / ARM, Odroid C2, Opinion, Performance | Tagged arm64, boot ok, ethernet tx patch, kernel, linux, linux-next kernel, odroid c2, success, usb tombstone | 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

Post navigation

← Older posts
Newer posts →

If You Like This…

You may like my other - less technical - blog. 'Today's Technology Commentary', at rhgtechnology.com

Recent Posts

  • Kernel – 6.18-rc1 Released – Mostly Harmless..
  • Kernel – 6.17 is out… Almost No Surprises?
  • NVIDIA – New Driver 580.82.09, OK with Kernel 6.17..
  • NVIDIA – Patch for Kernel 6.17 Support…
  • Kernel – 6.17-rc1 Released – Patched VMware OK, NVIDIA Compile Fails..

Most Popular..

aarch64 android apc arm arm64 armv7 boot compile compile fail cross-compile cubox-i4-pro cubox-i4pro dreamplug fail fedora fedora 17 fix fixed hack kernel linux new driver nvidia odroid c2 odroid u3 ok ok with latest nvidia patch patch available patched problems raspberry pi released success testing u-boot update usb vmmon vmnet vmnet patch vmware vmware 10.0.2 workaround x86_64

Categories

  • aarch64
  • alpha release
  • AMD
  • Android
  • APC
  • Apollo Lake
  • arm
  • ARM64
  • armv7
  • Audacity
  • Audio
  • Bacula
  • BananaPro
  • boot
  • BTRFS
  • Bug
  • Cherry Trail
  • Chromebook
  • clang
  • compilation
  • Crash and Burn..
  • CuBox
  • Debian
  • DisplayLink
  • Dracut
  • Dragonboard
  • Dreamplug
  • dual-boot
  • DVB
  • DVB-S2
  • Ethernet
  • Fedora
  • Firmware
  • fix
  • fixed
  • FUSE
  • gcc
  • geekbox
  • Gentoo
  • GK802
  • grub
  • Hacks
  • hardware
  • Hikey
  • HPPA
  • HTC
  • IA64
  • Intel
  • Intel Atom
  • intel ethernet
  • Itanium
  • KDE
  • kernel
  • Kodi
  • Linux
  • Linux / ARM
  • linux install
  • LTO
  • Network
  • new install
  • Next CHIP
  • NTFS
  • NVIDIA
  • NVME
  • Odroid
  • Odroid C2
  • Odroid N2
  • Opinion
  • PA-RISC
  • patches
  • Performance
  • Pidora
  • Pine64
  • Plasma Desktop
  • quirks
  • radxa
  • Raspberry Pi
  • Raspberry Pi 4
  • repo problems
  • retpoline
  • Rock Pi N10
  • Rock2
  • RX2600
  • rx3288
  • SCSI
  • serial console
  • some systems ok
  • success
  • U-Boot
  • UART
  • UEFI
  • UP Board
  • upgrades
  • USB
  • USB3
  • Video
  • VirtualBox
  • VMware
  • Wayland
  • Webmin
  • WiFi
  • Win 7
  • Workaround
  • working
  • X86_64
  • XBMC

Archives

  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • January 2024
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
Original content © Robert Gadsdon 2013
↑