Build guest vmware kernel modules: Difference between revisions

m
Line 49: Line 49:
After the manual compile, you can run the lsmod command to see what modules it was able to load:
After the manual compile, you can run the lsmod command to see what modules it was able to load:
  $ lsmod | grep -i vm
  $ lsmod | grep -i vm
The following kernel modules are currently being installed:
* vmci - inter-VM and host interface
* vmhgfs - shared folders
* vsock -
* vmxnet3 - virtual network adapter
* pvscsi - paravirtual scsi
* vmblock - enable drag & drop between guest and host OS (desktop feature)
* /usr/bin/vmware-toolbox-cmd
* /usr/bin/vmware-user - advanced X features, guest resolution fit, drag and drop, file and text copy & paste
* vmware-tools-thinprint - printing integration with the host using a virtual printing daemon


====Alternative solution====
====Alternative solution====
1,274

edits