↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Monthly Archives: May 2016

Post navigation

← Older posts

NVIDIA – Possible Kernel 4.7 Fix for 361.45.11 and 367.18..

Adventures With Linux ™ Posted on May 31, 2016 by RGMay 31, 2016

Thanks to juston_li on the NVIDIA Devtalk forum, there is specific detail of the changes needed for Kernel 4.7 compatibility.. Details are at   https://devtalk.nvidia.com/default/topic/938665/linux/linux-4-7-rc1-367-18-build-errors/ The first issue is interesting, as it is due to a Kernel Dev. deciding to introduce a new variable – radix_tree_empty – in Kernel 4.7-rc1, that happens to have the same name as … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance | Tagged 367.18, compile success, fix, kernel 4.7-rc1, nvidia 361.45.11, nvidia-drm, radix_tree_empty | 1 Reply

VMware – Possible Kernel 4.7 Fix for 12.1.1..

Adventures With Linux ™ Posted on May 31, 2016 by RGMay 31, 2016

Thanks to g, from their comment on my previous article ( http://rglinuxtech.com/?p=1746 ), there may be a more correct vmnet fix than simply ‘commenting out the code’..    Replace dev->trans_start = jiffies with  netif_trans_update(dev) in netif.c I have made this change, and VMware 12.1.1 is – so far – loading and running OK, as usual.. Robert Gadsdon.   May 30, … Continue reading →

Posted in compilation, fix, Hacks, kernel, Linux, VMware | Tagged fix, kernel 4.7-rc1, netif.c, vmnet, vmware 12.1.1 | 7 Replies

Kernel – 4.7-rc1 Breaks NVIDIA and VMware..

Adventures With Linux ™ Posted on May 29, 2016 by RGMay 29, 2016

Kernel 4.7-rc1 is out, and brief details are here:  https://lkml.org/lkml/2016/5/29/77 The update breaks the latest NVIDIA drivers – 367.18 and 361.45.11: ………. /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-367.18/kernel/nvidia-uvm/uvm_linux.h:557:13: error: redefinition of ‘radix_tree_empty’ static bool radix_tree_empty(struct radix_tree_root *tree) ……………………………. /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-367.18/kernel/nvidia-drm/nvidia-drm-gem.c: In function ‘nvidia_drm_dumb_map_offset’: /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-367.18/kernel/nvidia-drm/nvidia-drm-gem.c:411:33: error: passing argument 1 of ‘drm_gem_object_lookup’ from incompatible pointer type [-Werror=incompatible-pointer-types] gem = drm_gem_object_lookup(dev, file, handle); …………………… ..and, breaks … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 361.45.11, breaks nvidia and vmware, kernel 4.7-rc1, nvidia 367.18, vmnet hack, vmware 12.1.1 | 4 Replies

ARM64 – Odroid C2 U-Boot – More Progress..

Adventures With Linux ™ Posted on May 23, 2016 by RGMay 23, 2016

Thanks to an additional U-Boot patch from Carlo Caione, it is now possible to (partially) boot the mainline Kernel from U-Boot on an eMMC module, as well as from SDcard..    Patch details here:  https://www.mail-archive.com/u-boot@lists.denx.de/msg213468.html => mmc info Device: <NULL> Manufacturer ID: 15 OEM: 100 Name: BGND3 Tran Speed: 52000000 Rd Block Len: 512 MMC version 5.0 High … Continue reading →

Posted in aarch64, ARM64, boot, Crash and Burn.., Hacks, Linux / ARM, Odroid C2, U-Boot | Tagged arm64, boot from emmc module, odroid c2, u-boot | Leave a reply

NVIDIA – Driver 367.18 – OK with Kernel 4.6..

Adventures With Linux ™ Posted on May 19, 2016 by RGMay 19, 2016

Tested the latest NVIDIA ‘Beta’ driver – 367.18 – and it compiles OK with Kernel 4.6.. …………… Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/Desktop/Downloads/NVIDIA-Linux-x86_64-367.18/kernel/nvidia-drm.mod.o LD [M] /home/rgadsdon/Desktop/Downloads/NVIDIA-Linux-x86_64-367.18/kernel/nvidia-drm.ko CC /home/rgadsdon/Desktop/Downloads/NVIDIA-Linux-x86_64-367.18/kernel/nvidia-modeset.mod.o LD [M] /home/rgadsdon/Desktop/Downloads/NVIDIA-Linux-x86_64-367.18/kernel/nvidia-modeset.ko CC /home/rgadsdon/Desktop/Downloads/NVIDIA-Linux-x86_64-367.18/kernel/nvidia-uvm.mod.o LD [M] /home/rgadsdon/Desktop/Downloads/NVIDIA-Linux-x86_64-367.18/kernel/nvidia-uvm.ko CC /home/rgadsdon/Desktop/Downloads/NVIDIA-Linux-x86_64-367.18/kernel/nvidia.mod.o LD [M] /home/rgadsdon/Desktop/Downloads/NVIDIA-Linux-x86_64-367.18/kernel/nvidia.ko …………………… Release notes etc. are here: http://www.geforce.com/drivers/results/102879 Robert Gadsdon.   May 19, 2016. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Performance | Tagged compiles ok, kernel 4.6, nvidia 367.18 | Leave a reply

VMware – 12.1.1 – Not Very Impressed..

Adventures With Linux ™ Posted on May 18, 2016 by RGMay 18, 2016

VMware Workstation 12.1.1 is out, but still needs the same patches (vmmon and vmnet) for Kernel 4.6 as 12.1.0, and the update also (still..!.) breaks the front-end gui (/usr/bin/vmware) on Fedora 23.. Release Notes for 12.1.1 are here:  https://pubs.vmware.com/Release_Notes/en/workstation/12pro/workstation-1211-release-notes.html Kernel 4.6 patch details are here:  http://rglinuxtech.com/?p=1706 The fix for /usr/bin/vmware on Fedora 23 is almost the same … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, fix, Hacks, Linux, Opinion, VMware | Tagged fix for gui on fedora, needs patch for kernel 4.6, vmware 12.1.1 | Leave a reply

Kernel – 4.6 Final – OK with Patched VMware and NVIDIA..

Adventures With Linux ™ Posted on May 16, 2016 by RGMay 16, 2016

Installed Kernel 4.6 Final on the test system, and the patched versions of VMware 12.1.0 (vmnet and vmmon patched) and NVIDIA driver 364.19 all compile OK..     Details of changes since -rc7 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1605.1/05030.html , and VMware / NVIDIA patch details are in a previous article – http://rglinuxtech.com/?p=1709 $ uname -a Linux rgtest 4.6.0 #1 SMP Mon … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel 4.6 final, patched nvidia and vmware ok, vmmon patch, vmnet patch | 4 Replies

ARM64 – Odroid C2 – U-Boot MMC Support..

Adventures With Linux ™ Posted on May 16, 2016 by RGMay 16, 2016

After the initial patches to provide basic U-Boot support for the C2, as mentioned in a previous article – there is now a further patch, to enable MMC support.    Details at https://www.mail-archive.com/u-boot@lists.denx.de/msg212503.html I have applied this additional patch, and for SDcard-based systems, it works: U-Boot 2016.05-rc3 (May 14 2016 – 21:06:28 -0700) odroid-c2 aarch64-linux-gnu-gcc (GCC) 5.3.1 20160212 … Continue reading →

Posted in aarch64, ARM64, boot, Crash and Burn.., Hacks, hardware, kernel, Linux / ARM, Odroid C2, Opinion, Performance, U-Boot | Tagged arm64, fails on emmc modules, mmc support, odroid c2, ok on sdcard, patches, u-boot | 5 Replies

ARM64 – Odroid C2 – U-Boot Boots..

Adventures With Linux ™ Posted on May 11, 2016 by RGMay 16, 2016

After some valuable info received from Brad (see comment on my earlier article, at http://rglinuxtech.com/?p=1723 ), I found the complete set of four patches for initial C2 U-Boot support, and applied these to the latest (May 9) GIT version of U-Boot..   Thanks are also due to Beniamino Galvani for producing these patches.. Detailed instruction on how to … Continue reading →

Posted in aarch64, ARM64, compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Odroid C2, Opinion, Performance, U-Boot | Tagged four patches, limited functionality, odroid c2, partial success, tftp, u-boot patches | 2 Replies

Kernel – 4.6-rc7 Out – ‘Final’ Should be Next..

Adventures With Linux ™ Posted on May 9, 2016 by RGMay 9, 2016

Updated to kernel 4.6-rc7 on the test system, and this is still OK with the ‘patched’ versions of VMware 12.1.0 and NVIDIA 364.19.. Brief details of changes since -rc6 are here:   http://lkml.iu.edu/hypermail/linux/kernel/1605.1/00123.html Barring unforeseen problems, the next release should be 4.6 Final.. Robert Gadsdon.    May 8, 2016.   … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 4.6-rc7, patched vmware and nvidia ok | Leave a reply

Post navigation

← Older posts
Original content © Robert Gadsdon 2013
↑