<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vmware on nagg.eu</title><link>https://nagg.eu/tags/vmware/</link><description>Recent content in Vmware on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 27 Jul 2013 14:11:04 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/vmware/index.xml" rel="self" type="application/rss+xml"/><item><title>Linux Kernel 3.10 and VMware Workstation 9</title><link>https://nagg.eu/linux-kernel-3-10-and-vmware-workstation-9/</link><pubDate>Sat, 27 Jul 2013 14:11:04 +0000</pubDate><guid>https://nagg.eu/linux-kernel-3-10-and-vmware-workstation-9/</guid><description>&lt;p&gt;A new Linux kernel version is released and guess what: VMware Workstation fucked up once again.&lt;br&gt;
The fix posted on the Arch Linux wiki is applicable also to Fedora 19, I&amp;rsquo;ll post it here for future reference.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ cd /tmp
$ curl -O http://pkgbuild.com/git/aur-mirror.git/plain/vmware-patch/vmblock-9.0.2-5.0.2-3.10.patch
$ curl -O http://pkgbuild.com/git/aur-mirror.git/plain/vmware-patch/vmnet-9.0.2-5.0.2-3.10.patch
$ cd /usr/lib/vmware/modules/source
# tar -xvf vmblock.tar
# tar -xvf vmnet.tar
# patch -p0 -i /tmp/vmblock-9.0.2-5.0.2-3.10.patch
# patch -p0 -i /tmp/vmnet-9.0.2-5.0.2-3.10.patch
# tar -cf vmblock.tar vmblock-only
# tar -cf vmnet.tar vmnet-only
# rm -r vmblock-only
# rm -r vmnet-only
# vmware-modconfig --console --install-all
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For more information: &lt;!-- raw HTML omitted --&gt;&lt;a href="https://wiki.archlinux.org/index.php/VMware#3.10_kernels"&gt;https://wiki.archlinux.org/index.php/VMware#3.10_kernels&lt;/a&gt;&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;</description></item><item><title>Linux Kernel 3.8.* – VMware failed to build vmci</title><link>https://nagg.eu/linux-kernel-3-8-vmware-failed-to-build-vmci/</link><pubDate>Sun, 03 Mar 2013 15:59:47 +0000</pubDate><guid>https://nagg.eu/linux-kernel-3-8-vmware-failed-to-build-vmci/</guid><description>&lt;p&gt;Every time a new Kernel goes out there seems to be a new issue with VMware Workstation 9.&lt;br&gt;
Today I updated a couple of Fedora 18 boxes, applied the usual workaround (I wrote a post about it one month ago or so) which consists in ONE OF the following steps:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;ln -s /usr/src/kernels/_kernel_version_/include/generated/uapi/linux/version.h /usr/src/kernels/_kernel_version_/include/linux/version.h
### OR
cp /usr/src/kernels/_kernel_version_/include/generated/uapi/linux/version.h /lib/modules/_kernel_version_/build/include/linux/
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Rebooted and then issued the usual command (vmware-modconfig –console –install-all) to rebuild the needed VMware modules just to find out that it isn&amp;rsquo;t possible to rebuild the VMCI module.&lt;br&gt;
On the VMware official forum I found a thread (&lt;!-- raw HTML omitted --&gt;&lt;a href="http://communities.vmware.com/message/2182440#2182440"&gt;http://communities.vmware.com/message/2182440#2182440&lt;/a&gt;&lt;!-- raw HTML omitted --&gt;) in which a user provides a patch.&lt;br&gt;
Apply the patch is fairly simple:&lt;/p&gt;</description></item><item><title>Fedora 18 and VMware Workstation 9</title><link>https://nagg.eu/fedora-18-and-vmware-workstation-9/</link><pubDate>Thu, 17 Jan 2013 22:51:37 +0000</pubDate><guid>https://nagg.eu/fedora-18-and-vmware-workstation-9/</guid><description>&lt;p&gt;During the installation process of VMware Workstation 9 some modules need to be compiled but unfortunately Workstation 9.0.1 doesn&amp;rsquo;t seems to be able to find by itself the correct kernel headers directory.&lt;br&gt;
If kernel headers aren&amp;rsquo;t already installed, open the terminal and type as root: &lt;!-- raw HTML omitted --&gt;yum install kernel-*&lt;!-- raw HTML omitted --&gt;.&lt;br&gt;
Wait for the process to be completed and then: &lt;!-- raw HTML omitted --&gt;sudo cp /usr/src/kernels/&lt;em&gt;kernel_version&lt;/em&gt;.fc18.x86_64/include/generated/uapi/linux/version.h /lib/modules/&lt;em&gt;kernel_version&lt;/em&gt;.fc18.x86_64/build/include/linux/&lt;!-- raw HTML omitted --&gt;.&lt;br&gt;
This should do the trick.&lt;/p&gt;</description></item></channel></rss>