|
| ||||||||||
| Tags: error, fedora 16 x86_64, update, virtualization software, vmmon module, vmware player 4 |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| VMWare Player 4.0.1 Failed to compile vmmon module
|
|
#2
| |||
| |||
| 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. |
|
#3
| |||
| |||
| 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 |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |