↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: kernel 3.19

ARM – Kernel 3.19 for Odroid U3 – With Fan Control..

Adventures With Linux ™ Posted on February 11, 2015 by RGFebruary 11, 2015

Updated the Odroid U3 to (patched) Kernel 3.19, from https://github.com/tobiasjakobi/linux-odroid/tree/odroid-3.19.y Thanks to work by tobiasjakobi, this now includes the preliminary patches – updated for 3.19 – for fan control on the Odroid U3, originally posted by Lukasz Majewski at http://www.spinics.net/lists/linux-samsung-soc/msg42259.html So, (on a Fedora 21 system) you can now control the fan, as follows: # echo “0” … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux / ARM, Odroid, Opinion, Performance | Tagged arm, cpu temperature, fan control, kernel 3.19, linux, odroid u3, patched, success, testing | 5 Replies

3.19 Final – NVIDIA and (Patched) VMware OK..

Adventures With Linux ™ Posted on February 10, 2015 by RGFebruary 10, 2015

Updated the test system to Kernel 3.19 ‘final’, and – as expected – the latest NVIDIA (346.35) and VMware 11.0 (with the vmnet patch..) compile and boot/load OK.. Quite a lot of changes from -rc7, and some reverted..  More details here : http://lkml.iu.edu/hypermail/linux/kernel/1502.1/00199.html $ uname -a Linux rg6830l 3.19.0 #1 SMP Mon Feb 9 14:53:53 PST 2015 … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, VMware | Tagged kernel 3.19, nvidia 346.35, success, vmnet patch, vmware 11 | 2 Replies

ARM – Odroid U3 Kernel Compilation..

Adventures With Linux ™ Posted on February 8, 2015 by RGMarch 3, 2015

This is a workflow for compilation of a kernel + device tree for the Odroid U3.   There are other ways of doing this, but this one works, for me.. Compilation works fine on the device itself, so no need for cross-compilations.. This is for a device with root filesystem and boot partition on one SDcard.. Source from: … Continue reading →

Posted in Linux | Tagged arm, device tree, example, kernel 3.19, kernel compile, linux, odroid u3, workflow | 6 Replies

VMware 11 – Fix for vmnet and Kernel 3.19..

Adventures With Linux ™ Posted on January 23, 2015 by RGJanuary 23, 2015

Thanks to Al Viro, and to coderus on the VMware forum, we now have a solution for vmnet and Kernel 3.19, as follows: In vmnet-only/driver.c (lines 269, 1194, and 1195): Replace instances of f_dentry with f_path.dentry In vmnet-only/userif.c (line 526): Replace    return skb_copy_datagram_iovec(skb, 0, &iov, len); with    struct iov_iter to;    iov_iter_init(&to, READ, &iov, 1, … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, VMware | Tagged driver.c, kernel 3.19, success, userif.c, vmnet fix, vmware 11.0 | Leave a reply
Original content © Robert Gadsdon 2013
↑