Advertisement
Armandobs14

Bluetooth ElementaryOS Loki

May 25th, 2017
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. # Unblock bluetooth
  2. sudo rfkill list
  3. sudo rfkill unblock bluetooth
  4.  
  5. # Solve the pair-connect problem for ubuntu 16.04
  6. sudo apt-get install pulseaudio-module-bluetooth
  7. sudo apt-get install ofono
  8. sudo reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement