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.

Revisions

  1. littledivy created this gist Jul 25, 2024.
    9 changes: 9 additions & 0 deletions linux-airpods-quality-fix.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    # 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
    ```