Created
November 7, 2023 15:11
-
-
Save stefanocudini/af8bfd0da0c4e1ef24917f5f4171d00b to your computer and use it in GitHub Desktop.
fix ubuntu audio bluetooth
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
##https://askubuntu.com/questions/1248886/how-to-set-default-profile-for-bluetooth-headset | |
echo "load-module module-card-restore restore_bluetooth_profile=true" >> /etc/pulse/default.pa | |
sudo alsa force-reload | |
sudo systemctl restart bluetooth.service | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment