↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: success

Post navigation

← Older posts
Newer posts →

Android: The Browser/Flash Saga Continues..

Adventures With Linux ™ Posted on October 17, 2013 by RGOctober 17, 2013

I now have my replacement Hudl 7in tablet, and have been trying out the various options for working browsers – with Flash support. On my phone, I found that Chrome worked well, but this tablet always gets the ‘full’ website, rather than the ‘mobile’ version, and so Flash doesn’t work, any more.    Even implicitly typing in the … Continue reading →

Posted in Android, Hacks, Opinion, Performance | Tagged android, custom user agent, dolphin, flash support, hudl, mobile website version, success, tablet | Leave a reply

3.12-rc5 Released – Still OK with VMware and NVIDIA (Patched)

Adventures With Linux ™ Posted on October 14, 2013 by RGOctober 14, 2013

Just installed kernel 3.12-rc5 on the test system, and – as expected – VMware 10.0 compiles and runs OK, and NVIDIA drivers 319.60 and 331.13 – both with the 3.12 patch – compile OK. Changes, here: http://permalink.gmane.org/gmane.linux.kernel/1578296 $ uname -a Linux rg6830l 3.12.0-rc5 #1 SMP PREEMPT Mon Oct 14 11:09:39 BST 2013 x86_64 x86_64 x86_64 GNU/Linux Sadly, … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 319.60, 331.13, kernel 3.12-rc5, nvidia patch, success, vmware 10 | 2 Replies

Kernel 3.12-rc4 – With fix for NVIDIA..

Adventures With Linux ™ Posted on October 7, 2013 by RGOctober 7, 2013

Just installed Kernel 3.12-rc4 on the test system, and I can confirm – as expected – that it does include the ‘EXPORT_SYMBOL‘ fix, which allows the NVIDIA 3.12 patch to work correctly.    Details of changes are here:    https://lkml.org/lkml/2013/10/6/148 Patched NVIDIA drivers 331.13 and 319.60 both compile OK Robert Gadsdon.   October 7, 2013 … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA | Tagged export_symbol, kernel 3.12-rc4, nvidia 331.13 and 319.60, nvidia fix, patch, success | Leave a reply

NVIDIA and Kernel 3.12 – Solution, at Last..

Adventures With Linux ™ Posted on October 6, 2013 by RGOctober 6, 2013

It seemed there was no ‘legal’ way to fix the problem with NVIDIA driver compilation on Kernel 3.12-rc, but now – unusually – there is a kernel patch to fix this: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/acpi/scan.c?id=6585925b62fa4dd2f4aecf634b0f8956577aa981 Thanks to conky_vs_julian (on the NVIDIA Devtalk forum) for this info. More details – including a link to a 3.12 patch for NVIDIA drivers – … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion | Tagged 319.60, 331.13, compile, kernel 3.12 patch, nvidia, nvidia 3.12 patch, success | 6 Replies

Dreamplug to 3.11.3 – With ‘Device Tree’..

Adventures With Linux ™ Posted on October 1, 2013 by RGOctober 2, 2013

Updated the Dreamplug to 3.11.3, and – although # make uImage… still works, decided to try the ‘new/improved’ Device Tree option, as this is the way of the future – apparently.. I found that the obvious config option of ‘Marvell Dreamplug…..’ etc didn’t work, and I would assume this is due to this being an earlier Dreamplug, … Continue reading →

Posted in compilation, Dreamplug, kernel, Linux / ARM | Tagged arm, device tree, dreamplug, dtb, kernel 3.11.3, linux, success, zimage | Leave a reply

3.11.2 – Better now?

Adventures With Linux ™ Posted on September 27, 2013 by RGSeptember 27, 2013

I had been experiencing occasional problems with X and KDE with the previous 3.11 kernel versions, and had reverted to 3.10.12, but have just updated to 3.11.2, and it seems to be better – so far…. VMware 10 compiles and runs OK, and NVIDIA 319.49 – with the 3.11 patch – works OK.    I have seen reports … Continue reading →

Posted in compilation, Hacks, KDE, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 3.12 illegal nvidia hack, kernel 3.11.2, nvidia 3.19.49, success, vmware 10, with patch | 2 Replies

Pi to 3.11.1 – With ‘Borrowed’ Files..

Adventures With Linux ™ Posted on September 21, 2013 by RGSeptember 21, 2013

Updated the Raspberry Pi to kernel 3.11.1, using the code from GitHub: https://github.com/raspberrypi/linux/tree/rpi-3.11.y For some odd reason, then same files are still missing, as for 3.11 – ~/linux/drivers/net/ethernet/Kconfig and ~/linux/net/mac80211/chan.c, so just copy these across from the 3.10 tree.. # uname -a Linux rgpi 3.11.1-pi #1 PREEMPT Sat Sep 21 11:13:01 BST 2013 armv6l armv6l armv6l GNU/Linux … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, Linux / ARM, Raspberry Pi | Tagged cross-compiling tips, kernel 3.11.1, missing files, raspberry pi, solution, success | 2 Replies

Dreamplug to 3.11.1, but not 3.12-rc1..

Adventures With Linux ™ Posted on September 18, 2013 by RGSeptember 18, 2013

Updated the Dreamplug to kernel 3.11.1, using the ARM /Marvell Kirkwood ‘Marvell GuruPlug Reference Board (Flattened Device Tree)’ kernel config option, as – for some reason – the ‘Marvell Dreamplug (Flattened Device Tree)’ option did not boot.. # uname -a Linux rgdreamplug 3.11.1 #4 Wed Sep 18 02:13:54 BST 2013 armv5tel armv5tel armv5tel GNU/Linux I then tried … Continue reading →

Posted in Dreamplug, kernel, Linux / ARM, Performance | Tagged 3.12-rc1 fail, arm, dreamplug, kernel 3.11.1, success | Leave a reply

Pi to 3.11..

Adventures With Linux ™ Posted on September 9, 2013 by RGSeptember 9, 2013

Just updated the Raspberry Pi to kernel 3.11, using the source code available (linux-rpi-3.11.y) on GitHub, with a couple of minor hacks.. As seems to often be the case, there were a couple of source/config files missing: drivers/net/ethernet/Kconfig is missing, so.. just copy one from the older 3.10.x tree.. make[2]: *** No rule to make target `net/mac80211/chan.o’, … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged hack, kernel 3.11, raspberry pi, success | 1 Reply

VMware 10 – No Patches Needed..

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

Just upgraded to VMware Workstation 10, and can confirm that it installs and runs on Kernel 3.11 without the need for any patches.. Now, all we need is for NVIDIA to release a 3.11-compatible version of their driver, and all will be well..   That is – until Kernel 3.12-rc1 is out! Robert Gadsdon.   September 7, 2013 … Continue reading →

Posted in compilation, kernel, Linux, VMware | Tagged kernel 3.11, no patches needed, success, vmware 10 | 1 Reply

Post navigation

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