Skip to content

Instantly share code, notes, and snippets.

@tchn
Last active August 29, 2015 14:01
Show Gist options
  • Save tchn/ff44b904f458a42d9965 to your computer and use it in GitHub Desktop.
Save tchn/ff44b904f458a42d9965 to your computer and use it in GitHub Desktop.
vmware workstation 10.0.1 for Linux 3.14

下記からパッチ (vmware_workstation_10.0.1_patch_for_linux_3.14.0.txt) を入手 http://pastebin.com/VKRDd56W

$ sed -e 's/.$//' vmware_workstation_10.0.1_patch_for_linux_3.14.0.txt > vmware_workstation_10.0.1_patch_for_linux_3.14.0
$ cd /usr/lib/vmware/modules/source
$ ls -1 *.tar | sudo xargs -I {} cp {} {}.bak
$ ls -1 *.tar | sudo xargs -I {} tar xvf {}
$ sudo patch -p1 -i vmware_workstation_10.0.1_patch_for_linux_3.14.0
$ パッチをあてたソースで、vmblock.tar, vmci.tar, vmmon.tar, vmnet.tar, vsock.tar を作成
$ sudo vmware-modconfig --console --install-all
$ sudo /usr/lib/vmware/bin/vmware-vmx --new-sn *serial_number*

参考 https://communities.vmware.com/thread/474178

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment