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 5ec8d73 commit 1e454d8Copy full SHA for 1e454d8
1 file changed
docs/wsl2g.md
@@ -17,4 +17,9 @@ To fix audio issues in WSL2:
17
3. Source your `.bashrc` file or restart your WSL2 terminal:
18
```bash
19
source ~/.bashrc
20
+ ```
21
+
22
+4. Install Alsa/Pulse deps
23
+ ```bash
24
+ sudo apt install libasound2t64 libasound2-plugins libpulse0
25
```
0 commit comments