↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

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

Category Archives: VMware

Post navigation

← Older posts
Newer posts →

3.8.0 is Here..

Adventures With Linux ™ Posted on February 19, 2013 by RGFebruary 19, 2013

Just updated my main system to kernel 3.8, which has just been released..     For VMware (9.0.1) apply the patch already described in a previous article for the 3.8-rc series, plus the version.h softlink: # ln -s /usr/src/linux-3.8/include/generated/uapi/linux/version.h /usr/src/linux-3.8/include/linux/version.h The latest ‘stable’ NVIDIA driver – 310.32 – compiles OK, with this kernel version.. $ uname -a Linux rglinux … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, VMware | Tagged just released, kernel 3.8, nvidia 310.32 ok, success, version.h softlink, vmware patch | Leave a reply

3.8-rc6 – Newest ‘Stable’ NVIDIA Driver Compiles OK, now

Adventures With Linux ™ Posted on February 2, 2013 by RGFebruary 2, 2013

Just installed 3.8-rc6 on my test system, and – as for the previous -rc version – the softlink + vmci patch works for VMware 9.0.1.    The good news is that the latest ‘stable’ NVIDIA driver – 310.32 – now compiles OK with this kernel version.. $ uname -a Linux rg6830l 3.8.0-rc6 #1 SMP Fri Feb 1 11:39:56 … Continue reading →

Posted in compilation, Fedora, Hacks, kernel, Linux, NVIDIA, VMware | Tagged kernel 3.8-rc6, nvidia 310.32, patch, softlink, success, vmci, vmware | Leave a reply

3.8-rc5 Already – Works with Patched / Softlinked VMware, and ‘Old’ NVIDIA..

Adventures With Linux ™ Posted on January 25, 2013 by RGJanuary 25, 2013

Just installed kernel 3.8-rc5 – recently released.. This release has the same dependencies as -rc4, for VMware and NVIDIA.. For VMware, apply Tim’s vmci patch (see previous article for -rc4) and use the softlink: $ ln -s /usr/src/linux-3.8-rc5/include/generated/uapi/linux/version.h /usr/src/linux-3.8-rc5/include/linux/version.h For NVIDIA, use the ‘old’ driver 310.14, as the newer 3.7-compatible drivers still won’t compile with 3.8.. $ … Continue reading →

Posted in compilation, Fedora, kernel, Linux, NVIDIA, VMware | Tagged kernel 3.8-rc5, nvidia 310.14, patched, softlink, success, version.h, vmware | 7 Replies

3.8-rc4 – Patch now available for VMware..

Adventures With Linux ™ Posted on January 23, 2013 by RGJanuary 23, 2013

Thanks to excellent work from Tim, there is now a patch available to get VMware WS 9.01 to compile with kernel 3.8-rc4. See his comment to my original article for details.. http://wp.me/p2hgFw-9H I have applied the patch, and it fixes the problem.. Robert Gadsdon.  January 23rd 2013.

Continue reading →
Posted in compilation, Crash and Burn.., kernel, Linux, VMware | Tagged compile, kernel 3.8-rc4, patch, success, vmware | Leave a reply

3.8-rc4 – VMware problem, but ‘old’ NVIDIA still OK..

Adventures With Linux ™ Posted on January 18, 2013 by RGJanuary 18, 2013

Just installed kernel 3.8-rc4 on my test system This time, VMware (9.01) compile fails, even with the ‘softlink’ workaround for version.h.. make: Entering directory `/tmp/modconfig-rBMV5O/vmci-only’ /usr/bin/make -C /lib/modules/3.8.0-rc4/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/.   MODULEBUILDDIR= modules make[1]: Entering directory `/usr/src/linux-3.8-rc4′   CC [M]  /tmp/modconfig-rBMV5O/vmci-only/linux/driver.o   CC [M]  /tmp/modconfig-rBMV5O/vmci-only/linux/vmciKernelIf.o /tmp/modconfig-rBMV5O/vmci-only/linux/driver.c:127:4: error: implicit declaration of function ‘__devexit_p’ [-Werror=implicit-function-declaration] /tmp/modconfig-rBMV5O/vmci-only/linux/driver.c:127:4: error: initializer element … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged kernel 3.8-rc4, nvidia old driver success, problems, vmware compile fail | 5 Replies

