Newest Pi Kernel..
Just updated the Raspberry Pi to kernel 3.2.23, from ‘bootc‘.. rgpi ~]$ uname -a Linux rgpi 3.2.23 #1 Tue Jul 17 16:05:42 BST 2012 armv6l armv6l armv6l GNU/Linux … Continue reading →

Just updated the Raspberry Pi to kernel 3.2.23, from ‘bootc‘.. rgpi ~]$ uname -a Linux rgpi 3.2.23 #1 Tue Jul 17 16:05:42 BST 2012 armv6l armv6l armv6l GNU/Linux … Continue reading →
I was becoming a little concerned that the Raspberry Pi kernel was getting left behind – at 3.1.9+ (now an EOL – End Of Life – version). So, I found the 3.2.21 source produced by bootc, at https://github.com/bootc/linux/tree/rpi-3.2.21 Compiled OK, using the ARM cross-compilation toolchain, and now running with Fedora 17: rgpi ~]$ uname -a Linux rgpi … Continue reading →
If you are seeing a lot of these: BUG: Bad rss-counter state mm:ffff8801c4be7b80 idx:2 val:1 -repeated ad nauseam, then there is a fix coming! https://lkml.org/lkml/2012/6/9/47 I have applied the patch, and (so far..) it appears to have fixed the ‘problem’.. … Continue reading →
Ran 3.5-rc2 for while.. Seemed stable at first, but now getting USB3 XHCI errors: xhci_hcd 0000:04:00.0: ERROR Transfer event TRB DMA ptr not part of current TD usb 10-1.1: reset SuperSpeed USB device number 3 using xhci_hcd usb 10-1.1: Parent hub missing LPM exit latency info. Power management will be impacted. xhci_hcd 0000:04:00.0: xHCI xhci_drop_endpoint called with … Continue reading →
Linux kernel version 3.4.1 was not out yet, but there is a 3.5-rc1 already.. Compiled and installed, and the existing (patched) VMWare 8.0.3 installs and runs OK, and the latest NVIDIA driver (295.53) installs cleanly.. $ uname -a Linux rglinux 3.5.0-rc1 #1 SMP Mon Jun 4 13:33:33 BST 2012 x86_64 x86_64 x86_64 GNU/Linux Now – to see … Continue reading →
3.4.0 was running OK, but then got a whole lot of … BUG… Bad RSS Counter… errors, and USB devices stopped working correctly (after plugging in ‘tethered’ phone, when network went down) So… Back to 3.3..on my main system… For the time being..
Kernel 3.4.0 just released… Not on kernel.org yet, so downloaded from github (https://github.com/torvalds/linux). The latest version of the NVIDIA linux drivers (295.53) already supports kernel 3.4x, and the latest ‘weltall‘ patch for VMware (8.0.3) also supports this kernel version, so should be good to go.. Now – to see what’s new/improved/fixed/broken! Update: compiled/installed, and everything seems to … Continue reading →
After all the Pi excitement, back to (relative) normality.. I upgraded my main (x86_64) systems to Fedora 17, using YUM, as usual.. I have found that using the DVD is messy, and sometimes leaves the system in a ‘hybrid’ state, and then the DVD versions of many packages need to be updated, in any case! Compared to … Continue reading →
I had noticed that the OpenELEC XBMC build for the Raspberry Pi included a 3.1.10 kernel, so decided to ‘update’ my Fedora 17 card to this, using the OpenELEC kernel source, cross-compiled.. So.. Now running Fedora 17 on a 3.1.10 kernel: $ uname -a Linux rgpi 3.1.10 #1 Tue May 8 13:41:06 BST 2012 armv6l armv6l armv6l … Continue reading →
I decided to revert to the cross-compile option, which was a) much, much faster to compile! and b) completed successfully.. Then I followed the instructions to install the results on an 8GB SD Card… It is worth mentioning, that this is a case where RTFM is absolutely required, as the whole process is different from what you … Continue reading →