Acer Aspire E15 laptop (model number E5-573-54ZV) with Windows 10 and Bluetooth 4.0 adapter out of the box. While using Windows, I'm able to use the Bluetooth adapter.
I've installed Ubuntu 16.04 in dual boot. While using Ubuntu, the Bluetooth adapter is the only piece of hardware that does not work.
I've already tried other Q&A here at Ask Ubuntu, but all of them refer to different versions of Ubuntu and/or different Bluetooth adapters. For me, it seems like Linux is not even seeing my laptop's Bluetooth adapter.
A report made using AIDA64 for Windows shows:
04CA 3014 Qualcomm Atheros Bluetooth 4.0
Is there any way I could make that Bluetooth adapter work on Ubuntu 16.04?
I don't know if that helps, but my laptop also has an Atheros Wi-Fi adapter, which the AIDA report shows as Atheros AR9565 802.11b/g/n Wireless Network Adapter
, a PCI device with ID 168C-0036
.
EDIT: as requested in the comments, here is some more info:
$ lspci -knn | grep Net -A2; lsusb
03:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: Lite-On Communications Inc QCA9565 / AR9565 Wireless Network Adapter [11ad:0803]
Kernel driver in use: ath9k
Kernel modules: ath9k
Bus 001 Device 002: ID 8087:8001 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 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 002 Device 004: ID 1bcf:2c81 Sunplus Innovation Technology Inc.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ uname -a
Linux viny-notebook 4.4.0-24-generic #43-Ubuntu SMP Wed Jun 8 19:27:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
vinicius@viny-notebook:~$
EDIT: a friend of mine suggested running:
$ dmesg | grep -i bluetooth
[ 20.905534] Bluetooth: Core ver 2.21
[ 20.905548] Bluetooth: HCI device and connection manager initialized
[ 20.905551] Bluetooth: HCI socket layer initialized
[ 20.905553] Bluetooth: L2CAP socket layer initialized
[ 20.905557] Bluetooth: SCO socket layer initialized
[ 21.477624] Bluetooth: Can't change to loading configuration err
[ 21.477654] Bluetooth: Loading patch file failed
[ 124.347977] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 124.347980] Bluetooth: BNEP filters: protocol multicast
[ 124.347985] Bluetooth: BNEP socket layer initialized
lspci -knn | grep Net -A2; lsusb
terminal command. – Pilot6 Jun 27 '16 at 09:47uname -a
as this should have been fixed in 4.4.0-22 – Jeremy31 Jun 27 '16 at 10:32lsusb
results. I would check for BIOS updates also – Jeremy31 Jun 28 '16 at 21:09$ ubuntu-bug linux
– Antônio Medeiros Jul 01 '16 at 01:48