O Bluetooth não consegue mais descobrir dispositivos. 16.04.3

0

O Bluetooth costumava funcionar, mas, por algum motivo, ele se desconecta dos fones de ouvido cerca de 5 minutos após a conexão. Eu pesquisei online, experimentei uma tonelada de coisas, removi / re-instalei muitas coisas e agora o Bluetooth não consegue mais encontrar meus fones de ouvido.

➜ lspci -knn | grep Net -A2; lsusb
02:00.0 Network controller [0280]: Intel Corporation Device [8086:24fd] (rev 78)
    Subsystem: Intel Corporation Device [8086:9010]
    Kernel driver in use: iwlwifi
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 04f3:0c1a Elan Microelectronics Corp. 
Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 003: ID 04f2:b59a Chicony Electronics Co., Ltd 
Bus 001 Device 002: ID 8087:0a2b Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

➜ bluetoothd -d -n
bluetoothd[5422]: Bluetooth daemon 5.37
bluetoothd[5422]: src/main.c:parse_config() parsing main.conf
bluetoothd[5422]: src/main.c:parse_config() Key file does not have key 'DiscoverableTimeout' in group 'General'
bluetoothd[5422]: src/main.c:parse_config() Key file does not have key 'PairableTimeout' in group 'General'
bluetoothd[5422]: src/main.c:parse_config() Key file does not have key 'AutoConnectTimeout' in group 'General'
bluetoothd[5422]: src/main.c:parse_config() Key file does not have key 'Name' in group 'General'
bluetoothd[5422]: src/main.c:parse_config() Key file does not have key 'Class' in group 'General'
bluetoothd[5422]: src/main.c:parse_config() Key file does not have key 'DeviceID' in group 'General'
bluetoothd[5422]: src/main.c:parse_config() Key file does not have key 'ReverseServiceDiscovery' in group 'General'
D-Bus setup failed: Connection ":1.235" is not allowed to own the service "org.bluez" due to security policies in the configuration file
bluetoothd[5422]: Unable to get on D-Bus

por favor ajude.

    
por Seun LanLege 21.01.2018 / 08:31

1 resposta

1

Então eu basicamente purgou todos os pacotes que tinham a ver com o bluetooth, os reinstalei, reiniciei. Agora eu poderia conectar meus fones de ouvido, mas ele ainda desconecta dos meus fones de ouvido após 5 minutos.

Então mais googling revelou que tlp era o culpado, então eu segui os passos em este artigo

Basicamente, adicione meu adaptador bluetooth ao tlp USB_BLACKLIST

sudo nano /etc/default/tlp

...
USB_BLACKLIST=”<Your usb adapter ID gotten from lsusb>”
...
    
por Seun LanLege 22.01.2018 / 16:20