Install VMWare Workstation with Secure Boot Enabled?

Hai All
I’ve Installed Fedora 35 fresh install with secure boot enabled, because I replaced my hdd with SSD and I don’t know how to cloning my fedora in hdd to ssd, so I did fresh install. and it works and working normally and perfectly.

The problem arise when I tried to install VMWare workstation. I follow the guide from this link:
https://docs.fedoraproject.org/en-US/quick-docs/how-to-use-vmware/
Including compile modul from vmware-host-modules. The compilation was successfully, no error
But when i tried to check status vmware service, I got error and vmware service failed to run.

sudo systemctl restart vmware.service
Job for vmware.service failed because the control process exited with error code.
systemctl status vmware.service
× vmware.service - SYSV: This service starts and stops VMware services
     Loaded: loaded (/etc/rc.d/init.d/vmware; generated)
     Active: failed (Result: exit-code) since Mon 2022-03-14 10:48:36 WIB; 20s ago
       Docs: man:systemd-sysv-generator(8)
    Process: 7963 ExecStart=/etc/rc.d/init.d/vmware start (code=exited, status=1/FAILURE)
      Tasks: 1 (limit: 3982)
     Memory: 4.2M
        CPU: 205ms
     CGroup: /system.slice/vmware.service
             └─970 /usr/sbin/vmware-authdlauncher

Mar 14 10:48:36 192.168.1.6 vmware[7963]:    Virtual ethernet[GAGAL]
Mar 14 10:48:36 192.168.1.6 vmware[7963]:    VMware Authentication Daemon[  OK  ]
Mar 14 10:48:36 192.168.1.6 systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
Mar 14 10:48:36 192.168.1.6 systemd[1]: vmware.service: Failed with result 'exit-code'.
Mar 14 10:48:36 192.168.1.6 systemd[1]: vmware.service: Unit process 970 (vmware-authdlau) remains running afte>
Mar 14 10:48:36 192.168.1.6 systemd[1]: vmware.service: Unit process 8002 (bash) remains running after unit sto>
Mar 14 10:48:36 192.168.1.6 systemd[1]: vmware.service: Unit process 8003 (logger) remains running after unit s>
Mar 14 10:48:36 192.168.1.6 systemd[1]: vmware.service: Unit process 8004 (vmware-authdlau) remains running aft>
Mar 14 10:48:36 192.168.1.6 systemd[1]: vmware.service: Unit process 8007 (sh) remains running after unit stopp>
Mar 14 10:48:36 192.168.1.6 systemd[1]: Failed to start SYSV: This service starts and stops VMware services.
sudo journalctl -xeu vmware.service
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit vmware.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Mar 14 10:48:36 192.168.1.6 systemd[1]: vmware.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Mar 14 10:48:36 192.168.1.6 systemd[1]: vmware.service: Unit process 970 (vmware-authdlau) remains running afte>
Mar 14 10:48:36 192.168.1.6 systemd[1]: vmware.service: Unit process 8002 (bash) remains running after unit sto>
Mar 14 10:48:36 192.168.1.6 systemd[1]: vmware.service: Unit process 8003 (logger) remains running after unit s>
Mar 14 10:48:36 192.168.1.6 systemd[1]: vmware.service: Unit process 8004 (vmware-authdlau) remains running aft>
Mar 14 10:48:36 192.168.1.6 systemd[1]: vmware.service: Unit process 8007 (sh) remains running after unit stopp>
Mar 14 10:48:36 192.168.1.6 systemd[1]: Failed to start SYSV: This service starts and stops VMware services.
░░ Subject: A start job for unit vmware.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit vmware.service has finished with a failure.
░░ 
░░ The job identifier is 4629 and the job result is failed.
lines 670-694/694 (END)

uname -r
5.16.12-200.fc35.x86_64

Secure boot enabled:

dmesg | grep -i secure
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7
[    0.045680] secureboot: Secure boot enabled
[    2.237082] integrity: Loaded X.509 cert 'Fedora Secure Boot CA: fde32599c2d61db1bf5807335d7b20e4cd963b42'

How to install VMWare workstation in fedora 35 with secure boot enabled?

Thanks You in Advance