Bluetooth não funciona no Kali Linux

2

Bem, eu tive o problema que o bluetooth estava sempre desligado. Eu vou para configuração de Bluetooth e toda vez que eu tentei colocá-lo apenas retorna a um tempo depois. Eu tentei com este comando:

aptitude instala o bluetooth

e, em seguida, execute

/etc/init.d/bluetooth start

depois disso eu executei o status /etc/init.d/bluetooth e é isso que mostra:

● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; disabled; vendor preset: disabled)
   Active: active (running) since Tue 2017-01-17 21:13:47 UTC; 29s ago
     Docs: man:bluetoothd(8)
 Main PID: 7939 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─7939 /usr/lib/bluetooth/bluetoothd

Jan 17 21:13:47 kali bluetoothd[7939]: Error adding Link Loss service
Jan 17 21:13:47 kali bluetoothd[7939]: Not enough free handles to register ...ce
Jan 17 21:13:47 kali bluetoothd[7939]: Not enough free handles to register ...ce
Jan 17 21:13:47 kali bluetoothd[7939]: Not enough free handles to register ...ce
Jan 17 21:13:47 kali bluetoothd[7939]: Current Time Service could not be re...ed
Jan 17 21:13:47 kali bluetoothd[7939]: gatt-time-server: Input/output error (5)
Jan 17 21:13:47 kali bluetoothd[7939]: Not enough free handles to register ...ce
Jan 17 21:13:47 kali bluetoothd[7939]: Not enough free handles to register ...ce
Jan 17 21:13:47 kali bluetoothd[7939]: Sap driver initialization failed.
Jan 17 21:13:47 kali bluetoothd[7939]: sap-server: Operation not permitted (1)
Hint: Some lines were ellipsized, use -l to show in full.

Meu computador é um Sony VAIO SVF15A17CLV.

Obrigado !!

Editado: Depois de executar o comando restart do serviço, alguns de vocês sugeriram que eu recebi a seguinte saída:

● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; disabled; vendor preset: disabled)
   Active: active (running) since Thu 2018-05-03 23:44:12 UTC; 5min ago
     Docs: man:bluetoothd(8)
 Main PID: 3882 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─3882 /usr/lib/bluetooth/bluetoothd

May 03 23:44:12 kali systemd[1]: Starting Bluetooth service...
May 03 23:44:12 kali bluetoothd[3882]: Bluetooth daemon 5.36
May 03 23:44:12 kali systemd[1]: Started Bluetooth service.
May 03 23:44:12 kali bluetoothd[3882]: Starting SDP server
May 03 23:44:12 kali bluetoothd[3882]: Bluetooth management interface 1.12 ...ed
Hint: Some lines were ellipsized, use -l to show in full.

Parece melhor, mas ainda não está funcionando. Quando eu vou para as configurações do bluetooth está sempre desligado. Depois que eu pressiono, ele continua como a seguinte imagem:

imagem

PS: Eu sei que não é um problema de hardware, porque se eu inicializar com o Windows 10, ele funciona corretamente.

    
por Agustin Barrachina 17.01.2017 / 21:35

2 respostas

2

Eu acredito que estamos tendo o mesmo problema. Meu Bluetooth não ligaria e permaneceria na posição desligada. Aqui está o que eu fiz para corrigir esse problema:

service bluetooth restart

Isso reiniciou o serviço Bluetooth e eu consegui ligá-lo e mantê-lo ligado. Também consegui ver dispositivos Bluetooth e conectar-me aos fones de ouvido novamente.

    
por 30.10.2017 / 04:42
1

Eu tive o mesmo problema há alguns minutos, até que reiniciei o serviço Bluetooth do terminal como usuário root. Eu corrijo digitando no terminal:

sudo service bluetooth restart

Em seguida, volte para as configurações e, no menu Bluetooth, você terá os dispositivos disponíveis.

    
por 28.04.2018 / 18:08