USB dongle Bluetooth não funciona

1

Estou com dificuldades para que meu adaptador bluetooth funcione na minha área de trabalho do Linux.

Eu vejo quando eu conecto, mas, basicamente, nada funciona corretamente :

$ lsusb
Bus 002 Device 006: ID 0a12:0002 Cambridge Silicon Radio, Ltd Fontline     
Test Equipment Bluetooth Device

Eu não posso colocar:

$ sudo hciconfig hci0 up
Can't init device hci0: Cannot assign requested address (99)

O serviço Bluetooth não está funcionando corretamente e não pode ser iniciado:

$ sudo service bluetooth status
bluetooth stop/waiting
$ sudo service bluetooth start
start: Job failed to start

Os registros dizem: "init: Falha ao gerar o processo principal do bluetooth: não foi possível executar: Nenhum arquivo ou diretório". Há também muitas:

[ 5485.753603] init: bluetooth main process ended, respawning
[ 5485.776272] init: bluetooth main process (24531) terminated with status 1

Eu tentei reinstalar o bluetooth, blueman etc. Eles dependem do pacote bluez, e um dos problemas (?) parece ser que não consigo instalar o bluez .

$ sudo apt-get install blueman
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
   bluez
Suggested packages:
   bluez-hcidump
The following NEW packages will be installed:
   blueman bluez
...
Setting up bluez (4.101-0ubuntu13.1) ...
reload: Job is not running: dbus
invoke-rc.d: initscript dbus, action "force-reload" failed.
start: Job failed to start
invoke-rc.d: initscript bluetooth, action "start" failed.
dpkg: error processing package bluez (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of blueman:
blueman depends on bluez (>= 4.61); however:
Package bluez is not configured yet.
dpkg: error processing package blueman (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
 bluez
 blueman

O Bluetooth não está bloqueado:

$ sudo rfkill list
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

Os módulos do kernel Bluetooth estão presentes:

$ lsmod | grep -E "blue|bt|rfco"
rfcomm                 69160  0 
btusb                  32412  0 
bluetooth             391136  4 btusb,rfcomm

Esses são os pacotes relacionados ao bluetooth:

$ dpkg -l | grep -i blue
iU  blueman                                           1.23-git201403102151-1ubuntu1                amd64        Graphical    bluetooth manager
iF  bluez                                             4.101-0ubuntu13.1                            amd64        Bluetooth tools and daemons
ii  bluez-compat                                      4.101-0ubuntu13.1                            amd64        BlueZ 3.x compatibility binaries
ii  gir1.2-gnomebluetooth-1.0                         3.8.2.1-0ubuntu4.2                           amd64        Introspection data for GnomeBluetooth
rc  gnome-bluetooth                                   3.8.2.1-0ubuntu4.1                           amd64        GNOME Bluetooth tools
rc  indicator-bluetooth                               0.0.6+14.04.20140207-0ubuntu2                amd64        System bluetooth indicator.
ii  libbluetooth-dev                                  4.101-0ubuntu13.1                            amd64        Development files for using the BlueZ Linux Bluetooth library
ii  libbluetooth3:amd64                               4.101-0ubuntu13.1                            amd64        Library to use the BlueZ Linux Bluetooth stack
ii  libgnome-bluetooth11                              3.8.2.1-0ubuntu4.2                           amd64        GNOME Bluetooth tools - support library
ii  libgnome-bluetooth8                               3.2.2-0ubuntu5.1                             amd64        GNOME Bluetooth tools - support library
ii  libmatebluetooth                                  1.2.1-2+precise                              amd64        MATE Bluetooth tools (library)
rc  mate-bluetooth                                    1.2.1-2+precise                              amd64        MATE Bluetooth tools

Em esta pergunta , eu vi menção de firmware bluez, mas não consegui encontrar isso ainda.

$ sudo apt-get install bluez-firmware
...
E: Unable to locate package bluez-firmware

Em tentativas de resolver o problema, atualizei meu sistema para o mais recente Linux Mate 17.3 Rosa + atualizei o kernel para 4.4 , mas isso não resolve o problema.

Eu tenho lido toneladas de edições mais ou menos semelhantes, mas não encontrei a resposta :( Obrigado pela sua ajuda!

    
por user369353 19.01.2016 / 11:23

1 resposta

0

Eu acho que você poderia tentar algumas coisas:

1) Tente reiniciar o seu PC para ver se pode ser devido a um problema de hotplug / coldplug

2) Um bug no kernel do Linux afetando dongles similares foi identificado e corrigido, veja bugzilla , portanto, atualizar seu kernel pode ser a melhor opção para você.

    
por 19.01.2016 / 15:34