Last active
June 1, 2016 22:51
-
-
Save ansrivas/7ad03c672a07a6b8cd17 to your computer and use it in GitHub Desktop.
Fixing bluetooth connections in lubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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