Answers for "bluetooth not working ubuntu 22"

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
3

ubuntu 20.04 bluetooth not turning on or working

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

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

Code answers related to "bluetooth not working ubuntu 22"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language