VMWare 15 Error on Ubuntu 18.4 - Could not open /dev/vmmon: No such file or directory











up vote
0
down vote

favorite












After exhausting research online and youtube videos and facing failure to all those suggested solutions, I need your professional help with this please.



Installed VMWare workstation 15 on Ubuntu 18.4 (please see screenshot) and got kernel error.



These are the steps I already performed with no solution:



sudo vmware-modconfig --console --install-all



Registered a new key and enrolled by the following commands in order:



1)



openssl req -new -x509 -newkey rsa:2048 -keyout VMWARE.priv -outform DER -out VMWARE.der -nodes -days 36500 -subj "/CN=VMWARE/"


2)



sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vboxdrv)


3)



sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vboxdrv)


4)



tail $(modinfo -n vboxdrv) | grep "Module signature appended"


5)



sudo mokutil --import VMWARE.der


rebooted --> registered the key upon booting successfully and confirmed by:



mokutil --test-key VMWARE.der


Also manually signed up the drivers by:



sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vmmon)


Finally:



sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vmnet)


Please note that I am new in the Linux world so step-by-step instructions will be appreciated! Many thanks, Cheers!



System Info



VMWare Error 1



VMWare Error 2










share|improve this question




























    up vote
    0
    down vote

    favorite












    After exhausting research online and youtube videos and facing failure to all those suggested solutions, I need your professional help with this please.



    Installed VMWare workstation 15 on Ubuntu 18.4 (please see screenshot) and got kernel error.



    These are the steps I already performed with no solution:



    sudo vmware-modconfig --console --install-all



    Registered a new key and enrolled by the following commands in order:



    1)



    openssl req -new -x509 -newkey rsa:2048 -keyout VMWARE.priv -outform DER -out VMWARE.der -nodes -days 36500 -subj "/CN=VMWARE/"


    2)



    sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vboxdrv)


    3)



    sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vboxdrv)


    4)



    tail $(modinfo -n vboxdrv) | grep "Module signature appended"


    5)



    sudo mokutil --import VMWARE.der


    rebooted --> registered the key upon booting successfully and confirmed by:



    mokutil --test-key VMWARE.der


    Also manually signed up the drivers by:



    sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vmmon)


    Finally:



    sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vmnet)


    Please note that I am new in the Linux world so step-by-step instructions will be appreciated! Many thanks, Cheers!



    System Info



    VMWare Error 1



    VMWare Error 2










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      After exhausting research online and youtube videos and facing failure to all those suggested solutions, I need your professional help with this please.



      Installed VMWare workstation 15 on Ubuntu 18.4 (please see screenshot) and got kernel error.



      These are the steps I already performed with no solution:



      sudo vmware-modconfig --console --install-all



      Registered a new key and enrolled by the following commands in order:



      1)



      openssl req -new -x509 -newkey rsa:2048 -keyout VMWARE.priv -outform DER -out VMWARE.der -nodes -days 36500 -subj "/CN=VMWARE/"


      2)



      sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vboxdrv)


      3)



      sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vboxdrv)


      4)



      tail $(modinfo -n vboxdrv) | grep "Module signature appended"


      5)



      sudo mokutil --import VMWARE.der


      rebooted --> registered the key upon booting successfully and confirmed by:



      mokutil --test-key VMWARE.der


      Also manually signed up the drivers by:



      sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vmmon)


      Finally:



      sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vmnet)


      Please note that I am new in the Linux world so step-by-step instructions will be appreciated! Many thanks, Cheers!



      System Info



      VMWare Error 1



      VMWare Error 2










      share|improve this question















      After exhausting research online and youtube videos and facing failure to all those suggested solutions, I need your professional help with this please.



      Installed VMWare workstation 15 on Ubuntu 18.4 (please see screenshot) and got kernel error.



      These are the steps I already performed with no solution:



      sudo vmware-modconfig --console --install-all



      Registered a new key and enrolled by the following commands in order:



      1)



      openssl req -new -x509 -newkey rsa:2048 -keyout VMWARE.priv -outform DER -out VMWARE.der -nodes -days 36500 -subj "/CN=VMWARE/"


      2)



      sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vboxdrv)


      3)



      sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vboxdrv)


      4)



      tail $(modinfo -n vboxdrv) | grep "Module signature appended"


      5)



      sudo mokutil --import VMWARE.der


      rebooted --> registered the key upon booting successfully and confirmed by:



      mokutil --test-key VMWARE.der


      Also manually signed up the drivers by:



      sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vmmon)


      Finally:



      sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE.priv ./VMWARE.der $(modinfo -n vmnet)


      Please note that I am new in the Linux world so step-by-step instructions will be appreciated! Many thanks, Cheers!



      System Info



      VMWare Error 1



      VMWare Error 2







      kernel vmware






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 26 at 2:17

























      asked Nov 26 at 2:05









      Afshin

      113




      113






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          Problem solved! I followed the same exact steps in my original post EXCEPT that I changed the name of the key to something else! The new key successfully signed vmmon in dev directory and vmware worked!






          share|improve this answer








          New contributor




          Afshin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.

























            up vote
            0
            down vote













            What I would do would be to first uninstall VMWare Workstation from your system like this:



            sudo vmware-installer -u vmware-workstation


            Now let's re-install it, but before we install the Vmware Workstation Player 15 package, let’s install/update to newer versions of packages and their dependencies by using the command below:



            sudo apt-get update


            Now we need to install some dependencies which are required for the Vmware Workstation Player 15 Installation
            (by default these should already be installed in Ubuntu 18.04, but if not, they will be):



            First Install build-essential and gcc as shown:



            sudo apt install build-essential gcc


            Then install libcanberra-gtk-module as shown:



            sudo apt install libcanberra-gtk-module


            So let’s proceed with the Vmware Workstation installation.



            Run the following commands in the terminal to install VMware Workstation Player 15:



            mkdir ~/vmware
            cd ~/vmware
            wget -c https://download3.vmware.com/software/player/file/VMware-
            Player-15.0.2-10952284.x86_64.bundle


            (Currently, as of today, the latest bundle)



            OR



            forget the "wget" part and download the bundle here:



            https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/15_0



            and put it in the vmware directory you just made.



            Give the package permissions:



            sudo chmod u+x VMware-Player-15.0.2-10952284.x86_64.bundle


            Finally, install:



            sudo ./VMware-Player-15.0.2-10952284.x86_64.bundle


            As soon as the installer starts, follow the on screen instructions to complete the installation.



            Select I accept the terms in the license agreement and then click on "Next".
            Update on startup; select yes (if you want).
            Feedback; select yes or no.
            License Key is optional (needed for Workstation Pro, but can be left blank).



            Click "Install" on next screen.



            Close when finished.



            ---NOTE---



            If 3D acceleration is not enabled:
            Edit hidden file /.vmware/preferences and look for a line that starts with:



            mks.gl.allowBlacklistedDrivers


            If it is not present - you can add it into the file.



            This should be changed to:



            mks.gl.allowBlacklistedDrivers = "TRUE"


            ---also---



            go to /vmware/ /.vmx
            open it with gedit (or equivalent) and add the line:



            mks.gl.allowBlacklistedDrivers = "TRUE"


            For a Windows guest I add these lines, also, to the hidden file and the ".vmx" file (mentioned above):



            mks.enableDX11Renderer = "FALSE"
            mks.enableGLRenderer = "TRUE"


            This switches the 3D acceleration from the default DX11 to OpenGL.



            This should get you up and running and solve the issues.






            share|improve this answer























            • Thanks for the effort but it did not work! This solution is basically uninstalling and re-installing vmware which I already did; but thanks anyways.
              – Afshin
              Nov 27 at 3:32










            • I'm glad to see you managed to solve the problem. Yeah, you were right; it was uninstalling and re-installing it. This is how I install it and I have never had any problems.
              – Dave
              Nov 27 at 23:11











            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1096052%2fvmware-15-error-on-ubuntu-18-4-could-not-open-dev-vmmon-no-such-file-or-dire%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote



            accepted










            Problem solved! I followed the same exact steps in my original post EXCEPT that I changed the name of the key to something else! The new key successfully signed vmmon in dev directory and vmware worked!






            share|improve this answer








            New contributor




            Afshin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.






















              up vote
              1
              down vote



              accepted










              Problem solved! I followed the same exact steps in my original post EXCEPT that I changed the name of the key to something else! The new key successfully signed vmmon in dev directory and vmware worked!






              share|improve this answer








              New contributor




              Afshin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.




















                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                Problem solved! I followed the same exact steps in my original post EXCEPT that I changed the name of the key to something else! The new key successfully signed vmmon in dev directory and vmware worked!






                share|improve this answer








                New contributor




                Afshin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                Problem solved! I followed the same exact steps in my original post EXCEPT that I changed the name of the key to something else! The new key successfully signed vmmon in dev directory and vmware worked!







                share|improve this answer








                New contributor




                Afshin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                Afshin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered Nov 27 at 19:03









                Afshin

                113




                113




                New contributor




                Afshin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Afshin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Afshin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.
























                    up vote
                    0
                    down vote













                    What I would do would be to first uninstall VMWare Workstation from your system like this:



                    sudo vmware-installer -u vmware-workstation


                    Now let's re-install it, but before we install the Vmware Workstation Player 15 package, let’s install/update to newer versions of packages and their dependencies by using the command below:



                    sudo apt-get update


                    Now we need to install some dependencies which are required for the Vmware Workstation Player 15 Installation
                    (by default these should already be installed in Ubuntu 18.04, but if not, they will be):



                    First Install build-essential and gcc as shown:



                    sudo apt install build-essential gcc


                    Then install libcanberra-gtk-module as shown:



                    sudo apt install libcanberra-gtk-module


                    So let’s proceed with the Vmware Workstation installation.



                    Run the following commands in the terminal to install VMware Workstation Player 15:



                    mkdir ~/vmware
                    cd ~/vmware
                    wget -c https://download3.vmware.com/software/player/file/VMware-
                    Player-15.0.2-10952284.x86_64.bundle


                    (Currently, as of today, the latest bundle)



                    OR



                    forget the "wget" part and download the bundle here:



                    https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/15_0



                    and put it in the vmware directory you just made.



                    Give the package permissions:



                    sudo chmod u+x VMware-Player-15.0.2-10952284.x86_64.bundle


                    Finally, install:



                    sudo ./VMware-Player-15.0.2-10952284.x86_64.bundle


                    As soon as the installer starts, follow the on screen instructions to complete the installation.



                    Select I accept the terms in the license agreement and then click on "Next".
                    Update on startup; select yes (if you want).
                    Feedback; select yes or no.
                    License Key is optional (needed for Workstation Pro, but can be left blank).



                    Click "Install" on next screen.



                    Close when finished.



                    ---NOTE---



                    If 3D acceleration is not enabled:
                    Edit hidden file /.vmware/preferences and look for a line that starts with:



                    mks.gl.allowBlacklistedDrivers


                    If it is not present - you can add it into the file.



                    This should be changed to:



                    mks.gl.allowBlacklistedDrivers = "TRUE"


                    ---also---



                    go to /vmware/ /.vmx
                    open it with gedit (or equivalent) and add the line:



                    mks.gl.allowBlacklistedDrivers = "TRUE"


                    For a Windows guest I add these lines, also, to the hidden file and the ".vmx" file (mentioned above):



                    mks.enableDX11Renderer = "FALSE"
                    mks.enableGLRenderer = "TRUE"


                    This switches the 3D acceleration from the default DX11 to OpenGL.



                    This should get you up and running and solve the issues.






                    share|improve this answer























                    • Thanks for the effort but it did not work! This solution is basically uninstalling and re-installing vmware which I already did; but thanks anyways.
                      – Afshin
                      Nov 27 at 3:32










                    • I'm glad to see you managed to solve the problem. Yeah, you were right; it was uninstalling and re-installing it. This is how I install it and I have never had any problems.
                      – Dave
                      Nov 27 at 23:11















                    up vote
                    0
                    down vote













                    What I would do would be to first uninstall VMWare Workstation from your system like this:



                    sudo vmware-installer -u vmware-workstation


                    Now let's re-install it, but before we install the Vmware Workstation Player 15 package, let’s install/update to newer versions of packages and their dependencies by using the command below:



                    sudo apt-get update


                    Now we need to install some dependencies which are required for the Vmware Workstation Player 15 Installation
                    (by default these should already be installed in Ubuntu 18.04, but if not, they will be):



                    First Install build-essential and gcc as shown:



                    sudo apt install build-essential gcc


                    Then install libcanberra-gtk-module as shown:



                    sudo apt install libcanberra-gtk-module


                    So let’s proceed with the Vmware Workstation installation.



                    Run the following commands in the terminal to install VMware Workstation Player 15:



                    mkdir ~/vmware
                    cd ~/vmware
                    wget -c https://download3.vmware.com/software/player/file/VMware-
                    Player-15.0.2-10952284.x86_64.bundle


                    (Currently, as of today, the latest bundle)



                    OR



                    forget the "wget" part and download the bundle here:



                    https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/15_0



                    and put it in the vmware directory you just made.



                    Give the package permissions:



                    sudo chmod u+x VMware-Player-15.0.2-10952284.x86_64.bundle


                    Finally, install:



                    sudo ./VMware-Player-15.0.2-10952284.x86_64.bundle


                    As soon as the installer starts, follow the on screen instructions to complete the installation.



                    Select I accept the terms in the license agreement and then click on "Next".
                    Update on startup; select yes (if you want).
                    Feedback; select yes or no.
                    License Key is optional (needed for Workstation Pro, but can be left blank).



                    Click "Install" on next screen.



                    Close when finished.



                    ---NOTE---



                    If 3D acceleration is not enabled:
                    Edit hidden file /.vmware/preferences and look for a line that starts with:



                    mks.gl.allowBlacklistedDrivers


                    If it is not present - you can add it into the file.



                    This should be changed to:



                    mks.gl.allowBlacklistedDrivers = "TRUE"


                    ---also---



                    go to /vmware/ /.vmx
                    open it with gedit (or equivalent) and add the line:



                    mks.gl.allowBlacklistedDrivers = "TRUE"


                    For a Windows guest I add these lines, also, to the hidden file and the ".vmx" file (mentioned above):



                    mks.enableDX11Renderer = "FALSE"
                    mks.enableGLRenderer = "TRUE"


                    This switches the 3D acceleration from the default DX11 to OpenGL.



                    This should get you up and running and solve the issues.






                    share|improve this answer























                    • Thanks for the effort but it did not work! This solution is basically uninstalling and re-installing vmware which I already did; but thanks anyways.
                      – Afshin
                      Nov 27 at 3:32










                    • I'm glad to see you managed to solve the problem. Yeah, you were right; it was uninstalling and re-installing it. This is how I install it and I have never had any problems.
                      – Dave
                      Nov 27 at 23:11













                    up vote
                    0
                    down vote










                    up vote
                    0
                    down vote









                    What I would do would be to first uninstall VMWare Workstation from your system like this:



                    sudo vmware-installer -u vmware-workstation


                    Now let's re-install it, but before we install the Vmware Workstation Player 15 package, let’s install/update to newer versions of packages and their dependencies by using the command below:



                    sudo apt-get update


                    Now we need to install some dependencies which are required for the Vmware Workstation Player 15 Installation
                    (by default these should already be installed in Ubuntu 18.04, but if not, they will be):



                    First Install build-essential and gcc as shown:



                    sudo apt install build-essential gcc


                    Then install libcanberra-gtk-module as shown:



                    sudo apt install libcanberra-gtk-module


                    So let’s proceed with the Vmware Workstation installation.



                    Run the following commands in the terminal to install VMware Workstation Player 15:



                    mkdir ~/vmware
                    cd ~/vmware
                    wget -c https://download3.vmware.com/software/player/file/VMware-
                    Player-15.0.2-10952284.x86_64.bundle


                    (Currently, as of today, the latest bundle)



                    OR



                    forget the "wget" part and download the bundle here:



                    https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/15_0



                    and put it in the vmware directory you just made.



                    Give the package permissions:



                    sudo chmod u+x VMware-Player-15.0.2-10952284.x86_64.bundle


                    Finally, install:



                    sudo ./VMware-Player-15.0.2-10952284.x86_64.bundle


                    As soon as the installer starts, follow the on screen instructions to complete the installation.



                    Select I accept the terms in the license agreement and then click on "Next".
                    Update on startup; select yes (if you want).
                    Feedback; select yes or no.
                    License Key is optional (needed for Workstation Pro, but can be left blank).



                    Click "Install" on next screen.



                    Close when finished.



                    ---NOTE---



                    If 3D acceleration is not enabled:
                    Edit hidden file /.vmware/preferences and look for a line that starts with:



                    mks.gl.allowBlacklistedDrivers


                    If it is not present - you can add it into the file.



                    This should be changed to:



                    mks.gl.allowBlacklistedDrivers = "TRUE"


                    ---also---



                    go to /vmware/ /.vmx
                    open it with gedit (or equivalent) and add the line:



                    mks.gl.allowBlacklistedDrivers = "TRUE"


                    For a Windows guest I add these lines, also, to the hidden file and the ".vmx" file (mentioned above):



                    mks.enableDX11Renderer = "FALSE"
                    mks.enableGLRenderer = "TRUE"


                    This switches the 3D acceleration from the default DX11 to OpenGL.



                    This should get you up and running and solve the issues.






                    share|improve this answer














                    What I would do would be to first uninstall VMWare Workstation from your system like this:



                    sudo vmware-installer -u vmware-workstation


                    Now let's re-install it, but before we install the Vmware Workstation Player 15 package, let’s install/update to newer versions of packages and their dependencies by using the command below:



                    sudo apt-get update


                    Now we need to install some dependencies which are required for the Vmware Workstation Player 15 Installation
                    (by default these should already be installed in Ubuntu 18.04, but if not, they will be):



                    First Install build-essential and gcc as shown:



                    sudo apt install build-essential gcc


                    Then install libcanberra-gtk-module as shown:



                    sudo apt install libcanberra-gtk-module


                    So let’s proceed with the Vmware Workstation installation.



                    Run the following commands in the terminal to install VMware Workstation Player 15:



                    mkdir ~/vmware
                    cd ~/vmware
                    wget -c https://download3.vmware.com/software/player/file/VMware-
                    Player-15.0.2-10952284.x86_64.bundle


                    (Currently, as of today, the latest bundle)



                    OR



                    forget the "wget" part and download the bundle here:



                    https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/15_0



                    and put it in the vmware directory you just made.



                    Give the package permissions:



                    sudo chmod u+x VMware-Player-15.0.2-10952284.x86_64.bundle


                    Finally, install:



                    sudo ./VMware-Player-15.0.2-10952284.x86_64.bundle


                    As soon as the installer starts, follow the on screen instructions to complete the installation.



                    Select I accept the terms in the license agreement and then click on "Next".
                    Update on startup; select yes (if you want).
                    Feedback; select yes or no.
                    License Key is optional (needed for Workstation Pro, but can be left blank).



                    Click "Install" on next screen.



                    Close when finished.



                    ---NOTE---



                    If 3D acceleration is not enabled:
                    Edit hidden file /.vmware/preferences and look for a line that starts with:



                    mks.gl.allowBlacklistedDrivers


                    If it is not present - you can add it into the file.



                    This should be changed to:



                    mks.gl.allowBlacklistedDrivers = "TRUE"


                    ---also---



                    go to /vmware/ /.vmx
                    open it with gedit (or equivalent) and add the line:



                    mks.gl.allowBlacklistedDrivers = "TRUE"


                    For a Windows guest I add these lines, also, to the hidden file and the ".vmx" file (mentioned above):



                    mks.enableDX11Renderer = "FALSE"
                    mks.enableGLRenderer = "TRUE"


                    This switches the 3D acceleration from the default DX11 to OpenGL.



                    This should get you up and running and solve the issues.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Nov 26 at 3:47

























                    answered Nov 26 at 3:41









                    Dave

                    1,0141311




                    1,0141311












                    • Thanks for the effort but it did not work! This solution is basically uninstalling and re-installing vmware which I already did; but thanks anyways.
                      – Afshin
                      Nov 27 at 3:32










                    • I'm glad to see you managed to solve the problem. Yeah, you were right; it was uninstalling and re-installing it. This is how I install it and I have never had any problems.
                      – Dave
                      Nov 27 at 23:11


















                    • Thanks for the effort but it did not work! This solution is basically uninstalling and re-installing vmware which I already did; but thanks anyways.
                      – Afshin
                      Nov 27 at 3:32










                    • I'm glad to see you managed to solve the problem. Yeah, you were right; it was uninstalling and re-installing it. This is how I install it and I have never had any problems.
                      – Dave
                      Nov 27 at 23:11
















                    Thanks for the effort but it did not work! This solution is basically uninstalling and re-installing vmware which I already did; but thanks anyways.
                    – Afshin
                    Nov 27 at 3:32




                    Thanks for the effort but it did not work! This solution is basically uninstalling and re-installing vmware which I already did; but thanks anyways.
                    – Afshin
                    Nov 27 at 3:32












                    I'm glad to see you managed to solve the problem. Yeah, you were right; it was uninstalling and re-installing it. This is how I install it and I have never had any problems.
                    – Dave
                    Nov 27 at 23:11




                    I'm glad to see you managed to solve the problem. Yeah, you were right; it was uninstalling and re-installing it. This is how I install it and I have never had any problems.
                    – Dave
                    Nov 27 at 23:11


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1096052%2fvmware-15-error-on-ubuntu-18-4-could-not-open-dev-vmmon-no-such-file-or-dire%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                    Mangá

                     ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