Windows 10: VMWare fix for most kernels on Linux HOSTS

Discus and support VMWare fix for most kernels on Linux HOSTS in Windows 10 Virtualization to solve the problem; Hi folks This script (I got from the net somewhere - can't remember though) should fix the problem with VMware and updated kernels when using Linux... Discussion in 'Windows 10 Virtualization' started by jimbo45, Aug 14, 2019.

  1. jimbo45 Win User

    VMWare fix for most kernels on Linux HOSTS


    Hi folks

    This script (I got from the net somewhere - can't remember though) should fix the problem with VMware and updated kernels when using Linux Hosts

    put this script in the vmmodules install file - usually this one : /etc/kernel/install.d/99-vmmodules.install


    #!/usr/bin/bash

    export LANG=C

    COMMAND="$1"
    KERNEL_VERSION="$2"
    BOOT_DIR_ABS="$3"
    KERNEL_IMAGE="$4"

    ret=0

    case "$COMMAND" in
    add)
    VMWARE_VERSION=$(cat /etc/vmware/config | grep player.product.version | sed '/.*"\(.*\)".*/ s//\1/g')

    [ -z VMWARE_VERSION ] && exit 0

    mkdir -p /tmp/git; cd /tmp/git
    git clone -b workstation-${VMWARE_VERSION} " https://github.com/mkubecek/vmware-host-modules.git"
    cd vmware-host-modules
    make VM_UNAME=${KERNEL_VERSION}
    make install VM_UNAME=${KERNEL_VERSION}

    ((ret+=$?))
    ;;
    remove)
    exit 0
    ;;
    *)
    usage
    ret=1;;
    esac

    exit $ret

    this should save a lot of aggro after kernel updates.

    Remove the double quotes from the URL - I added those to stop the URL being translated in the post rendering the script unusable.

    Cheers
    jimbo

    :)
     
    jimbo45, Aug 14, 2019
    #1
  2. OneMoar Win User

    Exquisitely sensitive stability testing - the linux kernel!

    its not advisable to argue with a Wizzard he might turn you into a toad
    and no one runs stress tests under linux
    unless Linux is there main os .... and who runs Linux as there main os .... no one /trolling the linux kernel is not a TOOL for anything its a Kernel ... I suggest you go read up on the subject windows has a Kernel to and its far more sensitive to OC faults then Linux
    http://en.wikipedia.org/wiki/Kernel_(computing)
     
    OneMoar, Aug 14, 2019
    #2
  3. jimbo45 Win User
    Unity Mode Fix for W10 VMware VM's on Linux Hosts


    Hi there

    This seems to work fine for Windows 10 VM's on some Linux Hosts.

    1) Uninstall VMware tools on the VM - shut down but don't re-power on
    2) uninstall open-vm-tools on your HOST machine - typically as root or sudo yum autoremove open-vm-tools or whatever it is in your distro.
    3) reboot the host
    4) power on the W10 VM
    5) install VMware tools
    6) re-start the W10 again

    Solved -- now Unity is working !!!

    Here's mine running W10 on Centos 7 Host - Menu shown and EXCEL 2010 on the CENTOS desktop. Menu auto hides - just mouse point top left hand corner of screen. Brilliant way of running Windows VM's -- I think the whole Unity mode has been vastly underplayed - especially when you have several monitors !!!!.


    Cheers
    jimbo
     
    jimbo45, Aug 14, 2019
    #3
  4. VMWare fix for most kernels on Linux HOSTS

    No sound in VMware Linux Mint


    I have installed Linux Mint 19 Cinnamon (3.8.9) within VMware Workstation 14 Player (version 14.1.3 build-9474260) running on a Windows 10 host (1803 build 17134.285). Sound does not work, although it works perfectly when I run Windows 7 in the same VM.
    The sound device detected by Linux is Creative Sound blaster CT2518. When I test sound with pavucontrol open on the Output Devices tab, the Advanced bar shows that the sound is being detected, but nothing can be heard.
    Can anyone suggest how I can overcome this problem?
     
    MikeinGrange, Aug 14, 2019
    #4
Thema:

VMWare fix for most kernels on Linux HOSTS

