↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

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

Tag Archives: kernel

Post navigation

← Older posts
Newer posts →

Raspberry Pi – Kernel to 3.6.9..

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

The 3.6.y branch of the kernel on GitHub has now been updated to 3.6.9, in step with the ‘mainline’ kernel.. To get the source, you may need to explicitly reference the rpi-3.6.y.tar.gz download, instead of the (default) rpi-3.2.7.tar.gz https://github.com/raspberrypi/linux/archive/rpi-3.6.y.tar.gz Compilation was as described in earlier posts.. Fedora release 17 (Beefy Miracle) Kernel 3.6.9-pi on an armv6l (ttyAMA0) … Continue reading →

Posted in compilation, Fedora, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.9, 3.6.y branch, github, kernel, raspberry pi, success | Leave a reply

APC – Kernel Source – Signs of Life?

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

After a gap of over three months, there seems to be some activity with the APC kernel and uboot source on GitHub.. https://github.com/apc-io/apc-8750 Changes were made on December 2nd, but would appear to have been in error, for some reason, and the latest ‘commit’ is marked ‘Revert’..     The kernel version seems to have been the same, but … Continue reading →

Posted in APC, compilation, Crash and Burn.., kernel, Linux / ARM | Tagged apc, error, github, kernel, revert, update | Leave a reply

Pi to 3.6.7.. and a Hardware Problem!

Adventures With Linux ™ Posted on November 22, 2012 by RGNovember 22, 2012

The 3.6.y tree at GitHub has now been updated to 3.6.7, keeping pace with the ‘mainline’ kernel. Compiling was similar to 3.6.6, and there is still a missing header file:   CC [M]  drivers/net/wireless/hostap/hostap_80211_rx.o In file included from drivers/net/wireless/hostap/hostap.h:7:0,                  from drivers/net/wireless/hostap/hostap_80211_rx.c:8: drivers/net/wireless/hostap/hostap_wlan.h:13:27: fatal error: hostap_common.h: No such file or directory compilation terminated. make[4]: *** [drivers/net/wireless/hostap/hostap_80211_rx.o] Error … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.7, compile, fix, hardware problem, kernel, missing header, raspberry pi, sd card slot loose, success | Leave a reply

Pi 3.6.y Kernel – now at 3.6.6..

Adventures With Linux ™ Posted on November 15, 2012 by RGNovember 15, 2012

The Raspberry Pi 3.6.y kernel branch in GitHub at https://github.com/raspberrypi/linux/tree/rpi-3.6.y has now been updated to version 3.6.6, and compiles cleanly, with a couple of small gotchas.. I have the wireless drivers selected, and for some reason one of the header files is missing – /drivers/net/wireless/hostap/hostap_common.h..   It is a simple job to just copy this file over from … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.6, 3.6.y, compile, gotchas, kernel, raspberry pi, success, update | Leave a reply

Forget 3.6.4, Here is 3.6.5!

Adventures With Linux ™ Posted on November 1, 2012 by RGNovember 1, 2012

Only recently updated to 3.6.4, and already 3.6.5 is released: $ uname -a Linux rglinux 3.6.5 #1 SMP Thu Nov 1 15:37:56 GMT 2012 x86_64 x86_64 x86_64 GNU/Linux Runs fine, with VMware Workstation 9.0 (with the 3.5 patch) and the latest NVIDIA driver – 310.14.. See all the things that have been fixed: http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.6.5 … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 3.6.5, compilation, kernel, linux, nvidia, success, vmware | Leave a reply

Kernel 3.7-rc2 – Same fixes as for 3.7-rc1..

Adventures With Linux ™ Posted on October 22, 2012 by RGOctober 22, 2012

Just updated my test system to 3.7-rc2, and the same patches and ‘workarounds’ are needed for NVIDIA (driver 310.14) and VMware (9.0 with 3.5 patch) as mentioned in my earlier post, for -rc1.. # uname -a Linux rg6830l 3.7.0-rc2 #1 SMP Mon Oct 22 01:58:54 BST 2012 x86_64 x86_64 x86_64 GNU/Linux … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, VMware | Tagged 3.7-rc1, fixes, kernel, linux, nvidia, patches, vmware, workarounds | Leave a reply

Update to 3.6.3..

Adventures With Linux ™ Posted on October 22, 2012 by RGOctober 22, 2012

Just updated to kernel 3.6.3, and this works OK with the latest NVIDIA driver (310.14) and VMware W/S 9.0 (with the 3.5 patch).. $ uname -a Linux rglinux 3.6.3 #1 SMP Sun Oct 21 20:28:25 BST 2012 x86_64 x86_64 x86_64 GNU/Linux … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 3.6.3, kernel, linux, nvidia 310.14, ok, update, vmware 9.0 patched | 4 Replies

3.7-rc1 – Problems with VMware and NVIDIA.. – and Fixes..?

Adventures With Linux ™ Posted on October 15, 2012 by RGOctober 15, 2012

Just compiled and installed 3.7-rc1 on my test system, and ran into problems straight away.. NVIDIA (304.51) compile fails with a whole host of errors, and VMware (9.0-patched) compile fails immediately, with: vthread-3| I120: Failed version test: /usr/src/linux-3.7-rc1/linux/version.h not found. Update: There is a fix for NVIDIA, here: http://www.nvnews.net/vbulletin/showthread.php?t=194465    – a patch, and the removal of VM_RESERVED … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged 3.7-rc1, kernel, linux, nv-mmap.c, nvidia compile fail, nvidia fix, patch, problems, success, testing, uapi, version.h moved, vmware workaround, vm_reserved | Leave a reply

Pi Updated – Kernel 3.6.1-pi…

Adventures With Linux ™ Posted on October 15, 2012 by RGOctober 15, 2012

I now have the Raspberry Pi running on kernel 3.6.1-pi, recently downloaded from GitHub, as per my earlier post.. Fedora release 17 (Beefy Miracle) Kernel 3.6.1-pi on an armv6l (ttyAMA0) …….. $ uname -a Linux rgpi 3.6.1-pi #4 Mon Oct 15 13:08:24 BST 2012 armv6l armv6l armv6l GNU/Linux FYI, the download link on GitHub was still pointing … Continue reading →

Posted in compilation, Fedora, Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.1-pi, kernel, raspberry pi, success, update | Leave a reply

Pi Kernel – Bump to 3.6?

Adventures With Linux ™ Posted on October 15, 2012 by RGOctober 15, 2012

Just checked the Raspberry Pi GitHub repository, and there is a ‘3.6.y’ kernel there, now.. https://github.com/raspberrypi/linux/tree/rpi-3.6.y Will download and see if it compiles and installs, yet..   It might just be a first attempt to patch to 3.6, though… This is – of course – a welcome development, to keep the Pi kernel up-to-date.. … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged 3.6.y, compile, github, kernel, raspberry pi, test | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.