Changes between Version 34 and Version 35 of TipAndDoc/VM/VMware/Workstation


Ignore:
Timestamp:
Oct 10, 2012 1:56:40 PM (12 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/VM/VMware/Workstation

    v34 v35  
    3939}}} 
    4040  * lsmod | grep vm で何も出ない場合は、sudo service vmware start 
     41 
     42 = VMware workstaion 9 on Ubuntu 12.10 (beta) = 
     43 * kernel 3.5.0-17-generic 
     44 
     45 * [http://communities.vmware.com/message/2103172 VMware Communities: vmplayer-5.0.0 terminates immediately...] 
     46  * http://communities.vmware.com/servlet/JiveServlet/download/2103172-94260/vmware9_kernel35_patch.tar.bz2 
     47 * [http://communities.vmware.com/message/2103173 VMware Communities: Fails with a Kernel bug on FC16] 
     48  * [http://pastebin.com/TTXqsjbc (Diff) vmmon.ko: patch to support new exception table - Pastebin.com] 
     49 
     50 == how to patch == 
     51 * mitty@quantal:~$ wget http://communities.vmware.com/servlet/JiveServlet/download/2103172-94260/vmware9_kernel35_patch.tar.bz2 
     52 * mitty@quantal:~$ tar xjf vmware9_kernel35_patch.tar.bz2 
     53 * mitty@quantal:~/vmware9_kernel3.5_patch$ sudo ./patch-modules_3.5.0.sh 
     54{{{ 
     55patching file vmmon-only/linux/hostif.c 
     56Stopping VMware services: 
     57   VMware Authentication Daemon                                        done 
     58At least one instance of VMware VMX is still running. 
     59Please stop all running instances of VMware VMX first. 
     60 
     61   VMware Authentication Daemon                                        done 
     62Unable to stop services 
     63 
     64 
     65All done, you can now run VMWare WorkStation. 
     66Modules sources backup can be found in the '/usr/lib/vmware/modules/source-workstation9.0.0-2012-10-10-12:10:29-backup' directory 
     67}}} 
     68 
     69 * mitty@quantal:~$ sudo rm /lib/modules/$(uname -r)/misc/vm* 
     70{{{ 
     71removed `/lib/modules/3.5.0-17-generic/misc/vmblock.ko' 
     72removed `/lib/modules/3.5.0-17-generic/misc/vmci.ko' 
     73removed `/lib/modules/3.5.0-17-generic/misc/vmmon.ko' 
     74removed `/lib/modules/3.5.0-17-generic/misc/vmnet.ko' 
     75}}} 
    4176 
    4277 = VMware workstaion 9 on Ubuntu 12.04 = 
     
    109144 
    110145 * Display -> Accelerate 3D graphics のチェックを外せば、エラーメッセージはとりあえず出なくなる 
    111  
    112146 = Ubuntu 10.04 = 
    113147 * X11forwardingでVMware WSを使用する際に必要となるパッケージ