Qualcomm Atheros QCA9565 / AR9565 (Dell 1705): Bluetooth não detectado

1

Eu sou um usuário do Windows tentando se adaptar ao Linux. Atualmente, estou executando o Ubuntu 16.04.

Recentemente eu mudei minha placa wireless de um Realtek RT3290 com graves problemas de conexão no Ubuntu e no Mint para um Qualcomm QCA9565, também conhecido como DELL 1705.

O problema é: eu não tenho bluetooth com nenhum cartão. Anteriormente, com o RT3290, o módulo do blutooth não podia carregar, mas eu vi algo relacionado na "lista rfkill". Agora não vejo nada! Este módulo foi instalado em um laptop Dell com Windows e a parte do bluetooth funcionou bem.

Veja algumas informações:

angourakis@angourakis-nb ~ $ lsusb
    Bus 001 Device 002: ID 8087:8000 Intel Corp. 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 002 Device 003: ID 04f3:0280 Elan Microelectronics Corp. 
    Bus 002 Device 002: ID 0bda:5775 Realtek Semiconductor Corp. HP "Truevision HD" laptop camera
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

angourakis@angourakis-nb ~ $ uname -a
    Linux angourakis-nb 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

angourakis@angourakis-nb ~ $ ls -l /sys/class/bluetooth
    ls: cannot access '/sys/class/bluetooth': No such file or directory

angourakis@angourakis-nb ~ $ lsmod | grep bt
    btrfs                 987136  0
    xor                    24576  1 btrfs
    raid6_pq              102400  1 btrfs

angourakis@angourakis-nb ~ $ rfkill list
    0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

angourakis@angourakis-nb ~ $ lspci -nnk | grep 0280 -A2
    08:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
    Subsystem: Dell QCA9565 / AR9565 Wireless Network Adapter [1028:020c]
    Kernel driver in use: ath9k

angourakis@angourakis-nb ~ $ sudo modprobe ath9k && dmesg | grep ath
    [    3.836205] ath: phy0: WB335 1-ANT card detected
    [    3.836209] ath: phy0: Set BT/WLAN RX diversity capability
    [    3.845203] ath: phy0: Enable LNA combining
    [    3.846545] ath: phy0: ASPM enabled: 0x43
    [    3.846548] ath: EEPROM regdomain: 0x60
    [    3.846548] ath: EEPROM indicates we should expect a direct regpair map
    [    3.846550] ath: Country alpha2 being used: 00
    [    3.846551] ath: Regpair used: 0x60
    [    4.014927] ath9k 0000:08:00.0 wlp8s0: renamed from wlan0
    [   10.366513] ath: EEPROM regdomain: 0x807c
    [   10.366516] ath: EEPROM indicates we should expect a country code
    [   10.366517] ath: doing EEPROM country->regdmn map search
    [   10.366518] ath: country maps to regdmn code: 0x3a
    [   10.366520] ath: Country alpha2 being used: CA
    [   10.366520] ath: Regpair used: 0x3a
    [   10.366522] ath: regdomain 0x807c dynamically updated by country IE
    [  730.476683] ath: EEPROM regdomain: 0x807c
    [  730.476686] ath: EEPROM indicates we should expect a country code
    [  730.476686] ath: doing EEPROM country->regdmn map search
    [  730.476687] ath: country maps to regdmn code: 0x3a
    [  730.476688] ath: Country alpha2 being used: CA
    [  730.476689] ath: Regpair used: 0x3a
    [  730.476690] ath: regdomain 0x807c dynamically updated by country IE

Você tem alguma sugestão? O estranho é que eu também tentei instalar o Windows 10, mas também não reconheci meu bluetooth.

    
por user3817935 02.02.2017 / 14:02

0 respostas