How to send sound through Bluetooth on Linux
Just one command and two action then the problem solved.
In terminal type:
killall pulseaudioturn off bluetooth turn on bluetooth againthat's it.killall pulseaudioturn off bluetooth turn on bluetooth againthat's it.2.sudo pacman -S blueman
3.modprobe btusb
4.sudo systemctl enable bluetooth.service
5.sudo systemctl start bluetooth.service
Thanks to Author: Derrik Diener