Skip to content

Instantly share code, notes, and snippets.

@chrisdiana
Created March 31, 2023 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisdiana/b76ea709e98552c0695d61653756c646 to your computer and use it in GitHub Desktop.
Save chrisdiana/b76ea709e98552c0695d61653756c646 to your computer and use it in GitHub Desktop.
Fix Airpods on Ubuntu 22

Update and install pulseaudio

sudo apt update
sudo apt install pulseaudio-module-bluetooth

Add this to /etc/bluetooth/main.conf

ControllerMode = bredr

Restart Bluetooth

sudo systemctl restart bluetooth.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment