↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: linux

Post navigation

← Older posts
Newer posts →

ARM64 – Kernel 4.10-rc1 Compile Errors – The Official Fix..

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

There is now an ‘official’ fix for the 4.10-rc1 compile failure with ARM64/aarch64, from Al Viro, and the patch itself is available here: https://git.kernel.org/cgit/linux/kernel/git/viro/vfs.git/commit/?h=arm64-fix&id=b4b8664d291ac1998e0f0bcdc96b6397f0fe68b3 I have applied this to kernel 4.10-rc1 on the Odroid C2, and the kernel compiles successfully.. Robert Gadsdon.   December 27, 2016. … Continue reading →

Posted in aarch64, ARM64, compilation, fix, kernel, Linux / ARM, success | Tagged aarch64, arm64, compile fail, kernel, kernel 4.10-rc1, linux, official fix, patch | Leave a reply

ARM64 – Odroid C2 – Boots with Kernel 4.10-rc1 – Ethernet OK? – Not yet..

Adventures With Linux ™ Posted on December 26, 2016 by RGJanuary 15, 2017

After applying the aarch64 compile fix (see previous article) I was able to compile Kernel 4.10-rc1 on the Odroid C2, and it boots OK (headless..), and the Ethernet link stays up, but still needs the TX patch..   (updated, as the link did still hang – eventually..  RG).. ……….. meson8b-dwmac c9410000.ethernet eth0: Link is Up – 1Gbps/Full – … Continue reading →

Posted in aarch64, ARM64, boot, Ethernet, kernel, Linux / ARM, Odroid C2, Performance, success | Tagged arm64, boot success, ethernet ok, kernel 4.10-rc1, linux, odroid c2 | 3 Replies

ARM64 – Odroid C2 – Tested with Linux Net-Next – Ethernet Still Hangs..

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

Recent versions of the Linux net-next tree could not be tested on the C2, as the meson-gx mmc driver was missing, but now it has been added, and I tested the latest version (December 17) – but the Ethernet hang is still there..      To be fair, this is probably because of the current patch conflict that has … Continue reading →

Posted in aarch64, ARM64, Ethernet, kernel, Linux / ARM, Network, Odroid C2, Opinion, Performance | Tagged arm64, ethernet still hangs, kernel, linux, linux net-next tree, odroid c2, tested | Leave a reply

NVIDIA – New Driver 375.26 – OK with Kernel 4.9..

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

NVIDIA driver 375.26 has been released, and details are available here:  http://www.nvidia.com/download/driverResults.aspx/112992/en-us I had been experiencing some odd window (KDE5) behaviour with 375.20, and hopefully things might be more stable with this version..     If not, then possibly kwin is to blame.. Robert Gadsdon.   December 14, 2016. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, Performance, Plasma Desktop | Tagged 375.26, kernel, linux, new driver, nvidia, release notes | 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

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

Post navigation

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