Showing posts with label bluetooth. Show all posts
Showing posts with label bluetooth. Show all posts

Sunday, July 12, 2020

Manjaro Bluetooth Speaker no sound

Since momday my archlabs linux crashed and cannot be reinstalled then I choose to install Manjaro Linux. After installed everythings go es fine but bluetooth speaker no sound. Googling for more than 5 days but still no help. Today 05/07/2020 I found an article :
How to send sound through Bluetooth on Linux

Just one command and two action then the problem solved.

In terminal type: killall pulseaudio
turn off bluetooth  
turn on bluetooth again
that's it.

Wednesday, June 24, 2020

Add bluetooth support to Archlabs

I read this article: 
How to add bluetooth support to ArchLabs for bosebluetooth headphone


I follow the instruction and get things done.


sudo pacman -S pulseaudio-alsa pulseaudio-bluetooth  
sudo pacman -S bluez bluez-libs bluez-utils bluez-firmware blueberry
sudo systemctl enable bluetooth.service 
sudo systemctl start bluetooth.service 
sudo systemctl daemon-reload

That's it. 
Thank you.

Wednesday, March 25, 2020

Pair Bluetooth device with Archlabs Linux

My brother gave me a bluetooth dongle. I tried to install it to my Archlabs system but failed. Then one day I found and article regarding how to pair bluetooth device on linux, the problem solved.
This the link: https://www.addictivetips.com/ubuntu-linux-tips/pair-and-use-bluetooth-devices-on-linux/

1. sudo pacman -S bluez bluez-utils
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