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 [09/08/2023 - 07:57] 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 ======
  
Zeile 14: Zeile 6:
  
 ''bios.bootdelay = 20000 '' ''bios.bootdelay = 20000 ''
- 
- 
  
 ====== Netzwerk Debugging ====== ====== Netzwerk Debugging ======
Zeile 58: 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.1691567826.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • (Externe Bearbeitung)