Skip to content

Instantly share code, notes, and snippets.

@alexmigf
Created April 28, 2023 13:49
Show Gist options
  • Save alexmigf/310cad4222816e28105adf31f931ea50 to your computer and use it in GitHub Desktop.
Save alexmigf/310cad4222816e28105adf31f931ea50 to your computer and use it in GitHub Desktop.
Fix Ubuntu 22.04 Bluetooth issues
sudo apt-get install pulseaudio-module-bluetooth
sudo killall pulseaudio
pulseaudio --start    
sudo systemctl restart bluetooth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment