Vmware Workstation cannot be used since Ubuntu is upgraded to 12.04. Because of the Kernel upgrade, Vmware needs to update the kernel module, but it will fail every time. We thought that the problem could be solved after the Vmware upgrade, and the Vmware problem of 8.0.3 still exists. This fails on Virtual Network Device is always prompted when the kernel module is updated ), finally, I searched the internet, and found some complicated methods. Finally, I found a solution here. Here I downloaded the patches prepared by foreigners for 8.0.2.
Install
The code is as follows: |
Copy code |
VMware-Workstation Sudo sh VMware-Workstation-Full-8.0.3-703057.i386.bundle |
After the kernel patch is decompressed, modify
The code is as follows: |
Copy code |
Patch-modules_3.2.0.sh Change Vmreqver = 8.0.2 Is Vmreqver = 8.0.3, |
Run Again
The code is as follows: |
Copy code |
Sudo./patch-modules_3.2.0.sh |
After compilation, you can use Vmware-Workstation. If there is any problem, you still don't know whether it will work.