“Bluetooth Linux” Código de respuesta

Cómo configurar Bluetooth en la línea de comandos de Ubuntu

'If you are on Ubuntu or an Ubuntu-based distro, run the following: command:
'
    sudo apt-get install bluetooth bluez bluez-tools rfkill.
    sudo rfkill list.
    sudo rfkill unblock bluetooth.
    sudo service bluetooth start.
    sudo apt-get install blueman.
Horrible Hoopoe

Bluetooth Linux

sudo apt-get install bluez*
sudo apt-get install blueman
sudo systemctl enable bluetooth.service
sudo systemctl start bluetooth.service
mr.salehi

Cómo configurar Bluetooth en la línea de comandos de Ubuntu

#If you are on Ubuntu or an Ubuntu-based distro, run the following: command:

    sudo apt-get install bluetooth bluez bluez-tools rfkill.
    sudo rfkill list.
    sudo rfkill unblock bluetooth.
    sudo service bluetooth start.
    sudo apt-get install blueman.
Horrible Hoopoe

Respuestas similares a “Bluetooth Linux”

Preguntas similares a “Bluetooth Linux”

Más respuestas relacionadas con “Bluetooth Linux” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código