Bluetooth não funciona em um Alienware m14x r2

3

no meu laptop alienware m14x r2 com o Ubuntu 12.04.1 x64, a interface do bluetooth não está funcionando. WLAN funciona bem.

Eu tenho uma instalação dualboot com o ubuntu & amp; ganhar 7 neste laptop. No win 7, a interface bluetooth funciona bem, porque está tudo ativado na BIOS.

Eu tenho o killer wireless-n 1202 a / g / n interface com integrado bluetooth 4.0 neste laptop.

Aqui está um código:

sudo rfkill list

0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

lsusb

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 064e:8128 Suyin Corp. 
Bus 002 Device 003: ID 0cf3:3004 Atheros Communications, Inc. 
Bus 002 Device 004: ID 187c:0521 Alienware Corporation 

dmesg | grep "Bluetooth"

[    2.590377] Bluetooth: Core ver 2.16
[    2.590395] Bluetooth: HCI device and connection manager initialized
[    2.590397] Bluetooth: HCI socket layer initialized
[    2.590399] Bluetooth: L2CAP socket layer initialized
[    2.590403] Bluetooth: SCO socket layer initialized
[    2.591518] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.591519] Bluetooth: BNEP filters: protocol multicast
[    2.599411] Bluetooth: RFCOMM TTY layer initialized
[    2.599415] Bluetooth: RFCOMM socket layer initialized
[    2.599416] Bluetooth: RFCOMM ver 1.11
[    2.696552] Bluetooth: Generic Bluetooth USB driver ver 0.6
[    2.696751] Bluetooth: Atheros AR30xx firmware driver ver 1.0
[    2.702607] Bluetooth: Configuration file not found ar3k/ramps_0x11020000_40.dfu
[    2.702609] Bluetooth: Loading sysconfig file failed

Alguma ideia para corrigir esse problema?

    
por S. L. 14.10.2012 / 16:08

1 resposta

1

Este é o seu problema:

[    2.702607] Bluetooth: Configuration file not found ar3k/ramps_0x11020000_40.dfu

O arquivo está presente no firmware do kernel mais recente do OpenSuSE e em várias outras distribuições, mas o ubuntu não o possui. Como este arquivo é um arquivo de configuração, embora não seja de texto simples, sugiro uma experiência: get este pacote do openSuSE, extraia-o, encontra o arquivo que está faltando (como diz o seu dmesg) e coloca-o no diretório /lib/firmware/ar3k/ (don ' • esqueça de alterar as permissões e a propriedade, deve ser o mesmo que os outros arquivos nesse diretório). Como alternativa, faça o download do arquivo ausente do repositório do kernel .

Infelizmente, não posso verificar se esta solução funcionará, pois não tenho o Ubuntu em nenhum lugar ao meu alcance.

    
por Czar 26.04.2013 / 15:27