Debian and Bluetooth Headphones

My default Debian install had an issue with the headphones not working. To resolve it I needed to install the pulse audio bluetooth module and restart the service:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
sudo apt-get install pulseaudio-module-bluetooth
pulseaudio -k
pulseaudio --start
sudo apt-get install pulseaudio-module-bluetooth pulseaudio -k pulseaudio --start
sudo apt-get install pulseaudio-module-bluetooth
pulseaudio -k
pulseaudio --start

Leave a Reply

Your email address will not be published. Required fields are marked *