How to fix "Could not open /dev/vmmon: No such file or directory" in Linux VMware Player.
AnonTech-Tube
#anontechtube Subscribe our YouTube Channel- https://www.youtube.com/c/AnonTechTube Follow Us On Facebook: https://www.facebook.com/AnonTechTube Follow Us on Telegram- https://t.me/AnonTechTube Follow Us on Twitter: https://twitter.com/AnonTechTube
Subscribe our Hindi Tech channel- https://www.youtube.com/channel/UC5tEagCCHOgsnn9P-FKXktQ
Install VMware Player without any error on Ubuntu- https://youtu.be/-FH4M0qO2h0
$ sudo vmware-modconfig --console --install-all
$ openssl req -new -x509 -newkey rsa:2048 -keyout VMWARE15.priv -outform DER -out VMWARE15.der -nodes -days 36500 -subj "/CN=VMWARE/"
$ sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE15.priv ./VMWARE15.der $(modinfo -n vmmon)
$ sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE15.priv ./VMWARE15.der $(modinfo -n vmnet)
$ tail $(modinfo -n vmmon) | grep "Module signature appended"
$ sudo mokutil --import VMWARE15.der
now reboot
$ reboot
run below command after Reboot
$ mokutil --test-key VMWARE15.der ... https://www.youtube.com/watch?v=hmiCXwcMI4U
13749600 Bytes