↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: success

Post navigation

← Older posts
Newer posts →

Dreamplug to 3.11-rc3

Adventures With Linux ™ Posted on July 30, 2013 by RGJuly 30, 2013

Just updated the Dreamplug to Kernel 3.11-rc3..     Although the device is (relatively) old now, it does have the enormous benefit of being (almost**) fully supported by the mainstream Linux Kernel.. ** The only ‘unsupported’ item is the Libertas wifi in Access Point (UAP) mode, but it is supported in ‘client’ mode….   The original patch to enable AP … Continue reading →

Posted in compilation, Dreamplug, Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance | Tagged arm, armv5tel, dreamplug, kernel 3.11-rc2, linux, success | 2 Replies

3.11-rc3 – Now with Vmblock Patch.. 3.10.4 stable..

Adventures With Linux ™ Posted on July 30, 2013 by RGJuly 30, 2013

Just updated the test system to Kernel 3.11-rc3, and there is now a patch for vmblock available, at: http://mysticalzero.blogspot.co.uk/2013/07/vmblock-patch-for-linux-311-rc1-vmware.html Remember that this patch should be applied to vmblock that has already been patched for 3.10.. So.. there are three patches to be applied to the stock VMware code, for kernel 3.11: Kernel 3.10 patch for vmnet – … Continue reading →

Posted in compilation, Fedora, Hacks, kernel, Linux, NVIDIA, Performance, VMware | Tagged kernel 3.11-rc3, nvidia 325.08 patch, success, vmblock patch | Leave a reply

Pi to 3.10.3 – with a Simple Fix..

Adventures With Linux ™ Posted on July 27, 2013 by RGJuly 28, 2013

Just downloaded the ‘latest’ (July 26/27) version of linux-rpi-3.10.y from github: https://github.com/raspberrypi/linux/archive/rpi-3.10.y.zip This version – finally – has some of the Pi-specific Broadcom code fixed for 3.10, and the only necessary change to get it to compile cleanly is as follows: Compile Fail:   CC      fs/ext4/mballoc.o   CC      fs/ext4/block_validity.o make[2]: *** No rule to make target `fs/ext4/move_extent.o’, … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Performance, Raspberry Pi | Tagged compile fix, kernel 3.10.3, move_extent, raspberry pi, success | Leave a reply

Dreamplug to 3.10.2..

Adventures With Linux ™ Posted on July 23, 2013 by RGJuly 23, 2013

Just updated the Dreamplug to kernel 3.10.2, and everything went smoothly… It looks as if Fedora 18 is the last version for this architecture (armv5tel), as Fedora 19 and beyond will only be produced for armv7l, and the Raspberry Pi remix – Pidora – is only for armv6l.. Fedora release 18 (Spherical Cow) Kernel 3.10.2 on an … Continue reading →

Posted in compilation, Dreamplug, Fedora, Hacks, kernel, Linux / ARM, Performance | Tagged arm5tel obsolete, dreamplug, fedora 18 only, kernel 3.10.2, success | Leave a reply

Pi to 3.9.9 – Fedora EOL… Pidora 404…

Adventures With Linux ™ Posted on July 18, 2013 by RGJuly 18, 2013

Updated the Raspberry Pi to kernel 3.9.9, and everything seems to work OK.. Pidora 18 (Raspberry Pi Fedora Remix) Kernel 3.9.9-pi on an armv6l (ttyAMA0) I have been using the ‘official’ Fedora ARM repository for updates, but now it seems that Fedora 18 is the last version that will support the armv5tel version..    Fedora 19 and beyond … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, kernel, Linux / ARM, Opinion, Performance, Raspberry Pi | Tagged 404, fedora armv5tel eol, kernel 3.9.9, pidora, raspberry pi, success | Leave a reply

Kernel 3.10.1, and All is Well..

Adventures With Linux ™ Posted on July 16, 2013 by RGJuly 16, 2013

Installed Kernel 3.10.1 on my main system, and everything seems to be working OK.. Changelog at: https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.1 VMware 9.02 – with the 3.10 patches for vmnet and vmblock – compiles and runs, and NVIDIA 319.32 – with the 3.10 patch – compiles and runs OK, as well.     With 3.10.0, I had problems with sound and the KDE … Continue reading →

Posted in compilation, Fedora, KDE, kernel, Linux, NVIDIA, Performance, VMware | Tagged 3.10 patches, archlinux wiki, kernel 3.10.1, nvidia 319.32, success, vmware 9.02 | Leave a reply

Compile HandBrake on Linux, the Easy Way – and Fedora RPMs..

Adventures With Linux ™ Posted on July 6, 2013 by RGJuly 7, 2013

Handbrake is a very useful video conversion tool, and it runs on Linux as well! The latest released version (as of July 2013) is 0.9.9, and can be found here: http://handbrake.fr/downloads.php The compile is somewhat non-standard, and is definitely a good candidate for RTFM…! If you try to do it the ‘usual’ way, you will probably get … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, Linux | Tagged compile, fedora, fedora 18 rpm, fedora 19 segfault, handbrake, linux, rtfm, success | Leave a reply

‘New’ NVIDIA Driver – no 3.10 Support..

Adventures With Linux ™ Posted on July 6, 2013 by RGJuly 6, 2013

The recently-released NVIDIA 325.08 driver does not compile with kernel 3.10, and the original ‘3.10 patch’ does not work, either.. There is a modified patch available, at https://devtalk.nvidia.com/default/topic/549208/linux/patch-for-325-08-on-linux-3-10/ This applies and compiles OK.. Version 319.32 was released in late June, and this version can be patched for kernel 3.10 using the original patch, and does work.. Robert … Continue reading →

Posted in compilation, Hacks, Linux, NVIDIA | Tagged compile, kernel 3.10, modified patch, nvidia 325.08, success | Leave a reply

VMware on 3.10 – Now, a patch for vmblock..

Adventures With Linux ™ Posted on July 4, 2013 by RGJuly 4, 2013

I have all VMware modules running on kernel 3.10 now, and there is a patch for vmblock, which can be found at:http://mysticalzero.blogspot.com/2013/07/vmblock-patch-for-linux-310-vmware.html Thanks to maz-1 for producing this! Robert Gadsdon.  July 4, 2013. … Continue reading →

Posted in compilation, Hacks, kernel, Linux, VMware | Tagged kernel 3.10, success, vmblock patch, vmware | Leave a reply

VMware Quirks.. CLI to the Rescue!

Adventures With Linux ™ Posted on June 29, 2013 by RGJune 29, 2013

I had occasion to (re) install VMware Workstation recently, and found that – for some reason – the ‘Enter License Key‘ button did nothing.. So, after the usual search, I was able to do this though a console session: # /usr/lib/vmware/bin/vmware-vmx –new-sn <license key> Robert Gadsdon.   June 28, 2013. … Continue reading →

Posted in Fedora, Hacks, VMware | Tagged button fails, cli, enter license key, success, vmware workstation | Leave a reply

Post navigation

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