Vmware player installation 20 April 2021, 20:34:48 Hello,I'm new in atrix; I installed it with openRC, switched to 5.10.30-1-lts kernel.I need to install vmware player, so I do:1-downloaded bundle from vmware site.2-hmod +x VMware-Player-15.0.4-12990004.x86_64.bundle 3-sudo ./VMware-Player-15.0.4-12990004.x86_64.bundle4-completing installation by wizard3then according with more tutorial founded on the web, i should enable and start vmware services like:Add vmware.service.cat <<EOF | sudo tee /etc/systemd/system/vmware.service[Unit]Description=VMware daemonRequires=vmware-usbarbitrator.serviceBefore=vmware-usbarbitrator.serviceAfter=network.target[Service]ExecStart=/etc/init.d/vmware startExecStop=/etc/init.d/vmware stopPIDFile=/var/lock/subsys/vmwareRemainAfterExit=yes[Install]WantedBy=multi-user.targetEOFAdd vmware-usbarbitrator.service.cat <<EOF | sudo tee /etc/systemd/system/vmware-usbarbitrator.service[Unit]Description=VMware USB ArbitratorRequires=vmware.serviceAfter=vmware.service[Service]ExecStart=/usr/bin/vmware-usbarbitratorExecStop=/usr/bin/vmware-usbarbitrator --killRemainAfterExit=yes[Install]WantedBy=multi-user.targetEOFsudo systemctl daemon-reloadsudo systemctl start vmware.service vmware-usbarbitrator.service and finally: sudo vmware-modconfig --console --install-allbut those are for systemd, so I checked how to add service from open rc and shoud be:rc-update add service runlevel where service is the name of the service to add,but when I tried none of the service name are founded.So I tried to lunch the player and it work, but after reboot I get Could not open /dev/vmmon: No such file or directory. Please make sure that the kernel module `vmmon' is loaded ;so I run :vmware-modconfig --console --install-all and it work again, but after reboot is broken again. Anyone can help me with this installation, please?
Re: Vmware player installation Reply #1 – 20 April 2021, 22:07:47 load manually vmmon with "modprobe vmmon"no openrc initd for vmware player exist, you need all start manually, or write yur own openrc initdmaybe can help you https://aur.archlinux.org/packages/vmware-openrc/