I use my linux laptop as a bluetooth speaker, here are the configuration steps.
Step 1 – Search Bluetooth Linux drivers
dnf search pulseaudio-module-bluetooth
Step 2 – Installing Bluetooth Linux drivers to stream audio from Android / iOS
sudo dnf install pulseaudio-module-bluetooth
Step 3 – How to configure Linux to send sound through Bluetooth
sudo nano /etc/pulse/system.pa
Append the following directives:
### Adding bluetooth audio streaming on Linux - Oct/14/2020 ###
load-module module-bluetooth-policy
load-module module-bluetooth-discover
Step 4 – Restarting the Bluetooth service on Linux
## Kill a running daemon on Linux ##
$ pulseaudio --kill
## Start the daemon if it is not running ##
$ pulseaudio --start
Step 5 – Pair your Android / iOS mobile phone with your computer
Done, now you can stream from mobile phone.
Top comments (0)