From 2ada7d88deafda4e7f4a3e8c08606e2884805afa Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 22 Mar 2023 10:58:33 -0600 Subject: [PATCH] Add Pipewire for Ubuntu (#1109) * Add Ubuntu 22.10 as it uses Pipewire * Update version --------- Co-authored-by: leviport --- content/audio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/audio.md b/content/audio.md index d555a0f8c1..6cb1390f1d 100644 --- a/content/audio.md +++ b/content/audio.md @@ -25,7 +25,7 @@ If the system is not playing audio, first try restarting the audio daemon: | PulseAudio | PipeWire | | :--------- | :-------| -| Ubuntu and Pop!\_OS pre-22.04 | Pop!\_OS 22.04+ | +| Ubuntu pre-22.10 and Pop!\_OS pre-22.04 | Ubuntu 22.10+ and Pop!\_OS 22.04+ | | `systemctl --user restart pulseaudio` | `systemctl --user restart wireplumber pipewire pipewire-pulse` | | `rm -r ~/.config/pulse` | `rm -r ~/.config/pulse` | | `pulseaudio -k` | |