↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Monthly Archives: September 2015

Post navigation

← Older posts

Kernel – 4.2.2 Finally Fixes NVIDIA GPL-Only..

Adventures With Linux ™ Posted on September 29, 2015 by RGSeptember 29, 2015

Just updated to Kernel 4.2.2, and the long-standing NVIDIA GPL-only issue is finally fixed.. From the changelog: commit 4f7760e963db10618dd3617bcf6254d896094e37 Author: Tim Gardner <tim.gardner@canonical.com> Date: Tue Aug 4 11:26:04 2015 -0600 workqueue: Make flush_workqueue() available again to non GPL modules And I can confirm that NVIDIA 355.11 compiles OK, without any patches.. The complete changelog is here: https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.2.2 … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Performance | Tagged 355.11 compiles ok, kernel 4.2.2, nvidia gpl-only fixed | Leave a reply

ARM – Odroid U3 OK With Latest U-Boot..

Adventures With Linux ™ Posted on September 25, 2015 by RGSeptember 25, 2015

Recently tried the latest standard release of u-boot from ftp://ftp.denx.de/pub/u-boot/ , and it now works OK with the SDCard in the Odroid U3.    You still have to incorporate the ‘special’ secure-boot binaries and shell script from the hardkernel version ( in directory sd_fuse) from https://github.com/hardkernel/u-boot/tree/odroid-v2010.12 and change the reference to u-boot.bin to u-boot-dtb.bin in sd_fusing.sh. U-Boot 2015.10-rc3 … Continue reading →

Posted in Linux / ARM, Performance, success, U-Boot | Tagged arm, linux, odroid u3, sd_fusing, success, u-boot 2015.10-rc3 | 2 Replies

ARM – Odroid to 4.3-rc2..

Adventures With Linux ™ Posted on September 21, 2015 by RGSeptember 21, 2015

Just updated the Odroid U3 to (patched) Kernel 4.3-rc2, from here:  https://github.com/tobiasjakobi/linux-odroid/tree/odroid-4.3.y Fedora 23 (Twenty Three) Kernel 4.3.0-rc2 on an armv7l (ttySAC1) …………….. ]# uname -a Linux rgodroid 4.3.0-rc2 #1 SMP Mon Sep 21 13:38:23 PDT 2015 armv7l armv7l armv7l GNU/Linux I had tried the ‘standard’ release of 4.3-rc2 from kernel.org, and this booted OK, but the … Continue reading →

Posted in compilation, kernel, Linux / ARM, Odroid, Opinion, Performance | Tagged arm, kernel 4.3-rc2 patched, linux, odroid u3, success | 3 Replies

Kernel – 4.2.1 – Still Breaks NVIDIA?

Adventures With Linux ™ Posted on September 20, 2015 by RGSeptember 20, 2015

Tried the ‘release candidate’ version of Kernel 4.2.1 (via patch, at https://www.kernel.org/pub/linux/kernel/v4.x/stable-review), and the GPL_only issue with NVIDIA drivers is still there…      Exactly why we have to wait for Kernel 4.3 for this to be fixed is a mystery, as the simple one-line patch was proposed weeks ago, for 4.2-rc5.. Robert Gadsdon.   September 19, 2015. … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion | Tagged fail, gpl_only, kernel 4.2.1, nvidia, wait for 4.3? | 2 Replies

ARM – CuBox – Back to 4.1, and Forward to 4.3-rc1..

Adventures With Linux ™ Posted on September 18, 2015 by RGSeptember 18, 2015

I encountered more ‘network missing’ issues with Kernel 4.2 on the CuBox-i4 Pro, so reverted to Kernel 4.1.6, and all was well, again..   I have since updated to Kernel 4.3-rc1 (from kernel.org), and everything – so far – seems to be working OK.. Fedora release 22 (Twenty Two) Kernel 4.3.0-rc1 on an armv7l (ttymxc0) …………………… ]# uname … Continue reading →

Posted in arm, CuBox, kernel, Linux / ARM | Tagged arm, cubox-i4pro, kernel 4.3-rc1, more problems with kernel 4.2, success, update | 2 Replies

