Advertisement
Guest User

Untitled

a guest
Jul 14th, 2016
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. 1. Try to start with a fresh install. I used a freshly downloaded Raspbian Lite image (since it was small and I don't have much time)
  2. 2. Follow this tutorial (http://raspberrypi.stackexchange.com/a/48055/24224) up until the line that says "aplay /usr/share/sounds/alsa/Front_Center.wav"
  3. 3. From there, you'll have to go on your own.
  4. - If you're still root (e.g. sudo -i), log out. We should not be root at this point
  5. - Start up pulseaudio using the command `pulseaudio --start`
  6. - Turn on bluetooth on your device (phone, etc.) and set it as discoverable
  7. - Fire up the bluetooth console using the command `bluetoothctl`. Type the commands in order:
  8. - power on
  9. - agent on
  10. - default-agent
  11. - discoverable on
  12. - scan on
  13. - pair [your device's MAC address]
  14. - trust [your device's MAC address]
  15. - connect [your Device's MAC address]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement