Hello,
I have the same problem with no audio in my RHEL 7.9 guest. After I log in, I'm trying to run all the commands in this thread, but unable to see results for
pax11publish -d
sudo /usr/lib/vmware/view-agent/bin/MonitoAudio.sh
and I don't see .vmwareblastaudio in /run/user/53415/
Can you assist me in this? I tried changing in MonitorAudio.sh
case "$DISTRO_ID" in
${DISTRO_ID_CENTOS}|\
${DISTRO_ID_RHEL_CLIENT}|\
${DISTRO_ID_RHEL_SERVER}|\
${DISTRO_ID_RHEL_WORKSTATION})
if version_ge "${DISTRO_RELEASE}" "7.9"; then
export SSH_CONNECTION=""
fi
I'm not sure where to put export SSH_CONNECTION="" in StartBlackWorker.sh, what do you mean after the main block?