Difference between revisions of "Installing Vmware Workstation"
From MyWiki
(Created page with "<source lang="test"> 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 pha...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <source lang=" | + | <source lang="text"> |
3. Re: Workstation 10.0.3 will not install in Centos 7 | 3. Re: Workstation 10.0.3 will not install in Centos 7 | ||
SUShadow Lurker | SUShadow Lurker |
Latest revision as of 22:41, 12 October 2014
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>