Indra Wahyu
Posted on September 19, 2022
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.
reference
💖 💪 🙅 🚩
Indra Wahyu
Posted on September 19, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
fedora How to make the Nvidia drivers to work on a laptop using Fedora with Secure Boot?
October 20, 2024