Bluetooth falha ao carregar o firmware na inicialização - Ubuntu 15.04

0

Eu recebo erros de firmware do bluetooth na inicialização em 15.04 em um Inspiron 3647. Como posso corrigir isso?

Bus 003 Device 003: ID 0c45:8603 Microdia 
Bus 003 Device 007: ID 0cf3:0036 Atheros Communications, Inc. 
Bus 003 Device 002: ID 062a:4102 Creative Labs 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
bluetooth             391136  2 ath3k,btusb
0: phy0: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
[    9.983204] Bluetooth: Core ver 2.17
[    9.983221] Bluetooth: HCI device and connection manager initialized
[    9.983227] Bluetooth: HCI socket layer initialized
[    9.983229] Bluetooth: L2CAP socket layer initialized
[    9.983231] Bluetooth: SCO socket layer initialized
[   16.957937] Bluetooth: Error in firmware loading err = -110,len = 448, size = 1906
[   16.957969] Bluetooth: Loading sysconfig file failed
[   16.957937] Bluetooth: Error in firmware loading err = -110,len = 448, size = 1906
    
por Scott Mccay 31.07.2015 / 16:38

2 respostas

0

Este é um bug do kernel.

Você pode denunciá-lo executando no terminal

ubuntu-bug linux

e siga as instruções no seu navegador.

    
por Pilot6 31.07.2015 / 16:42
0

A partir da versão do kernel que você está usando, você deve ter o Ubuntu 14.04, uma atualização do kernel usando o seguinte comando deve ajudar, já que este problema foi corrigido em março com o kernel do Ubuntu 3.16.0-32

sudo apt-get install --install-recommends linux-generic-lts-vivid xserver-xorg-core-lts-vivid xserver-xorg-lts-vivid xserver-xorg-video-all-lts-vivid xserver-xorg-input-all-lts-vivid libwayland-egl1-mesa-lts-vivid 

Reinicialize e verifique o uname -a e se ele mostrar um kernel mais novo que o 3.16.0-32, o bluetooth deve funcionar

    
por Jeremy31 01.08.2015 / 00:32