↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: success

Post navigation

Newer posts →

Kernel 3.18-rc1 – NVIDIA Fix..

Adventures With Linux ™ Posted on October 21, 2014 by RGOctober 21, 2014

Thanks to juston_li, there is a one-line fix to enable the latest NVIDIA drivers to compile with Kernel 3.18-rc1 See: https://devtalk.nvidia.com/default/topic/783364/linux/343-22-driver-incompatible-with-linux-3-18-/ The fix there is for Beta version 343.22, but I applied it to main version 340.46, as follows: In NVIDIA-Linux-x86_64-340.46/kernel/nv-drm.c , at line 19, change #if defined(NV_DRM_AVAILABLE) #include <drm/drmP.h> to #if defined(NV_DRM_AVAILABLE) #include <drm/drmP.h> #include <drm/drm_gem.h> … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, Linux, NVIDIA, Opinion, Performance, success | Tagged 340.46, drm_gem.h, kernel 3.18-rc1, nv-drm.c, nvidia fix, one line | Leave a reply

ARM – Pi to Kernel 3.13.2… Pidora 19 Woes.. Odroid to Fedora 20..

Adventures With Linux ™ Posted on February 12, 2014 by RGFebruary 12, 2014

Just updated the Raspberry Pi to Kernel 3.13.2, from GitHub: # git clone -b rpi-3.13.y –single-branch https://github.com/raspberrypi/linux No problems and the system runs OK.. Pidora release 19 (Raspberry Pi Fedora Remix) Kernel 3.13.2+ on an armv6l (ttyAMA0) …….. $ uname -a Linux rgpi 3.13.2+ #1 PREEMPT Wed Feb 12 14:12:55 GMT 2014 armv6l armv6l armv6l GNU/Linux The … Continue reading →

Posted in compilation, Fedora, Linux / ARM, Odroid, Opinion, Pidora, Raspberry Pi, success | Tagged arm, fedora 20, kernel 3.13.2, linux, odroid, pidora 19 stalled, raspberry pi, success | 7 Replies

Post navigation

Newer posts →
Original content © Robert Gadsdon 2013
↑