Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ```
  2. yay -S pulseaudio-bluetooth bluez-utils
  3. ```
  4.  
  5. ```
  6. sudo vim /etc/bluetooth/main.conf
  7.  
  8. ControllerMode = bredr
  9. AutoEnable=true
  10. ```
  11.  
  12. ```
  13. sudo vim /etc/pulse/system.pa
  14.  
  15. module-bluetooth-policy
  16. module-bluez5-device
  17. module-bluez5-discover
  18. ```
  19.  
  20. ```
  21. sudo vim /etc/udev/rules.d/50-bluetooth-hci-auto-poweron.rules
  22.  
  23. ACTION=="add", SUBSYSTEM=="bluetooth", KERNEL=="hci[0-9]*", RUN+="/bin/hciconfig %k up"
  24. ```
  25.  
  26. ```reboot```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement