$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

VMware Workstation 12.5 Pro Unable to Install All Modules Gnu/Linux Troubleshooting

January 18, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 1. Downloading Kernel Modules

    Download VMare Workstation Pro Kernel Modules Updater for GNU/Linux

    Cloning VMare Workstation Pro Kernel Modules Updater Repo
  2. 2. Installing Kernel Modules

    Then to Set up VMare Workstation Pro Kernel Modules on Linux
    First, Access the Target:

    cd /tmp/vmware-host-modules

    Then to Make it play:

    make VM_UNAME="`uname -r`"

    And if you got an Issue, probably is because of the Missing Linux Headers or Linux Source…

    How to Install Linux Kernel Headers

    Installing Linux Headers

    Finally, to Setup them:

    sudo make install

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then Look: Solution.

    But if it is still unsuccessful, we can dig a little further by running the following:

    sudo vmware-modconfig --console --install-all
    sudo vmware-modconfig --console --install-all 2>&1 | grep error
  3. 3. Restarting VMware Services

    Last, in case to Restart VMware Service
    Play:

    sudo /etc/init.d/vmware restart

Thanks to mkubecek precious Work!

So Now I’m truly Happy if My Guide could Help you to Solve VMware Workstation 12.5 Pro Kernel Modules Installation Issue!

Contents