Skip to content

Instantly share code, notes, and snippets.

@neelabalan
Created July 12, 2024 13:25
Show Gist options
  • Save neelabalan/8b9732ed9cccd9bf8fcac6e3a332ce50 to your computer and use it in GitHub Desktop.
Save neelabalan/8b9732ed9cccd9bf8fcac6e3a332ce50 to your computer and use it in GitHub Desktop.
fix bluetooth xubuntu 24 - https://askubuntu.com/a/1432859
sudo apt install libspa-0.2-bluetooth
systemctl --user restart wireplumber
@neelabalan
Copy link
Author

another possible solution - https://askubuntu.com/a/1425321

systemctl --user disable pipewire
systemctl --user disable pipewire-pulse
systemctl --user mask pipewire
systemctl --user mask pipewire-pulse


systemctl --user start pulseaudio
systemctl --user enable pulseaudio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment