Guest User

Untitled

a guest
Dec 16th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. In order to allow your system to be detected as an A2DP sink (e.g. to play music from your phone via your computer speakers), add `Enable=Source,Sink,Media,Socket` under `[General]` in `/etc/bluetooth/audio.conf`.
  2.  
  3. After doing this, restart the bluetooth daemon
  4.  
  5. systemctl restart bluetooth
  6.  
  7. Connect you headphone device
  8.  
  9. bluetoothctl
  10. connect <MAC>
  11.  
  12. Check your card and set profile
  13.  
  14. pacmd list-cards
  15. pacmd set-card-profile <index> <profile>
Add Comment
Please, Sign In to add comment