Go Back   TechArena Community > Software > Windows Software
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links


VMWare Player 4.0.1 Failed to compile vmmon module

Windows Software


Reply
 
Thread Tools Search this Thread
  #1  
Old 03-02-2012
Member
 
Join Date: Feb 2012
Posts: 54
VMWare Player 4.0.1 Failed to compile vmmon module

Sponsored Links
hello i have installed the VMWare Player 4.0.1 on Fedora 16 x86_64 and recently i have installed the updated for VMWare Player 4.0.1 including kernal but then i tried to rebuild VMWare Player 4.0.1 i get the error and i am Failed to compile vmmon module. now i don't how to solve this issue, anyone suggest on this issue...

Reply With Quote
  #2  
Old 03-02-2012
Member
 
Join Date: Aug 2011
Posts: 615
Re: VMWare Player 4.0.1 Failed to compile vmmon module

First of all make sure you ave installed the latest Workstation version 8.0.2 and vmmon module compiles on your system and if you have not installed the latest version of the VMware Workstation version 8.0.2 build-591240 and the vmmon module compiles and then i would like to suggest you to go to the official website and then install the latest version of this.
Reply With Quote
  #3  
Old 03-02-2012
Member
 
Join Date: Aug 2011
Posts: 480
Re: VMWare Player 4.0.1 Failed to compile vmmon module

your getting this issue sue to the iommu api change and this has been changed from iommu_found() to iommu_present(..). so to solve this issue you need to write the below on iommu_domain_alloc() without name change:
Code:
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 2, 0)
#include <linux/pci.h>
#define iommu_found() iommu_present(&pci_bus_type)
#define iommu_domain_alloc() iommu_domain_alloc(&pci_bus_type)
#endif
Reply With Quote
Reply

  TechArena Community > Software > Windows Software


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "VMWare Player 4.0.1 Failed to compile vmmon module"
Thread Thread Starter Forum Replies Last Post
Getting MSI failed error with VMware player Mansukh Windows Software 5 03-02-2012 06:24 AM
Getting “Compile error in Hidden Module: AZ Wizard Module” in Word 2007 Wayne R Windows Software 6 05-10-2011 08:39 PM
Failed to compile vmmon module in Fedora 15 x64 Olenka Windows Software 2 15-09-2011 10:43 PM
Not able to compile vmmon in VMware 7.1.4 on redhat enterprise 6.1 Martyna Windows Software 3 15-09-2011 10:42 PM
Compile error in hidden module, in Excel 2003 sams Windows Software 2 19-03-2009 01:21 PM


All times are GMT +5.5. The time now is 12:56 AM.