↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

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

Category Archives: Opinion

Post navigation

← Older posts
Newer posts →

Pi Kernel Update – 3.2.29, and an Improvement in USB?

Adventures With Linux ™ Posted on September 17, 2012 by RGSeptember 17, 2012

I have just updated the Raspberry Pi to kernel 3.2.29, from the latest Pi kernel 3.2.27 at https://github.com/raspberrypi/linux, plus the two incremental patches from ftp://ftp.kernel.org/pub/linux/kernel/v3.0/incr/ The system is OK, and USB seems to be more stable than before, even after plugging in USB1.1 devices.. Fedora release 17 (Beefy Miracle) Kernel 3.2.29-pi on an armv6l (ttyAMA0) ………. usb … Continue reading →

Posted in compilation, Fedora, Linux / ARM, Opinion, Performance, Raspberry Pi | Tagged 3.2.29, improvement, kernel, patched, raspberry pi, usb | 5 Replies

‘Windows 8 Only’ CPUs – Bad for Business?

Adventures With Linux ™ Posted on September 16, 2012 by RGSeptember 16, 2012

First we had ‘EFI Secure Boot‘ limited to Microsoft control, and now Intel and AMD have both – somewhat coincidentally – announced that their new tablet-focussed CPUs – ‘Clover Trail‘ and ‘Hondo‘ respectively – will be ‘Windows 8 Only’, with Intel even going so far to state categorically that ‘Linux will not be supported’..     I can only … Continue reading →

Posted in Android, Hacks, Linux, Opinion | Tagged amd, antitrust, clover trail, efi secure boot, hondo, intel, microsoft, windows 8 only | Leave a reply

Grub2 – Stop the Insanity!

Adventures With Linux ™ Posted on September 12, 2012 by RGSeptember 12, 2012

I am one of those people who compiles a lot of new kernels, and have become increasingly frustrated by the user-unfriendliness of grub2.. Now the latest version of grub2 has introduced – for reasons that I cannot fathom – two levels of menu, and relegated most of the multiple-choice kernel version boot options to the secondary menu … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux, Opinion, Performance | Tagged 2-tier menus, fedora, grub 1.99, grub-customizer, grub2, revert to single-level menu, solution | Leave a reply

Fedora 17 – Simple Things made Complex..

Adventures With Linux ™ Posted on September 11, 2012 by RGSeptember 11, 2012

Running Fedora 17, you expect certain features to be a bit ‘bleeding edge’, but sometimes it seems things are getting more difficult, rather than – as it should be – easier? An example in point.. Why on earth did someone decide good old eth0 was not good enough?  Now I have ‘p20p1‘ instead! I used to think … Continue reading →

Posted in Fedora, Hacks, Opinion, Performance | Tagged add new disk, fedora 17, fstab, howto, uuid | 1 Reply

APC – Video Playback?

Adventures With Linux ™ Posted on September 10, 2012 by RGSeptember 10, 2012

After noting the success of the XBMC team in getting high-quality video playback on the Raspberry Pi, I tried to see what was currently possible with the latest version of the APC kernel..   Sadly, the XBMC player is only available for the proprietary Pi Broadcom chipset..    I did try installing the binary-only Android APC player, but it … Continue reading →

Posted in APC, compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance, Video | Tagged apc, compiled, mplayer, sluggish, video playback, xine | Leave a reply

APC – Fedora – Brief Howto..

Adventures With Linux ™ Posted on September 7, 2012 by RGSeptember 7, 2012

Now that Fedora 13 and the APC kernel provide basic functionality, a brief summary of where you can get the ‘bits’… Assumptions:   You will need to be reasonably adept at the following: 1.  Cross-compiling and patching a Linux / ARM kernel, from source obtained from GitHub. 2.  Formatting and partitioning an SD-card (FAT and EXT3..) 3.  Installing … Continue reading →

Posted in APC, compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance | 2 Replies

Pi USB Saga – An Embarrassing Fail.. – and a Warning!

Adventures With Linux ™ Posted on September 1, 2012 by RGSeptember 1, 2012

I had got tired of trying all the so-called ‘recommendations’ for fixing USB hub connectivity on the Raspberry Pi – including some from people who did not actually own one..   And yes, I do have the correct voltage power supply etc. etc… So – I was happy to see that there was -at least – a potential … Continue reading →

Posted in Crash and Burn.., Hacks, Opinion, Raspberry Pi | Tagged fail, hardware fix, problems, raspberry pi, resistors, usb, wrong | 6 Replies

VMware Workstation 9.0 – Initial Tests.. and a Fix for Kernel 3.5.2..

Adventures With Linux ™ Posted on August 24, 2012 by RGAugust 24, 2012

Just completed some basic tests with the new VMware Workstation 9.0 on my ‘test’ system (x86_64, Fedora 17)… Initial results.. Compiles and runs OK on kernel 3.4.9. Compiles OK, but causes general protection fault (with tombstone..) on kernel 3.5.2.   (scroll down for the fix..) ……………………. /dev/vmnet: port on hub 8 successfully opened /dev/vmnet: open called by PID … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux, Opinion, Performance, VMware | Tagged general protection fault, kernel 3.5.2, linux, tests, vmware, workstation 9.0 | 2 Replies

VFAT is not LVM/RAID – and a Workaround…

Adventures With Linux ™ Posted on August 24, 2012 by RGAugust 24, 2012

Odd problem with kernel 3.6-rc3 on the Dreamplug… I had the usual /etc/fstab entry, with both the ext4 root and vfat boot devices configured, but now – despite LVM / RAID not being enabled in the kernel, the init/systemd process insisted on treating the vfat device as a LVM/RAID device, and failing, and dropping to the ’emergency’ … Continue reading →

Posted in Crash and Burn.., Dreamplug, Fedora, kernel, Linux / ARM, Opinion, Performance | Tagged dreamplug, fail, kernel 3.6-rc3, lvm, vfat, workaround | Leave a reply

APC – Fixing Fedora’s Rogue Fsck…

Adventures With Linux ™ Posted on August 23, 2012 by RGAugust 23, 2012

The ‘default’ Fedora 13 system for ARM mounts the root as nfs..   To change it to the (correct) ext3, modify /etc/fstab as follows: # cat /etc/fstab /dev/mmcblk0p2          /                       ext3    defaults        1 1 /dev/mmcblk0p1          /boot                   vfat    defaults        1 0 devpts                  /dev/pts                devpts  gid=5,mode=620  0 0 tmpfs                   /dev/shm                tmpfs   defaults        0 0 proc                    /proc                   proc    defaults        0 0 sysfs                   … Continue reading →

Posted in APC, compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance | Tagged apc, boot, ext3, fedora 13, fix, fsck, fstab | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content &copy 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.