Skip to content

Instantly share code, notes, and snippets.

@zas
Created July 6, 2020 08:37
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 zas/4366ed500097d152fa7020cb18968154 to your computer and use it in GitHub Desktop.
Save zas/4366ed500097d152fa7020cb18968154 to your computer and use it in GitHub Desktop.
# Linux Mint Tricia 19.3
# Installed version was 5.50
# Headphones do not default to A2DP Sink
# fix: upgrade manually to 5.54
sudo apt install libdbus-1-dev libudev-dev libical-dev libreadline-dev
wget http://www.kernel.org/pub/linux/bluetooth/bluez-5.54.tar.xz
tar xz bluez-5.54.tar.xz
cd bluez-5.54/
./configure
make
sudo make install
sudo systemctl daemon-reload
sudo service bluetooth restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment