Advertisement
PC_Aide

bluetooth_profile_A2DP_Sink (Debian 9.6).bash

Dec 12th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | None | 0 0
  1. << Comments
  2.  
  3.     SRC: https://wiki.debian.org/BluetoothUser/a2dp
  4.  
  5.     O/P --> http://pix.toile-libre.org/upload/original/1544656973.png  
  6.  
  7. Comments
  8.  
  9. #Steps_draft
  10. #Pulseaudio + blueman-manager
  11. apt-get install pulseaudio pulseaudio-module-bluetooth pavucontrol bluez-firmware
  12. apt install blueman-manager
  13.  
  14. #create file /var/lib/gdm3/.config/pulse/client.conf
  15. autospawn = no
  16. daemon-binary = /bin/true
  17.  
  18. #Permission
  19. chown <user>:<group> /var/lib/gdm3/.config/pulse/client.conf
  20.  
  21. #Add in /etc/pulse/default.pa
  22. load-module module-switch-on-connect
  23.  
  24. #reboot host
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement