↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

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

Category Archives: Linux

Post navigation

← Older posts
Newer posts →

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

VMware W/S 10 released..

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

VMware Workstation 10.0 has just been released.   This version is reported to work with later Kernels, without any patches.. Thanks to Tim for the info..   I will be upgrading and testing it later today.. Robert Gadsdon.   September 7, 2013.

Continue reading →
Posted in compilation, kernel, Linux, VMware | Tagged later kernels ok, vmware 10 released | Leave a reply

At Last – 3.11..

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

Linux Kernel 3.11 has – finally – been released..    Just missing the 22nd anniversary of Linux, and the anniversary of the release of Windows version 3.11 (‘Windows for Workgroups’) As with the -rc versions mentioned in earlier articles, VMware 9.02 – with the 3.10 patches for vmnet and vmblock plus the additional 3.11 patch for vmblock, and … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 3.11 patches, kernel 3.11 released, linux, nvidia, success, vmware | 5 Replies

22nd Anniversary Linux! – 3.11-rc7

Adventures With Linux ™ Posted on August 26, 2013 by RGAugust 26, 2013

Kernel 3.11-rc7 was recently released, exactly 22 years after the very first version of Linux.. Unusually, the release message from Linus was not on the Linux Kernel Mailing List (LKML) but on Google+ https://plus.google.com/+Linux/posts/f96weYxzEu1 As with previous -rc’s, the patched VMware 9.02 and NVIDIA 325.15 drivers compile OK..    (See earlier posts for links to the various patches..) … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged kernel 3.11-rc7, linux 22nd anniversary, nvidia, vmware | Leave a reply

Forget 3.10.8, Here is 3.10.9!

Adventures With Linux ™ Posted on August 21, 2013 by RGAugust 21, 2013

Kernel 3.10.8 was released, followed very quickly by 3.10.9, which fixes some ‘networking issues’.. So, I went from 3.10.7 to 3.10.9, as this is recommended for ‘anyone who uses networking’ – in other words, just about everyone! The latest NVIDIA driver – 325.15 – compiles and runs OK, as expected, and the patched VMware 9.02 works correctly.. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel 3.10.9, skip 3.10.8, vmblock patch, vmnet patch, vmware patches link | Leave a reply

Kernel 3.10.7 Already!

Adventures With Linux ™ Posted on August 15, 2013 by RGAugust 15, 2013

Hot on the heels of 3.10.6 comes 3.10.7, which includes some fixes for USB, and Radeon, and EXT4.. $ uname -a Linux rglinux 3.10.7 #1 SMP PREEMPT Thu Aug 15 11:24:19 BST 2013 x86_64 x86_64 x86_64 GNU/Linux Full details here:   https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.7 No problems with patched VMware 9.02, and the NVIDIA 325.15 driver.. Robert Gadsdon.   August 15, 2013

Continue reading →
Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel 3.10.7, nvidia and patched vmware ok | 2 Replies

3.10.6 – Performance Improvement?

Adventures With Linux ™ Posted on August 14, 2013 by RGAugust 14, 2013

The recent kernel 3.10.6 includes a – potential – performance improvement, by reverting some old (circa 3.8) patches, after research and testing by kernel contributors at Intel, and RedHat..   More details in the changelog, at:  https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.6 3.11-rc5 is also out, and works fine with the patched versions of VMware 9.0.2, and NVIDIA 325.15.    Incidentally, the NVIDIA patch … Continue reading →

Posted in compilation, kernel, Linux, Performance | Tagged kernel 3.10.6, kernel 3.11-rc5, nvidia, ok, performance improvements, vmware | Leave a reply

NVIDIA 325.15 – 3.11 Patch now Available.

Adventures With Linux ™ Posted on August 6, 2013 by RGAugust 6, 2013

There is a patch for NVIDIA driver 325.15 kernel 3.11 support, in the pastebin link in this thread, thanks to Milos_SD: https://devtalk.nvidia.com/default/topic/549532/linux/linux-3-10-solved-3-11-solved-incompatibility-in-function-lsquo-nv_i2c_del_adapter-rsquo-error/2/ Now compiles cleanly, on kernel 3.11-rc4.. Robert Gadsdon.   August 6, 2013.

Continue reading →
Posted in compilation, Hacks, Linux, NVIDIA, Performance | Tagged 325.15, kernel 3.11 patch available, nvidia, success | Leave a reply

New NVIDIA Driver – OK for 3.10, not for 3.11..

Adventures With Linux ™ Posted on August 5, 2013 by RGAugust 5, 2013

Just installed the latest NVIDIA driver – 325.15 – and it compiles cleanly with 3.10 kernels, but fails with 3.11-rc..: /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/os-interface.c: In function ‘os_get_system_memory_size’: /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/os-interface.c:244:21: error: ‘num_physpages’ undeclared (first use in this function) return (((NvU64)NV_NUM_PHYSPAGES * PAGE_SIZE) / RM_PAGE_SIZE); ^ /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/os-interface.c:244:21: note: each undeclared identifier is reported only once for each function it appears in /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/os-interface.c:245:1: warning: … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA | Tagged 325.15, compilation, kernel 3.10 ok, kernel 3.11 fail, nvidia | 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

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.