Eu estava tendo o mesmo problema com os mesmos erros após a atualização em um ThinkPad X220. Eu resolvi o problema de instalar o bluez-utils:
sudo apt install bluez-utils
Estou usando um teclado Bluetooth e tudo estava funcionando bem até hoje. Parou de funcionar. Meu applet Bluetooth diz "Nenhum adaptador encontrado". Eu tenho um Asus UX303LA.
Ao usar sudo service bluetooth status
, esta é a saída:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since wo 2015-08-12 10:55:09 CEST; 13min ago
Main PID: 2792 (bluetoothd)
CGroup: /system.slice/bluetooth.service
└─2792 /usr/sbin/bluetoothd -n
aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: DIS cannot start: GATT is disabled
aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: Failed to init deviceinfo plugin
aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: Failed to init proximity plugin
aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: Failed to init time plugin
aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: Failed to init alert plugin
aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: Failed to init thermometer plugin
aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: Failed to init gatt_example plugin
aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: Bluetooth Management interface initialized
aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: Failed to init gatt_example plugin
aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: Bluetooth Management interface initialized
hcitool dev
não fornece dispositivos.
Como posso descobrir o que está errado?
Eu estava tendo o mesmo problema com os mesmos erros após a atualização em um ThinkPad X220. Eu resolvi o problema de instalar o bluez-utils:
sudo apt install bluez-utils
Eu me livrei de "nenhum adaptador encontrado" simplesmente reiniciando o bluetooth:
sudo service bluetooth restart
.