3.8-rc2 – NVIDIA and VMware…

Adventures With Linux ™ Posted on January 3, 2013 by RGJanuary 3, 2013

Just compiled 3.8-rc2 on my test system, and the situation regarding NVIDIA and VMware is similar to -rc1.. For NVIDIA, the two ‘latest’ driver versions – 310.19 and 313.09 – fail to compile, but the earlier version – 310.14 – compiles OK..    Version 310.14 does not compile with kernel 3.7, so it would appear that the changes … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, VMware | Tagged 3.8-rc2, compilation, kernel, linux, nvidia, success, vmware, workarounds | 2 Replies

3.8-rc1 – Breaks NVIDIA, but VMware OK..

Adventures With Linux ™ Posted on December 22, 2012 by RGDecember 22, 2012

Just installed kernel 3.8-rc1 on my test system.. VMware 9.0.1 compiles and installs OK, with the 3.7 ‘softlink’ workaround: # ln -s /usr/src/linux-3.8-rc1/include/generated/uapi/linux/version.h /usr/src/linux-3.8-rc1/include/linux/version.h But…  NVIDIA (313.09) compile fails, with a lot of errors: ………………../home/rgadsdon/NVIDIA-Linux-x86_64-313.09/kernel/conftest.h:10:2: error: #error remap_page_range() conftest failed! /home/rgadsdon/NVIDIA-Linux-x86_64-313.09/kernel/conftest.h:12:2: error: #error vmap() conftest failed! /home/rgadsdon/NVIDIA-Linux-x86_64-313.09/kernel/conftest.h:28:2: error: #error kmem_cache_create() conftest failed! /home/rgadsdon/NVIDIA-Linux-x86_64-313.09/kernel/conftest.h:30:2: error: #error on_each_cpu() conftest … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, VMware | Tagged kernel 3.8-rc1, nvidia compile fail, test, vmware ok | Leave a reply

Finally – 3.7 is out..

Adventures With Linux ™ Posted on December 11, 2012 by RGDecember 11, 2012

Finally, kernel 3.7 is released… I updated my main x86_64 system, and all seems to be OK, as expected.    The latest NVIDIA driver – 310.19 – compiles and runs OK, and VMware 9.0.1 compiles after the usual workaround for version.h: # ln -s /usr/src/linux-3.7/include/generated/uapi/linux/version.h /usr/src/linux-3.7/include/linux/version.h Note that this example is for the official source from kernel.org.    You … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 3.7, compile, kernel, linux, nvidia, success, vmware | 2 Replies

Latest and Greatest.. 3.6.8 and 3.7-rc7..

Adventures With Linux ™ Posted on November 27, 2012 by RGNovember 27, 2012

Kernel 3.6.8 is just business as usual, and everything works as expected..   There might not have been a need for another -rc before 3.7 was released, but apparently there was a late rush of changes and bugfixes, so now there is 3.7-rc7..   Same caveats apply as for -rc6..   NVIDIA driver (310.19) compiles OK, and VMware 9.0.1 still … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, VMware | Tagged 3.6.8, 3.7-rc7, kernel updates, nvidia, success, vmware, workaround | Leave a reply

Android VM – with VMware

Adventures With Linux ™ Posted on November 19, 2012 by RGNovember 19, 2012

Now that I have several Android devices – having just taken delivery of an ‘inexpensive’ 7in tablet – I decided it would be interesting to run the OS in a VMware virtual machine.. You can get a ‘VirtualBox’ Android 4 image at http://androvm.org/blog/download/  and then convert it to a VMware VM, by opening the xxxx.ova file using … Continue reading →

Posted in Android, Crash and Burn.., Hacks, VMware | Tagged android, import, success, virtual machine, virtualbox, vmware | 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.