Opção Bluetooth acinzentada no Ubuntu 16.04.1 recém-instalado, mas o status mostra ativo

1

Eu instalei recentemente a versão 16.04.1 do Ubuntu e, depois disso, a opção de aplicativo Bluetooth ficou esmaecida e não foi possível ativar o Bluetooth nem conectar dispositivos.

eu corri

 sudo nano /etc/bluetooth/main.conf

e alterou #AutoEnable=false para AutoEnable=true na parte inferior do arquivo e, em seguida, executou

 sudo service /etc/init.d/bluetooth restart

E eu também tentei com o serviço de reinicialização do Bluetooth.

 sudo service bluetooth status
 ● bluetooth.service - Bluetooth service
 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor  
 preset: enabled)
   Active: active (running) since Sun 2017-10-15 13:43:24 IST; 5h 4min ago
 Docs: man:bluetoothd(8)
 Main PID: 4666 (bluetoothd)
  Status: "Running"
 CGroup: /system.slice/bluetooth.service
       └─4666 /usr/lib/bluetooth/bluetoothd  
 Oct 15 13:43:24 prakash-HP-Pavilion-15-Notebook-PC systemd[1]: Starting 
  Bluetooth service...
  Oct 15 13:43:24 prakash-HP-Pavilion-15-Notebook-PC bluetoothd[4666]:  
  Bluetooth daemon 5.37
  Oct 15 13:43:24 prakash-HP-Pavilion-15-Notebook-PC systemd[1]: Started 
  Bluetooth service.
  Oct 15 13:43:24 prakash-HP-Pavilion-15-Notebook-PC bluetoothd[4666]: 
  Starting SDP server
  Oct 15 13:43:24 prakash-HP-Pavilion-15-Notebook-PC bluetoothd[4666]: 
  Bluetooth management interface 1.14 initialized
    
por Prakash Kumar 15.10.2017 / 14:32

0 respostas