Restart Bluetooth In Ubuntu

[Solved] Restart Bluetooth In Ubuntu | Shell - Code Explorer | yomemimo.com
Question : ubuntu bluetooth not working

Answered by : sayan-dey

#turn bluetooth on:
sudo /etc/init.d/bluetooth restart
# make it automatic on boot
sudo systemctl enable bluetooth

Source : | Last Update : Sat, 31 Oct 20

Question : restart bluetooth ubuntu

Answered by : angry-addax-ydgw8xs989st

sudo service bluetooth restart

Source : https://askubuntu.com/questions/787023/bluetooth-not-working-on-ubuntu-16-04-lts | Last Update : Fri, 29 May 20

Question : restart Bluetooth in linux

Answered by : mynul-isalm

method 1: sudo service Bluetooth restart sudo rmmod btusb sudo rmmod btusb
method 2: sudo apt-get update sudo apt upgrade sudo systemctl start Bluetooth sudo systemctl status Bluetooth rfkill unblock Bluetooth

Source : | Last Update : Thu, 06 Oct 22

Question : restart bluetooth siustem in ubuntu

Answered by : bruno-vieira

sudo systemctl restart bluetooth.service

Source : | Last Update : Fri, 28 Jan 22

Question : bluetooth keep restarting ubuntu

Answered by : fantastic-fowl-y4robk8x93yx

sudo systemctl enable bluetooth

Source : https://www.fosslinux.com/38252/how-to-disable-bluetooth-and-enable-it-on-your-linux-pc.htm | Last Update : Fri, 30 Oct 20

Answers related to restart bluetooth in ubuntu

Code Explorer Popular Question For Shell