↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: compilation

Post navigation

← Older posts
Newer posts →

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 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

ARM64 – Odroid C2 U-Boot – Latest..

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

I discovered there was a later version (6) of the U-boot patch for the Odroid C2, and also – after more research – found the reason for the compile error… It turns out that the GIT version (May 5, 2016) of U-boot currently needs two patches.. The first one is to provide psci_system_reset for armv8, and details … Continue reading →

Posted in aarch64, alpha release, ARM64, boot, compilation, Crash and Burn.., Hacks, Odroid C2, Opinion, Performance, U-Boot | Tagged boot fails, compile cleanly, odroid c2, psci_system_reset, two patches needed, u-boot | 4 Replies

ARM64 – Odroid C2 With Latest U-Boot and Kernel – Not Quite Yet..

Adventures With Linux ™ Posted on April 27, 2016 by RGApril 27, 2016

I decided to check the latest linux-next tree for signs of Odroid C2 code, and there is some there – apparently for basic functionality..     Compiled OK, but when I tried to boot it, the Hardkernel-supplied version of U-Boot crashed: odroidc2#ext4load mmc 0:1 ${loadaddr} /boot/uboot/Image 7748608 bytes read in 187 ms (39.5 MiB/s) odroidc2#ext4load mmc 0:1 ${dtb_loadaddr} /boot/uboot/meson-gxbb-odroidc2.dtb … Continue reading →

Posted in aarch64, alpha release, ARM64, compilation, Crash and Burn.., Hacks, Odroid C2, Opinion, U-Boot | Tagged crash, linux-next, odroid c2, reset, u-boot patch | 4 Replies

ARM64 – Pi3 Success – Almost..

Adventures With Linux ™ Posted on April 26, 2016 by RGApril 26, 2016

After more ‘investigation’, I managed to find a working U-Boot for a 64-bit boot of the Raspberry Pi 3, by copying it from the boot directory of this: http://www.tom-yam.or.jp/rpi3/rpi3-arm64-debian-20160414.img.xz found towards the end of the latest 64-bit thread on the Pi Forum: https://www.raspberrypi.org/forums/viewtopic.php?f=72&t=137963&sid=cd15abd8d4dd2a2d5c517f47a3e4f5e4&start=125 .  Thanks to xyinao for putting it all together.. I copied the kernel Image … Continue reading →

Posted in aarch64, boot, compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance, Raspberry Pi, U-Boot | Tagged 64-bit kernel, boot ok, fedora 23, only 3 cpu cores, raspberry pi 3, tests | 2 Replies

Kernel – 4.6-rc5 – OK with (Patched) VMware, and (Patched) NVIDIA..

Adventures With Linux ™ Posted on April 25, 2016 by RGApril 25, 2016

Kernel 4.6-rc5 is out, and brief details of changes from -rc4 are here: http://lkml.iu.edu/hypermail/linux/kernel/1604.3/00178.html Kernel 4.6 seems to have a habit of continuing later-rc breakages with VMware and NVIDIA, compared to previous kernel releases.. The VMware 12 fix for 4.6-rc4 (see http://rglinuxtech.com/?p=1706 ) still works OK with 4.6-rc5, but even the latest NVIDIA driver – 364.19 breaks … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux, NVIDIA, VMware | Tagged fix, kernel 4.6-rc5, nvidia 364.19 patched, success, vmware 12 patched | Leave a reply

VMware – Later 4.6-rc breaks vmmon and vmnet..

Adventures With Linux ™ Posted on April 23, 2016 by RGApril 23, 2016

Thanks to Justin Palermo, there is a patch for VMware 12 vmmon and vmnet problems he identified with the later Kernel 4.6-rcs.       See comments on my earlier 4.6-rc1 article for details:  http://rglinuxtech.com/?p=1679 I have applied the patch to VMware 12.1.0, on Kernel 4.6-rc4, and VMware now compiles and runs OK.. Robert Gadsdon.   April 22, 2016. … Continue reading →

Posted in compilation, Crash and Burn.., fix, kernel, Linux, success, VMware | Tagged breaks vmmon and vmnet, kernel 4.6-rc4, patch available, success, vmware 12 | Leave a reply

ARM – Rock2 to Kernel 4.6-rc2 – Ethernet OK, Now..

Adventures With Linux ™ Posted on April 4, 2016 by RGApril 4, 2016

Updated the Rock2 to Kernel 4.6-rc2, and the Ethernet problem has been fixed.. Fedora 23 (Twenty Three) Kernel 4.6.0-rc2 on an armv7l (ttyS2) …………. ]# uname -a Linux rgrock2 4.6.0-rc2 #1 SMP Sun Apr 3 21:05:44 EDT 2016 armv7l armv7l armv7l GNU/Linux Details of Kernel changes from -rc1 are here:   http://lkml.iu.edu/hypermail/linux/kernel/1604.0/01298.html Robert Gadsdon.  April 3, 2016. … Continue reading →

Posted in compilation, Linux / ARM, radxa, Rock2 | Tagged 4.6-rc2, arm, armv7, ethernet ok, kernel, linux, radxa, rock2 | Leave a reply

Post navigation

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