vmware-host-modules VS single-gpu-passthrough

Compare vmware-host-modules vs single-gpu-passthrough and see what are their differences.

vmware-host-modules

Patches needed to build VMware (Player and Workstation) host modules against recent kernels (by mkubecek)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
vmware-host-modules single-gpu-passthrough
46 175
2,008 -
- -
0.0 -
2 months ago -
Makefile
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vmware-host-modules

Posts with mentions or reviews of vmware-host-modules. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-28.
  • MacOS Virtualization using VMware
    3 projects | dev.to | 28 Nov 2023
    I had to fix a well known issue with running VMware on Linux - compiling your own kernel modules. This isnt much of a problem for seasoned users but for others it might be a deal breaker. This repo will save you hours of searching google.
  • Update breaks networking on vmware-player
    1 project | /r/Fedora | 8 Jun 2023
    Ive found that I had to manually compile and install patched host modules from https://github.com/mkubecek/vmware-host-modules in order for it to work.
  • VMware problems
    1 project | /r/archlinux | 22 Feb 2023
  • VMWare Workstation no longer starting after Kernel upgrade
    1 project | /r/linuxquestions | 16 Feb 2023
    I've had to run this after each kernel update (and reboot).
  • VMWare Workstation 16 w/ Kernel 6.0.4
    1 project | /r/Fedora | 8 Nov 2022
    # From sabennett on VMWare Forum Second method (replace original tarballs): wget https://github.com/mkubecek/vmware-host-modules/archive/workstation-16.2.1.tar.gz tar -xzf workstation-16.2.1.tar.gz cd vmware-host-modules-workstation-16.2.1 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 In this case, last two commands require root privileges.
  • VMWare Player on 5.19.3-arch1-1 kernel
    2 projects | /r/archlinux | 25 Aug 2022
  • How to install Vmware on Pop OS 22.04 LTS
    1 project | /r/pop_os | 21 Aug 2022
    wget https://github.com/mkubecek/vmware-host-modules/archive/workstation-16.2.4.tar.gz tar -xzf workstation-16.2.4.tar.gz cd vmware-host-modules-workstation-16.2.4 tar -cf vmmon.tar vmmon-only tar -cf vmnet.tar vmnet-only sudo cp -v vmmon.tar vmnet.tar /usr/lib/vmware/modules/source/ sudo vmware-modconfig --console –install-all
  • Error: Failed to Load Kernel Modules
    1 project | /r/linux4noobs | 19 Aug 2022
  • How to downgrade the kernel?
    1 project | /r/pop_os | 18 Aug 2022
    I'm on the same boat - the current Kernel (5.19) doesn't support the VMware Workstation (same build as player) - I believe kernel 5.17 works. This git page has helped me out in the past https://github.com/mkubecek/vmware-host-modules
  • Uninstalling VMware
    1 project | /r/Fedora | 26 Jul 2022
    wget https://github.com/mkubecek/vmware-host-modules/archive/workstation-16.2.3.tar.gz

single-gpu-passthrough

Posts with mentions or reviews of single-gpu-passthrough. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-03.

What are some alternatives?

When comparing vmware-host-modules and single-gpu-passthrough you can also consider the following projects:

linux - XanMod: Linux kernel source code tree

vendor-reset - Linux kernel vendor specific hardware reset module for sequences that are too complex/complicated to land in pci_quirks.c