Created
July 6, 2020 08:37
-
-
Save zas/4366ed500097d152fa7020cb18968154 to your computer and use it in GitHub Desktop.
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 characters
# 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