Installing Vmware Workstation

From MyWiki
Revision as of 22:41, 12 October 2014 by George2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
3. Re: Workstation 10.0.3 will not install in Centos 7  
 SUShadow Lurker 
   SUShadow (1 posts since 02-Jul-2014)  16-Jul-2014 23:22  (in response to phantommullet)  
'm using RHEL 7 and have the same problem. For version 10.0.3 i make next steps:
cd /usr/lib/vmware/modules/source
tar -xvf vmnet.tar
cd vmnet-only
vi filter.c
on line 205 and  235 replace sting 
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0)
on 
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 0, 0)
 6. cd ..
 7. tar -uvf vmnet.tar vmnet-only
 8. rm -fr vmnet-only
After this steps i have all working.
<source>