You are not logged in.

#1 2018-11-01 14:02:03

khalismur
Member
Registered: 2015-07-16
Posts: 4

[SOLVED] No bluetooth - hardware not found on ASUS laptop.

Hello guys,

After searching through the wiki, forums and externally I am yet to solve my problem, so I created yet another Bluetooth topic!

My ASUS laptop runs XFCE and WIFI works perfecly with its Qualcomm Atheros AR9462. Bluetooth does not. Packages bluez and bluez-utils are installed and I followed the instructions in the wiki.

bluetoothctl # devices (and other commands, such as power on) outputs 'No default controller available'.
btmgmt # power on outputs Set Powered for hci0 failed with status 0x11 (Invalid Index).

I have not tried to use hciconfig and hcitool, as these are now only availble from the AUR bluez-utils-compat package and their functionality is mostly replaced by bluetoothctl and btmgmt [wiki].

PC: ASUS UX32L
Kernel: 4.18.16-arch1-1-ARCH
Bluetooth hardware: (unsure) Qualcomm Atheros AR9462 Wireless Network Adapter

Hardware lists:

$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 04f2:b3d5 Chicony Electronics Co., Ltd 
Bus 001 Device 002: ID 0461:4d03 Primax Electronics, Ltd Kensington Mouse-in-a-box
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ lspci
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
00:04.0 Signal processing controller: Intel Corporation Haswell-ULT Thermal Subsystem (rev 0b)
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
00:1f.6 Signal processing controller: Intel Corporation 8 Series Thermal (rev 04)
02:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01)
03:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev a2)

Kernel modules:

$ lsmod | grep blue
bluetooth             638976  10 btrtl,btintel,btbcm,btusb
ecdh_generic           24576  1 bluetooth
rfkill                 28672  6 asus_wmi,bluetooth,cfg80211
crc16                  16384  2 bluetooth,ext4
$ lsmod | grep btusb
btusb                  53248  0
btrtl                  16384  1 btusb
btbcm                  16384  1 btusb
btintel                24576  1 btusb
bluetooth             638976  10 btrtl,btintel,btbcm,btusb

systemd units:

$ systemctl status bluetooth 
● bluetooth.service - Bluetooth service
   Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disable>
  Drop-In: /etc/systemd/system/bluetooth.service.d
           └─policy.conf
   Active: active (running) since Thu 2018-11-01 14:07:26 CET; 33min ago
     Docs: man:bluetoothd(8)
 Main PID: 819 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   Memory: 1.9M
   CGroup: /system.slice/bluetooth.service
           └─819 /usr/lib/bluetooth/bluetoothd --plugin=policy
systemctl status bluetooth.target 
● bluetooth.target - Bluetooth
   Loaded: loaded (/usr/lib/systemd/system/bluetooth.target; static; vendor preset: disabled)
   Active: inactive (dead)
     Docs: man:systemd.special(7)

Kernel message buffer:

$ dmesg | grep Blue
[  +0.009769] Bluetooth: Core ver 2.22
[  +0.000001] Bluetooth: HCI device and connection manager initialized
[  +0.000004] Bluetooth: HCI socket layer initialized
[  +0.000002] Bluetooth: L2CAP socket layer initialized
[  +0.000005] Bluetooth: SCO socket layer initialized

Rfkill:

$ rfkill list
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

I have tried to disable and re-enable WIFI on BIOS as desbribed here to no avail.
My problem seems to be very similar to the one posted recently here and I have also found similar, older topics around. Sadly, none of them helped me solve my problem.

I doubt the Bluetooth hardware is faulty, as I have used it with another distro (Solus) in the past.

Any help will be much appreciated!
Cheers,

Last edited by khalismur (2018-11-10 21:34:17)

Offline

#2 2018-11-10 21:34:58

khalismur
Member
Registered: 2015-07-16
Posts: 4

Re: [SOLVED] No bluetooth - hardware not found on ASUS laptop.

Well finally I found the solution: bluetooth was disabled in the bios...

Offline

Board footer

Powered by FluxBB