Change links https://softwareupdate-dev.broadcom.com
to https://softwareupdate-prod.broadcom.com
# Resolve internal subdomains DNS `softwareupdate-dev.broadcom.com` via `softwareupdate-prod.broadcom.com`, need to improve the User-Agent match.
curl -s --connect-to softwareupdate-dev.broadcom.com:443:softwareupdate-prod.broadcom.com:443 \
https://softwareupdate-dev.broadcom.com/cds/vmw-desktop/ws-linux.xml
curl -s --connect-to softwareupdate-dev.broadcom.com:443:softwareupdate-prod.broadcom.com:443 \
https://softwareupdate-dev.broadcom.com/cds/vmw-desktop/ws/
curl -s -w "URL: %{url_effective}\n" --connect-to softwareupdate-dev.broadcom.com:443:softwareupdate-prod.broadcom.com:443 \
https://softwareupdate-dev.broadcom.com/cds/vmw-desktop/ws/17.6.3/24583834/linux/core/ \
https://softwareupdate-dev.broadcom.com/cds/vmw-desktop/ws/17.5.2/23775571/linux/packages/ \
https://softwareupdate-dev.broadcom.com/cds/vmw-desktop/ws/17.6.3/24583834/linux/packages/
Pinned Comments
jihem commented on 2020-02-10 17:29 (UTC) (edited on 2021-06-19 13:19 (UTC) by jihem)
After the first installation, please:
1) install the appropriate headers package(s) for your installed kernel(s): linux-headers for default kernel, linux-lts-headers for LTS kernel...
2) reboot or load vmw_vmci and vmmon kernel modules (modprobe -a vmw_vmci vmmon)
3) Enable the services you need (using .service units to activate them during boot or .path units to activate them when a VM is started) :
vmware-networks: to have network access inside VMs
vmware-usbarbitrator: to connect USB devices inside VMs