vmware

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
vmware [23/03/2021 - 10:46] thommie4vmware [05/03/2024 - 10:52] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
-====== Shared Folders ====== 
- 
-Mounten unter Linux ab Kernel 4.0:  
- 
-Shared folders are now implemented as **FUSE file systems** and no longer require building Kernel Loadable Modules ([[https://en.opensuse.org/SDB:VMware_Tools|https://en.opensuse.org/SDB:VMware_Tools ]]) 
- 
-''vmhgfs-fuse    /mnt/hgfs    fuse    defaults,allow_other,auto_unmount      0'' 
- 
 ====== VMX Konfiguration ====== ====== VMX Konfiguration ======
  
 [[http://sanbarrow.com/vmx.html|http://sanbarrow.com/vmx.html]] [[http://sanbarrow.com/vmx.html|http://sanbarrow.com/vmx.html]]
- 
-====== Multiple Monitors ====== 
- 
-Doku siehe [[https://pubs.vmware.com/workstation-9/index.jsp?topic=%2Fcom.vmware.ws.using.doc%2FGUID-E51CADFC-31C3-491F-92D9-C9C1D9615668.html|https://pubs.vmware.com/workstation-9/index.jsp?topic=%2Fcom.vmware.ws.using.doc%2FGUID-E51CADFC-31C3-491F-92D9-C9C1D9615668.html]] und [[https://www.vmware.com/support/pubs/ws_pubs.html|https://www.vmware.com/support/pubs/ws_pubs.html]] 
- 
-*.vmx Konfiguration 
  
 Längerer Boot delay Längerer Boot delay
Zeile 62: Zeile 48:
 usb.generic.allowLastHID = "TRUE" usb.generic.allowLastHID = "TRUE"
  
-====== Kompilieren auf command line ======<code>+====== Kompilieren auf command line ======
  
 +<code>
 vmware-modconfig --install-all vmware-modconfig --install-all
- 
 </code> </code>
  
 vmmon und vmnet brauchen für Kernel 5 einen Patch, siehe [[https://github.com/mkubecek/vmware-host-modules/|https://github.com/mkubecek/vmware-host-modules/ ]] vmmon und vmnet brauchen für Kernel 5 einen Patch, siehe [[https://github.com/mkubecek/vmware-host-modules/|https://github.com/mkubecek/vmware-host-modules/ ]]
  
-Installieren mit //make clean, make, make install//+Second method (replace original tarballs):
  
 +<code>
 +  wget https://github.com/mkubecek/vmware-host-modules/archive/workstation-17.0.0.tar.gz
 +  tar -xzf workstation-17.0.0.tar.gz
 +  cd vmware-host-modules-workstation-17.0.0
 +  tar -cf vmmon.tar vmmon-only
 +  tar -cf vmnet.tar vmnet-only
 +  cp -v vmmon.tar vmnet.tar /usr/lib/vmware/modules/source/
 +  vmware-modconfig --console --install-all
 +</code>
  • vmware.1616496406.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • (Externe Bearbeitung)