↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: compilation

Post navigation

← Older posts
Newer posts →

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

3.8-rc5 Already – Works with Patched / Softlinked VMware, and ‘Old’ NVIDIA..

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

Just installed kernel 3.8-rc5 – recently released.. This release has the same dependencies as -rc4, for VMware and NVIDIA.. For VMware, apply Tim’s vmci patch (see previous article for -rc4) and use the softlink: $ ln -s /usr/src/linux-3.8-rc5/include/generated/uapi/linux/version.h /usr/src/linux-3.8-rc5/include/linux/version.h For NVIDIA, use the ‘old’ driver 310.14, as the newer 3.7-compatible drivers still won’t compile with 3.8.. $ … Continue reading →

Posted in compilation, Fedora, kernel, Linux, NVIDIA, VMware | Tagged kernel 3.8-rc5, nvidia 310.14, patched, softlink, success, version.h, vmware | 7 Replies

3.8-rc4 – Patch now available for VMware..

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

Thanks to excellent work from Tim, there is now a patch available to get VMware WS 9.01 to compile with kernel 3.8-rc4. See his comment to my original article for details.. http://wp.me/p2hgFw-9H I have applied the patch, and it fixes the problem.. Robert Gadsdon.  January 23rd 2013. … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, VMware | Tagged compile, kernel 3.8-rc4, patch, success, vmware | Leave a reply

Dreamplug to 3.8-rc4..

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

Just updated the ARM Dreamplug to kernel 3.8-rc4, with no problems.. Fedora release 18 (Spherical Cow) Kernel 3.8.0-rc4 on an armv5tel (ttyS0) ………. # uname -a Linux rgdreamplug 3.8.0-rc4 #1 Tue Jan 22 22:22:11 GMT 2013 armv5tel armv5tel armv5tel GNU/Linux Robert Gadsdon.   January 22nd, 2013 … Continue reading →

Posted in compilation, Dreamplug, Fedora, kernel, Linux / ARM | Tagged dreamplug, kernel 3.8-rc4, linux/arm, success, update | Leave a reply

3.8-rc4 – VMware problem, but ‘old’ NVIDIA still OK..

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

Just installed kernel 3.8-rc4 on my test system This time, VMware (9.01) compile fails, even with the ‘softlink’ workaround for version.h.. make: Entering directory `/tmp/modconfig-rBMV5O/vmci-only’ /usr/bin/make -C /lib/modules/3.8.0-rc4/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/.   MODULEBUILDDIR= modules make[1]: Entering directory `/usr/src/linux-3.8-rc4′   CC [M]  /tmp/modconfig-rBMV5O/vmci-only/linux/driver.o   CC [M]  /tmp/modconfig-rBMV5O/vmci-only/linux/vmciKernelIf.o /tmp/modconfig-rBMV5O/vmci-only/linux/driver.c:127:4: error: implicit declaration of function ‘__devexit_p’ [-Werror=implicit-function-declaration] /tmp/modconfig-rBMV5O/vmci-only/linux/driver.c:127:4: error: initializer element … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged kernel 3.8-rc4, nvidia old driver success, problems, vmware compile fail | 5 Replies

3.8-rc2 – NVIDIA and VMware…

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

Just compiled 3.8-rc2 on my test system, and the situation regarding NVIDIA and VMware is similar to -rc1.. For NVIDIA, the two ‘latest’ driver versions – 310.19 and 313.09 – fail to compile, but the earlier version – 310.14 – compiles OK..    Version 310.14 does not compile with kernel 3.7, so it would appear that the changes … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, VMware | Tagged 3.8-rc2, compilation, kernel, linux, nvidia, success, vmware, workarounds | 2 Replies

3.8-rc1 and NVIDIA… Earlier Driver Version Compiles OK!

Adventures With Linux ™ Posted on December 29, 2012 by RGDecember 29, 2012

After more testing, I discovered that – unusually – the very latest driver (313.09) fails to compile with kernel 3.8-rc1, but an earlier driver – 310.14 – does compile OK! I won’t do too much more testing, as 3.8-rc1 breaks some KDE apps (see Linus’ angry rant on the LKML!).   Hopefully 3.8-rc2 will be out soon.. Robert Gadsdon.   … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Performance | Tagged 310.14 success, 313.09 fails, compilation, kernel 3.8-rc1, nvidia, test | Leave a reply

Dreamplug to 3.8-rc1

Adventures With Linux ™ Posted on December 26, 2012 by RGDecember 26, 2012

Just updated the Dreamplug to 3.8-rc1, without any problems..   Used the .config from 3.7.. Fedora release 18 (Spherical Cow) Kernel 3.8.0-rc1 on an armv5tel (ttyS0) ………………. # uname -a Linux rgdreamplug 3.8.0-rc1 #1 Wed Dec 26 22:00:22 GMT 2012 armv5tel armv5tel armv5tel GNU/Linux Robert Gadsdon.   December 26th 2012. … Continue reading →

Posted in compilation, Dreamplug, Fedora, kernel, Linux / ARM | Tagged arm, dreamplug, kernel 3.8-rc1, linux, success | Leave a reply

Post navigation

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