↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: success

Post navigation

← Older posts
Newer posts →

VMware – Fix for Kernel 4.13-rc1 and vmnet, Already..

Adventures With Linux ™ Posted on July 15, 2017 by RGJuly 15, 2017

Thanks to fast work by dariusd at the VMware forum, there is already a fix for the vmnet compile failure with Kernel 4.13-rc1.. The patch can be found on this thread:  https://communities.vmware.com/message/2688967 I have tested it, and vmnet now compiles OK, and VMware 12.5.7 loads/runs on Kernel 4.13-rc1.. Robert Gadsdon.   July 15, 2017. … Continue reading →

Posted in fix, kernel, Linux, VMware | Tagged kernel 4.13-rc1, patch, success, vmnet, vmware 12.4.7 | 1 Reply

Kernel – 4.12 Final Released – OK with Latest VMware and NVIDIA..

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

Kernel 4.12 is out, and brief details of changes from -rc7 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1707.0/00325.html    You can find more detailed info from the kernel git site: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/log/?h=v4.12&showmsg=1 The latest versions of VMware (12.5.7) and NVIDIA (384.47-beta and 381.22) compile and load/run OK with 4.12.. Robert Gadsdon.   July 2, 2017. … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Tagged kernel 4.12 released, nvidia 384.47 and 381.22, ok with latest vmware and nvidia, success, vmware 12.5.7 | 1 Reply

Fedora – Fix for Broken Kodi on Fedora 25

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

More distro-specific than usual posts, but hopefully ‘useful’.. I found that Kodi on Fedora 25 would no longer play M2T/MTS files.    Frustratingly, there was no error shown, or apparent debug clue, but the program just exited without any messages, when playback of one of these file types was selected. After checking associated libraries and not getting any … Continue reading →

Posted in compilation, Fedora, fix, Kodi, Linux, Opinion | Tagged fedora 25, fix, kodi, latest src rpm, m2t mts files not playing, no error messages, playback problem, rebuild, rpmbuild, success | Leave a reply

VMware – Updated vmnet Patch for Kernel 4.9/4.10..

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

Thanks to Mikkel Kroman, there is a more complete patch for VMware 12.5.2  vmnet on Kernel 4.9.x and 4.10-rc’s: The change is to the get_user_pages parameter list, to now include the FOLL_WRITE parameter, and is as follows: In vmnet-only/userif.c, around line 113, change #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0) retval = get_user_pages(addr, 1, 1, 0, &page, NULL); … Continue reading →

Posted in compilation, fix, Hacks, kernel, Linux, patches, VMware | Tagged 12.5.2, improved vmnet patch, kernel 4.10-rc, kernel 4.9.x, success, vmware | 10 Replies

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

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

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

X86_64 – UP Board – ‘Cherry Trail’ – Sound – Working..

Adventures With Linux ™ Posted on August 26, 2016 by RGAugust 26, 2016

The only missing OS component on the new UP Board (x5-Z8350) was that sound (HDMI) was not present..    After a bit of digging, I found some patches for Kernel 4.5, and a later patched kernel version that was supposed to work.. I tried the patched version of 4.7.0 from here:  https://github.com/plbossart/sound/tree/byt-cht-hdmi-v4.7  but found that the compile failed: … Continue reading →

Posted in Cherry Trail, compilation, Crash and Burn.., Fedora, fix, Hacks, Intel Atom, kernel, Linux, Opinion, Performance, UP Board | Tagged 4.7.0, cherry trail, compiler fix, hdmi sound, intel, kernel, linux, patched kernel, success, up board, Z8350 | 8 Replies

NVIDIA – Driver for Kernel 4.7.. Patch for 4.8 Still Works

Adventures With Linux ™ Posted on August 16, 2016 by RGAugust 16, 2016

NVIDIA have released their latest driver – 370.23 – which (finally!) works with Kernel 4.7, without any patches.. The driver fails to compile with Kernel 4.8, but the previous 367.35 patch fixes this (See article here: http://rglinuxtech.com/?p=1788). Tested with 4.8-rc2: ………….. ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-370.23-patched/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-370.23-patched/kernel/nvidia-modeset/nvidia-modeset-linux.o Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-370.23-patched/kernel/nvidia-drm.mod.o LD [M] … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA | Tagged 370.23, 4.8-rc2, new driver, nvidia, patch for 4.8, success, works with 4.7 | 2 Replies

Post navigation

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