Erro ao conectar dispositivo A2DP, Bluetooth BlueZ Dbus Exception Ubuntu12.04LTS [closed]

2

Não consigo conectar um alto-falante Bluetooth A2DP no Ubuntu 12.04LTS. IBM Thinkpad R52. Broadcom Integrated Bluetooth IV.

  • pacotes bluez instalados e atualizados
  • pulsaudio instalado e atualizado
  • $ dmesg | grep -i bluetooth

    • [38.360678] Bluetooth: Core ver 2.16
    • [38.360743] Bluetooth: o dispositivo de HCI e o gerenciador de conexões foram inicializados
    • [38.360746] Bluetooth: camada de soquete de HCI inicializada
    • [38.360748] Bluetooth: camada de soquete L2CAP inicializada
    • [38.360754] Bluetooth: camada de soquete SCO inicializada
    • [38.367929] Bluetooth: Driver USB genérico Bluetooth ver 0.6
    • [39.085152] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: o rádio é desbloqueado
    • [40.586671] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    • [40.586674] Bluetooth: filtros BNEP: protocolo multicast
    • [40.606596] Bluetooth: camada RFCOMM TTY inicializada
    • [40.606603] Bluetooth: camada de soquete RFCOMM inicializada
    • [40.606606] Bluetooth: RFCOMM ver 1.11
  • $ hciconfig

    • hci0:
    • Tipo: BR / EDR Bus: USB
    • Endereço BD: 00: 0E: 9B: DD: 29: F6 MTU ACL: 377: 10 SCO MTU: 64: 8
    • UP PSUNA DE FUNCIONAMENTO
    • bytes RX: 1569 acl: 0 sco: 0 eventos: 105 erros: 0
    • TX bytes: 849 acl: 0 sco: 0 comandos: 54 erros: 0

ERROS:

  • $ bluez-test-audio connect 00: 0C: 8A: 96: D9: 19

Traceback (última chamada mais recente):

Arquivo "/ usr / bin / bluez-test-audio", linha 40, em

audio.Connect()

Arquivo "/usr/lib/python2.7/dist-packages/dbus/proxies.py", linha 70, em chamada

return self._proxy_method(*args, **keywords)

Arquivo "/usr/lib/python2.7/dist-packages/dbus/proxies.py", linha 145, em chamada

**keywords)

Arquivo "/usr/lib/python2.7/dist-packages/dbus/connection.py", linha 651, em call_blocking

message, timeout)

dbus.exceptions.DBusException: org.bluez.Error.Failed: Falha na conexão "

  • $ bluez-simple-agent 00: 0C: 8A: 96: D9: 19

Traceback (última chamada mais recente):

Arquivo "/ usr / bin / bluez-simple-agent", linha 102, em

path = manager.FindAdapter(args[0])

Arquivo "/usr/lib/python2.7/dist-packages/dbus/proxies.py", linha 70, em chamada

return self._proxy_method(*args, **keywords)

Arquivo "/usr/lib/python2.7/dist-packages/dbus/proxies.py", linha 145, em chamada

**keywords)

Arquivo "/usr/lib/python2.7/dist-packages/dbus/connection.py", linha 651, em call_blocking

message, timeout)

dbus.exceptions.DBusException: org.bluez.Error.NoSuchAdapter: Nenhum desses adaptadores

Atualização # 1

Tendo tentado o blueman (a interface gráfica do usuário para bluetooth), pude emparelhar em breve o dispositivo A2DP, mas

  • dmsg | grep -i bluetooth

    [257.824085] Bluetooth: hci0 link tx timeout
    [257.824100] Bluetooth: hci0 matando a conexão parada 00: 0C: 8A: 96: D9: 19
    [257.824403] Bluetooth: hci0 link tx timeout
    [257.824413] Bluetooth: hci0 matando a conexão parada 00: 0C: 8A: 96: D9: 19

então o emparelhamento finalmente falhou. Consequentemente, nenhum link, mesmo com o DBus, é possível.

    
por John 07.12.2013 / 18:42

0 respostas