Skip to content

Instantly share code, notes, and snippets.

@nderjung
Created December 25, 2017 18:55
Show Gist options
  • Save nderjung/32ff965bfe7c771f463668b3df338bff to your computer and use it in GitHub Desktop.
Save nderjung/32ff965bfe7c771f463668b3df338bff to your computer and use it in GitHub Desktop.
Fix a muffled bluetooth headset
# Determine the profile index by
pacmd list-cards
# Set the audio profile to a2dp sink (replace 6 with profile index):
pacmd set-card-profile 6 a2dp_sink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment