Skip to content

Instantly share code, notes, and snippets.

@stefanocudini
Created November 7, 2023 15:11
Show Gist options
  • Save stefanocudini/af8bfd0da0c4e1ef24917f5f4171d00b to your computer and use it in GitHub Desktop.
Save stefanocudini/af8bfd0da0c4e1ef24917f5f4171d00b to your computer and use it in GitHub Desktop.
fix ubuntu audio bluetooth
##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