Created
July 25, 2024 17:12
-
-
Save littledivy/52110c0087b4f1c257803e37e0e3b00b to your computer and use it in GitHub Desktop.
Revisions
-
littledivy created this gist
Jul 25, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ```