We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9f20e commit 5ec8d73Copy full SHA for 5ec8d73
2 files changed
assets/music/Negev sings Hava Nagila [XwZwz0iCuF0].ogg
3.28 MB
docs/wsl2g.md
@@ -1,4 +1,20 @@
1
Contains info on a Wayland permissions bug and missing symlinks in current wsl2 as of the time of writing.
2
https://github.com/microsoft/WSL/issues/11542
3
4
-https://github.com/microsoft/wslg/issues/1032#issuecomment-2345292609
+https://github.com/microsoft/wslg/issues/1032#issuecomment-2345292609
5
+
6
+# WSL2 Audio Issues
7
8
+To fix audio issues in WSL2:
9
10
+1. Follow the solution described in this GitHub comment: https://github.com/microsoft/WSL/issues/2187#issuecomment-2605861048
11
12
+2. Add the following line to your `.bashrc` file:
13
+ ```bash
14
+ export PULSE_SERVER=unix:/mnt/wslg/PulseServer
15
+ ```
16
17
+3. Source your `.bashrc` file or restart your WSL2 terminal:
18
19
+ source ~/.bashrc
20
0 commit comments