Skip to content

Instantly share code, notes, and snippets.

@willianfalbo
Last active April 2, 2022 13:09
Show Gist options
  • Save willianfalbo/9eac72c1ba3d885a3a8b8509b11d706d to your computer and use it in GitHub Desktop.
Save willianfalbo/9eac72c1ba3d885a3a8b8509b11d706d to your computer and use it in GitHub Desktop.
Enable Sound Device on Ubuntu 18.04 using Hyper-V Virtual Machine (VM)

xRDP – How to redirect Sound on Ubuntu 18.04

Please follow this tutorial link

Short version is below in case link goes dead.

apt install xrdp-pulseaudio-installer
xrdp-build-pulse-modules
sudo apt-get install xrdp-pulseaudio-installer  -y
sudo xrdp-build-pulse-modules
cd /tmp
sudo apt source pulseaudio
cd /tmp/pulseaudio*
sudo ./configure
cd /usr/src/xrdp-pulseaudio-installer
make PULSE_DIR="/tmp/pulseaudio-11.1"
install -t "/var/lib/xrdp-pulseaudio-installer" -D -m 644 *.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment