↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

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

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

Kernel – 4.6-rc6 – Still OK with (Patched) VMware and NVIDIA..

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

Kernel 4.6-rc6 has been released, and details of changes since -rc5 are here: http://lkml.iu.edu/hypermail/linux/kernel/1605.0/00190.html It seems that there will be (at least..) an rc7, before ‘Final’.. Tested with patched VMware 12.1.0 (vmnet and vmmon) and patched NVIDIA (364.19) and both still compile OK..   See my previous article http://rglinuxtech.com/?p=1709 for more info.. Robert Gadsdon.    May 2, 2016.   … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Tagged kernel 4.6-rc6, nvidia 364.19 patched, ok, vmware 12.1.0 patched | Leave a reply

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

ARM – Another Source for Rootfs Images..

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

If you need a particular rootfs for an ARM7 or ARM64 device, there is a source of these at http://libguestfs.org/download/builder/ As an example, for Fedora 23 aarch64, then download the http://libguestfs.org/download/builder/fedora-23-aarch64.xz file, and then expand it (I use ark..)   This will give you a file fedora-23-aarch64, and simply rename this to fedora-23-aarch64.img. As the Fedora aarch64 images … Continue reading →

Posted in aarch64, arm, ARM64, armv7, boot, Fedora, Linux / ARM, Opinion, Performance | Tagged arm, arm64, details, extract, libguestfs.org, rootfs images | 1 Reply

Post navigation

← Older posts
Newer posts →

If You Like This…

You may like my other - less technical - blog. 'Today's Technology Commentary', at rhgtechnology.com

Recent Posts

  • Kernel – 6.18-rc1 Released – Mostly Harmless..
  • Kernel – 6.17 is out… Almost No Surprises?
  • NVIDIA – New Driver 580.82.09, OK with Kernel 6.17..
  • NVIDIA – Patch for Kernel 6.17 Support…
  • Kernel – 6.17-rc1 Released – Patched VMware OK, NVIDIA Compile Fails..

Most Popular..

aarch64 android apc arm arm64 armv7 boot compile compile fail cross-compile cubox-i4-pro cubox-i4pro dreamplug fail fedora fedora 17 fix fixed hack kernel linux new driver nvidia odroid c2 odroid u3 ok ok with latest nvidia patch patch available patched problems raspberry pi released success testing u-boot update usb vmmon vmnet vmnet patch vmware vmware 10.0.2 workaround x86_64

Categories

  • aarch64
  • alpha release
  • AMD
  • Android
  • APC
  • Apollo Lake
  • arm
  • ARM64
  • armv7
  • Audacity
  • Audio
  • Bacula
  • BananaPro
  • boot
  • BTRFS
  • Bug
  • Cherry Trail
  • Chromebook
  • clang
  • compilation
  • Crash and Burn..
  • CuBox
  • Debian
  • DisplayLink
  • Dracut
  • Dragonboard
  • Dreamplug
  • dual-boot
  • DVB
  • DVB-S2
  • Ethernet
  • Fedora
  • Firmware
  • fix
  • fixed
  • FUSE
  • gcc
  • geekbox
  • Gentoo
  • GK802
  • grub
  • Hacks
  • hardware
  • Hikey
  • HPPA
  • HTC
  • IA64
  • Intel
  • Intel Atom
  • intel ethernet
  • Itanium
  • KDE
  • kernel
  • Kodi
  • Linux
  • Linux / ARM
  • linux install
  • LTO
  • Network
  • new install
  • Next CHIP
  • NTFS
  • NVIDIA
  • NVME
  • Odroid
  • Odroid C2
  • Odroid N2
  • Opinion
  • PA-RISC
  • patches
  • Performance
  • Pidora
  • Pine64
  • Plasma Desktop
  • quirks
  • radxa
  • Raspberry Pi
  • Raspberry Pi 4
  • repo problems
  • retpoline
  • Rock Pi N10
  • Rock2
  • RX2600
  • rx3288
  • SCSI
  • serial console
  • some systems ok
  • success
  • U-Boot
  • UART
  • UEFI
  • UP Board
  • upgrades
  • USB
  • USB3
  • Video
  • VirtualBox
  • VMware
  • Wayland
  • Webmin
  • WiFi
  • Win 7
  • Workaround
  • working
  • X86_64
  • XBMC

Archives

  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • January 2024
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
Original content © Robert Gadsdon 2013
↑