Answers for "bluetooth device not connecting ubuntu"

7

ubuntu bluetooth not working

#turn bluetooth on:
sudo /etc/init.d/bluetooth restart

# make it automatic on boot
sudo systemctl enable bluetooth
Posted by: Guest on October-24-2020
0

ubuntu 18 does not connect to bluetooth earphones

$ sudo -i
# bluetoothctl
[bluetooth]# power off
[bluetooth]# power on
[bluetooth]# scan on
[bluetooth]# connect XX:XX:XX:XX:XX:XX (your bluetooth address)
[Arc Touch Mouse SE]# trust
[Arc Touch Mouse SE]# pair
[Arc Touch Mouse SE]# unblock
[Arc Touch Mouse SE]# power off
[bluetooth]# power on
Posted by: Guest on March-01-2021

Code answers related to "bluetooth device not connecting ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language