Kernel – 4.2 – Back to 4.1.7..

Adventures With Linux ™ Posted on September 15, 2015 by RGSeptember 15, 2015

I had been running Kernel 4.2 on my main system since it was released, but have been experiencing vague and inconsistent problems with sluggish applications, which sometimes hung for about half-a-second..   Nothing specific, and no apparent errors reported.. I reverted to Kernel 4.1.7, and everything seems to be back to normal..   I will try 4.2.1 as soon … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, Opinion, Performance | Tagged hanging, kernel 4.2, reverted to 4.1.7, sluggish | Leave a reply

ARM64 – DragonBoard 410c to Kernel 4.2..

Adventures With Linux ™ Posted on September 14, 2015 by RGSeptember 14, 2015

Just updated the Qualcomm DragonBoard 410c to Linaro/Qcom patched Kernel 4.2, from here:  https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/tree/refs/heads/integration-linux-qcomlt Using the saved kernel config from 4.2-rc5, the system booted OK (headless)..: Fedora release 23 (Twenty Three) Kernel 4.2.0 on an aarch64 (ttyMSM0) ……………. # uname -a Linux rg410c 4.2.0 #1 SMP PREEMPT Sun Sep 13 20:13:35 PDT 2015 aarch64 aarch64 aarch64 GNU/Linux … Continue reading →

Posted in aarch64, ARM64, compilation, Crash and Burn.., Dragonboard, Hacks, kernel, Linux / ARM, Opinion | Tagged dragonboard 410c, kernel 4.2, linaro/qcom, success, update | 2 Replies

NVIDIA – Patch for Kernel 4.3-rc1 Compile Error..

Adventures With Linux ™ Posted on September 13, 2015 by RGSeptember 13, 2015

Thanks to juston_li on the NVIDIA forums, there is now a patch to fix the compile error with Kernel 4.3-rc1. Details – and the patch – can be found here:   https://devtalk.nvidia.com/default/topic/877365/linux/355-11-linux-4-3-rc1-build-error/ I have applied this, and the NVIDIA driver now compiles and installs OK (as the GPL_Only error was fixed in 4.3-rc1). Now to attempt to use … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA | Tagged compile error, kernel 4.3-rc1, nvidia, patch, success | Leave a reply

Kernel – 4.3-rc1 – Breaks NVIDIA and VMware..

Adventures With Linux ™ Posted on September 13, 2015 by RGSeptember 13, 2015

Updated the test system to Kernel 4.3-rc1.. $ uname -a Linux rg6830l 4.3.0-rc1 #1 SMP Sat Sep 12 19:15:35 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux Brief details of changes are here:  http://lkml.iu.edu/hypermail/linux/kernel/1509.1/03200.html The NVIDIA gpl_only issue has been fixed in linux/kernel/workqueue.c, but the compile now fails even before that is reached: /home/rgadsdon/NVIDIA-Linux-x86_64-355.11/kernel/nvidia/nv-procfs.c: In function ‘nv_procfs_read_registry’: /home/rgadsdon/NVIDIA-Linux-x86_64-355.11/kernel/nvidia/nv-procfs.c:363:12: error: … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged compile fails, error: void value not ignored, kernel 4.3-rc1, nvidia, vmware | 1 Reply

ARM – CuBox to 4.2 – Carefully..

Adventures With Linux ™ Posted on September 8, 2015 by RGSeptember 8, 2015

Updated the CuBox-i4Pro to Kernel 4.2 (from kernel.org) and everything went smoothly – eventually.. I had tried using the kernel config saved from 4.1, but after booting successfully, the network suddenly stopped working after a few minutes of traffic, even though eth0 etc. was still present..     I was planning to revert to 4.1.6, but then tried creating … Continue reading →

Posted in arm, compilation, CuBox, kernel, Linux | Tagged cubox-i4pro, fresh config ok, kernel 4.2 | Leave a reply

Post navigation

← Older posts
Original content © Robert Gadsdon 2013
↑