O início do serviço Bluetooth falhou

3

Alguém pode ajudar com meu erro ao tentar iniciar o serviço bluetooth:

Active: inactive (dead)
Condition: start condition failed at Mon 2018-03-05 21:54:02 MST; 4min 32s ago
           ConditionPathIsDirectory=/sys/class/bluetooth was not met
    
por Huston Rendell 06.03.2018 / 06:34

2 respostas

1

tente executar abaixo do comando,

apt-get install rfkill

rfkill list

rfkill unblock bluetooth

service bluetooth start
    
por Syed Abdul Qadeer 06.03.2018 / 07:06
0

Parece que o bluetooth foi eliminado por algum aplicativo. Tente levantar o bloco por

rfkill unblock tpacpi_bluetooth_sw

e inicie o serviço bluetooth por

systemctl start bluetooth.service

    
por Amith KK 12.07.2018 / 22:41