Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Created October 20, 2012 23:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnhamelink/c990e397388bd4399a15 to your computer and use it in GitHub Desktop.
Save johnhamelink/c990e397388bd4399a15 to your computer and use it in GitHub Desktop.
This script sets up pulseaudio, loads the bluetooth daemon and starts the connect script
# Modprobe the internal sound card
modprobe snd_bcm2835
# Start pulseaudio
pulseaudio --start
# Load a bluetooth agent to allow the pairing and connection, and to
# Set pulseaudio up against the bluetooth connection.
bt-agent -d -c NoInputNoOutput -p bluetoothPin
./connect.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment