↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Hacks

Post navigation

← Older posts
Newer posts →

Pi to 3.8.2 – OK, but 3.9-rc1 needs more Hacking..

Adventures With Linux ™ Posted on March 4, 2013 by RGMarch 4, 2013

Just updated the raspberry Pi to kernel 3.8.2, by applying the incremental patch at: ftp://ftp.kernel.org/pub/linux/kernel/v3.0/incr/patch-3.8.1-2.bz2 – which worked fine.. Fedora release 18 (Spherical Cow) Kernel 3.8.2-pi on an armv6l (ttyAMA0) ………………… # uname -a Linux rgpi 3.8.2-pi #1 Mon Mar 4 12:23:25 GMT 2013 armv6l armv6l armv6l GNU/Linux I tried applying the kernel.org 3.9-rc1 patch to the … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Opinion, Raspberry Pi | Tagged 3.9-rc1, compile fail, kernel 3.8.2, patch ok, raspberry pi, success, update | Leave a reply

3.9-rc1 – OK with VMware, and NVIDIA – so far..

Adventures With Linux ™ Posted on March 4, 2013 by RGMarch 4, 2013

Just updated the test system to 3.9-rc1, and with the usual softlink*, and (3.8-patched) VMware 9.01, and NVIDIA 310.32, everything compiled OK. *  # ln -s /usr/src/linux-3.9-rc1/include/generated/uapi/linux/version.h /usr/src/linux-3.9-rc1/include/linux/version.h $ uname -a Linux rg6830l 3.9.0-rc1 #1 SMP Mon Mar 4 11:13:53 GMT 2013 x86_64 x86_64 x86_64 GNU/Linux Robert Gadsdon.   March 4th, 2013. … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux, NVIDIA, Performance, VMware | Tagged compile, kernel 3.9-rc1, linux, nvidia 310.32, softlink, success, vmware 9.01, vmware patched | Leave a reply

Pi to 3.8.1 – Incrementally, as usual..

Adventures With Linux ™ Posted on February 28, 2013 by RGFebruary 28, 2013

Just updated the Raspberry Pi from (hacked!)3.8.0 to 3.8.1, by applying the 3.8.0-1 patch at ftp://ftp.kernel.org/pub/linux/kernel/v3.0/patch-3.8.1.bz2 Note that this first incremental patch is in the ‘main’ kernel directory.   Only the subsequent ones (3.8.1-2, etc..) will be in the /incr subdirectory.. The patch applied cleanly, and all seems to be working OK: Fedora release 18 (Spherical Cow) Kernel … Continue reading →

Posted in compilation, Fedora, Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged arm, cross-compiled, fedora 18, incremental patch, kernel 3.8.1, linux, raspberry pi, success, update | Leave a reply

Pi to 3.8.0 – Nasty hacks..

Adventures With Linux ™ Posted on February 22, 2013 by RGMarch 1, 2013

I have – after some messy hacking – managed to get the Raspberry Pi updated to kernel 3.8.0.. The starting point was the 3.7.1 Pi code, at https://github.com/Olipro/linux-RPi.    The kernel.org patch for 3.8.0 assumes the code base is 3.7.0, so I had to ‘revert’ the 3.7.1 patch.    The ‘incremental’ patches at kernel.org start with the 3.7.1 – … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.8.0, from 3.7.1, hacks, kernel 3.8, patch, raspberry pi, revert, success, update, warning | 6 Replies

3.8.0 is Here..

Adventures With Linux ™ Posted on February 19, 2013 by RGFebruary 19, 2013

Just updated my main system to kernel 3.8, which has just been released..     For VMware (9.0.1) apply the patch already described in a previous article for the 3.8-rc series, plus the version.h softlink: # ln -s /usr/src/linux-3.8/include/generated/uapi/linux/version.h /usr/src/linux-3.8/include/linux/version.h The latest ‘stable’ NVIDIA driver – 310.32 – compiles OK, with this kernel version.. $ uname -a Linux rglinux … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, VMware | Tagged just released, kernel 3.8, nvidia 310.32 ok, success, version.h softlink, vmware patch | Leave a reply

3.7.9 – and a Surprise..

Adventures With Linux ™ Posted on February 18, 2013 by RGFebruary 18, 2013

Just updated to 3.7.9, but forgot to do the usual ‘softlink’ for correct compilation of VMware.. # ln -s /usr/src/linux-3.7.9/include/generated/uapi/linux/version.h /usr/src/linux-3.7.9/include/linux/version.h I ran the compilation for the the latest ‘stable’ NVIDIA driver (310.32), but discovered that – with 3.7.9 – this failed, as well!     To save time, I had been creating the softlink after compiling the latest … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance | Tagged 3.7.6, 3.7.7, 3.7.8, compile fail, driver 310.32, fix, kernel 3.7.9, nvidia, softlink, version.h, workaround | Leave a reply

Pi to 3.7.7..

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

Just updated the Raspberry Pi to kernel 3.7.7 – incrementally..  See previous posts for details on how this is done.. Fedora release 18 (Spherical Cow) Kernel 3.7.7-pi on an armv6l (ttyAMA0) …………….. ]$ uname -a Linux rgpi 3.7.7-pi #1 Tue Feb 12 17:17:08 GMT 2013 armv6l armv6l armv6l GNU/Linux Robert Gadsdon.   February 12th 2013.   … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged incremental patch, kernel 3.7.7, raspberry pi, success, update | Leave a reply

Pi to 3.7.6 – Incrementally..

Adventures With Linux ™ Posted on February 4, 2013 by RGFebruary 4, 2013

Just updated the Raspberry Pi from 3.7.5 to 3.7.6, using the incremental patch patch-3.7.5-6.bz2, from ftp.kernel.org/pub/linux/kernel/v3.0/incr/.. # ln -s linux-3.7.5-pi a # ln -s linux-3.7.5-pi b # bzip2 -cd patch-3.7.5-6.bz2 | patch -p0 # mv linux-3.7.5-pi linux-3.7.6-pi # rm -f a # rm -f b ………………………….. (compile / install) ………………………… $ uname -a Linux rgpi 3.7.6-pi #1 … Continue reading →

Posted in compilation, Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged incremental patch, kernel 3.7.6, raspberry pi, success | 5 Replies

3.8-rc6 – Newest ‘Stable’ NVIDIA Driver Compiles OK, now

Adventures With Linux ™ Posted on February 2, 2013 by RGFebruary 2, 2013

Just installed 3.8-rc6 on my test system, and – as for the previous -rc version – the softlink + vmci patch works for VMware 9.0.1.    The good news is that the latest ‘stable’ NVIDIA driver – 310.32 – now compiles OK with this kernel version.. $ uname -a Linux rg6830l 3.8.0-rc6 #1 SMP Fri Feb 1 11:39:56 … Continue reading →

Posted in compilation, Fedora, Hacks, kernel, Linux, NVIDIA, VMware | Tagged kernel 3.8-rc6, nvidia 310.32, patch, softlink, success, vmci, vmware | Leave a reply

Pi to 3.7.5, with a few Patches..

Adventures With Linux ™ Posted on January 28, 2013 by RGJanuary 28, 2013

Just updated the Raspberry Pi to kernel version 3.7.5, using the 3.7.1 tree created by Olipro: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=71&t=26912 I then applied the incremental patches from kernel.org to go from 3.7.1 to 3.7.2, to 3.7.3, to 3.7.4, to 3.7.5.. I ignored the warnings after the compile, as these have occurred with previous kernel versions, and seem to be harmless.. … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.7.5, compile, from 3.7.1, incremental patches, kernel, raspberry pi, success | 6 Replies

Post navigation

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