Skip to content

Instantly share code, notes, and snippets.

@littledivy
Created July 25, 2024 17:12
Show Gist options
  • Save littledivy/52110c0087b4f1c257803e37e0e3b00b to your computer and use it in GitHub Desktop.
Save littledivy/52110c0087b4f1c257803e37e0e3b00b to your computer and use it in GitHub Desktop.
Fix bluetooth airpod sound quality on Linux (A2DP)

Fix for airpod sound quality on Linux.

Clear any existing profiles, restart bluetooth and pair the airpod again. This should enable the A2DP sink:

sudo systemctl stop bluetooth
rm -rf /var/lib/bluetooth
sudo systemctl start bluetooth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment