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
kernel vmware
add a comment |
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
kernel vmware
add a comment |
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
kernel vmware
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
kernel vmware
edited Nov 26 at 2:17
asked Nov 26 at 2:05
Afshin
113
113
add a comment |
add a comment |
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!
add a comment |
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.
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
add a comment |
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!
add a comment |
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!
add a comment |
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!
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!
answered Nov 27 at 19:03
Afshin
113
113
add a comment |
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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