Answers for "restart bluetooth in ubuntu"

1

restart bluetooth ubuntu

sudo service bluetooth restart
Posted by: Guest on May-22-2020
4

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

bluetooth keep restarting ubuntu

sudo systemctl enable bluetooth
Posted by: Guest on October-23-2020
0

restart bluetooth in ubuntu

sudo rmmod btusb
sudo modprobe btusb
Posted by: Guest on January-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language