Skip to content

Instantly share code, notes, and snippets.

@ansrivas
Last active June 1, 2016 22:51
Show Gist options
  • Save ansrivas/7ad03c672a07a6b8cd17 to your computer and use it in GitHub Desktop.
Save ansrivas/7ad03c672a07a6b8cd17 to your computer and use it in GitHub Desktop.
Fixing bluetooth connections in lubuntu
sudo vim /etc/bluetooth/audio.conf
# under [General] section, just include this line
Enable = Socket
sudo service bluetooth restart
#now you can add the bluetooth device and change the settings in pulse-audio-mixer.
In a bash file
pactl load-module module-alsa-sink device=bluetooth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment