Install vmware Player: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Install vmware Player = == Prerequisite == * old kernel version * kernel dev tools installed == Download == Page currently unknown (find free player V6.0.1 for linux x86...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
License only required for advanced functionality | License only required for advanced functionality | ||
== Install == | |||
Install the bundle (can use X) | Install the bundle (can use X) | ||
Line 18: | Line 19: | ||
This should compile and install all kernel modules. | This should compile and install all kernel modules. | ||
If it doesn't | |||
== Troubleshooting == | |||
If it doesn't start retry with | |||
vmware-modconfig --console --install-all | vmware-modconfig --console --install-all | ||
Line 25: | Line 29: | ||
/etc/init.d/vmware start | /etc/init.d/vmware start | ||
== Start player == | |||
vmplayer | |||
or | |||
vmplayer some-config.vmx | |||
If player cannot start a VM, it writes the logfile to /tmp | If player cannot start a VM, it writes the logfile to /tmp | ||
Currently it does not start at all. | Currently it does not start at all. I read it could be related to native nvidia drivers. |
Latest revision as of 12:35, 26 February 2014
Install vmware Player
Prerequisite
- old kernel version
- kernel dev tools installed
Download
Page currently unknown (find free player V6.0.1 for linux x86_64 or higher)
License only required for advanced functionality
Install
Install the bundle (can use X)
sudo sh VMware-Player-6.0.1-1379776.x86_64.bundle
This should compile and install all kernel modules.
Troubleshooting
If it doesn't start retry with
vmware-modconfig --console --install-all
If modules do not get loaded, start them
/etc/init.d/vmware start
Start player
vmplayer
or
vmplayer some-config.vmx
If player cannot start a VM, it writes the logfile to /tmp
Currently it does not start at all. I read it could be related to native nvidia drivers.