Loading...
  1. VMWare fix for most kernels on Linux HOSTS - Similar Threads - VMWare fix kernels

  2. VMWare 16 on Host Linux with kernel 5.10 / 5.11 Big Fails

    in Windows 10 Virtualization
    VMWare 16 on Host Linux with kernel 5.10 / 5.11 Big Fails: Hi there probably not a Windows per se problem but for those running VMWare V16 on Linux hosts using the latest "hot of the presses" kernels - 5.10 / 5.11 the latest release of Windows (fast ring) when booting up as a VM incessantly prompts for "please press any key to skip...
  3. VMWare WKS / Player - what currently works on Linux Hosts

    in Windows 10 Virtualization
    VMWare WKS / Player - what currently works on Linux Hosts: Hi folks what Linux Host distros are anybody using where current versions of VMWare WKS / Player really work . Please specify distro and kernel (simply from the linux console type uname -r -- you don't need sudo or su) . I've tried a few with kernel 5.9.xx and BIG fail !!...
  4. VMWare (15/16) fails to install on Linux Hosts with kernels 5.9.X

    in Windows 10 Virtualization
    VMWare (15/16) fails to install on Linux Hosts with kernels 5.9.X: Hi folks Those of you with Linux Hosts who use VMWare WKS / Player should note that on a load of distros - e.g Fedora Rawhide with kernels 5.9.X - install fails - primarily due to missing / incompatible header files. KVM /QEMU - though no problem -- "just keeps on Truckin'"....
  5. VMWare on Host Linux fails on some newer kernels -- work around

    in Windows 10 Virtualization
    VMWare on Host Linux fails on some newer kernels -- work around: Hi folks I know some here run Host Linux systems and run Windows VM's using VMWare. On some distros with kernel 5.7.9 vmware won't install properly --this is because on some distros the kernel headers are back level to the 5.7.7 kernel. However upgrading to the development...
  6. Linux Hosts with 5.3 kernels and VMware 15.5 release

    in Windows 10 Virtualization
    Linux Hosts with 5.3 kernels and VMware 15.5 release: Hi folks I know a few here use Linux Hosts with VMWare and run Windows VM's Some distros have a problem with the latest VMware build - not compiling etc. Arch Linux 5.3 kernel with the VMWare build works perfectly (as do Windows VM's running on it) -- I've several Windows...
  7. Linux Mint 19.X not installable on Winows Host with VMWare

    in Windows 10 Virtualization
    Linux Mint 19.X not installable on Winows Host with VMWare: Hi folks seem to be having a bit of trouble with VMWare currently with these VM's 1) Skip ahead - latest Windows build won't run in Bridged Network Mode whether on Linux or Windows Host. Previous Windows builds --OK. 2) On Linux HOSTS Kernels 5.X need a patch and then...
  8. VMWare on Linux Host with 5.x kernels

    in Windows 10 Virtualization
    VMWare on Linux Host with 5.x kernels: Hi folks If you are using a Linux Host with 5,x kernels e.g Fedora 30 etc You need to apply a patch to get VMWare to work properly From your Linux Host run : wget https://github.com/mkubecek/vmware-h...-15.1.0.tar.gz tar -xzf workstation-15.1.0.tar.gz cd...
  9. Vmware wokstation downgrade to WKS 10 on Linux host

    in Windows 10 Virtualization
    Vmware wokstation downgrade to WKS 10 on Linux host: Hi there. While we are on a Windows Forum I know some people run Linux here - so if you find that Workstation or Player (VMWARE) 11 / 7 doesn't work properly on a LINUX HOST (I've still got problems with Unity and random freezes running Windows 8.1 and 10 guests) then to...
  10. Unity Mode Fix for W10 VMware VM's on Linux Hosts

    in Windows 10 Virtualization
    Unity Mode Fix for W10 VMware VM's on Linux Hosts: Hi there This seems to work fine for Windows 10 VM's on some Linux Hosts. 1) Uninstall VMware tools on the VM - shut down but don't re-power on 2) uninstall open-vm-tools on your HOST machine - typically as root or sudo yum autoremove open-vm-tools or whatever it is in...