I have a netbook with a Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01). As I understand this is a WiFi + Bluetooth adapter. The bluetooth part is attached to the USB bus and is seen by lsusb as:
Code: Select all
Bus 004 Device 002: ID 0489:e05f Foxconn / Hon Hai
On the 3.14.14 gentoo and 3.16.1 vanilla kernels it is not detected at all. On dmesg I see the exact same output as with the 3.12.21 kernel (posted bellow) but it's not seen by bluetoothctl or by KDE bluedevil, it's not on /sys/class/devices/bluetooth and the rfkill switch is gone.
dmesg | grep -i blue output:
Code: Select all
[ 1.800070] Bluetooth: Core ver 2.19
[ 1.800107] Bluetooth: HCI device and connection manager initialized
[ 1.800115] Bluetooth: HCI socket layer initialized
[ 1.800121] Bluetooth: L2CAP socket layer initialized
[ 1.800141] Bluetooth: SCO socket layer initialized
[ 2.181550] Bluetooth: Virtual HCI driver ver 1.4
[ 2.181666] Bluetooth: HCI UART driver ver 2.2
[ 2.181672] Bluetooth: HCI H4 protocol initialized
[ 2.181675] Bluetooth: HCI BCSP protocol initialized
[ 2.181679] Bluetooth: HCILL protocol initialized
[ 2.181683] Bluetooth: HCIATH3K protocol initialized
[ 2.181686] Bluetooth: HCI Three-wire UART (H5) protocol initialized
[ 2.181910] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[ 2.216597] Bluetooth: RFCOMM TTY layer initialized
[ 2.216609] Bluetooth: RFCOMM socket layer initialized
[ 2.216624] Bluetooth: RFCOMM ver 1.11
[ 2.216639] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 2.216643] Bluetooth: BNEP filters: protocol multicast
[ 2.216650] Bluetooth: BNEP socket layer initialized
[ 2.216657] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 2.216664] Bluetooth: HIDP socket layer initialized
Also after I upgraded to the 3.16.1 kernel (I never actually used 3.14.14, I just installed it to see if it happens with a Gentoo kernel) my system would sometimes hang at boot right after displaying the tux logo (more often when running on batteries). Sometimes after a few seconds it would display an error about power: patch file not found: btath3kXXXX.hcf (or something of that sort) and continue booting, other times it would just hang and when I press any key it displays the error and reboots. I got rid of it by disabling the PM runtime functionality feature, it resurfaced once more after resuming from hibernation, this time I disabled the Atheros Firmware download driver and it hasn't resurfaced again.
Any suggestions?
Thanks
Fernan

