Hello,
I remember using Bluetooth before on this computer, but today when I tried to connect to my phone KDE just said “No Bluetooth adapters available”. The Bluetooth logo status light on my computer has turned off (I remember it being constantly on before).
Code:
$ lsusb | grep Blue
Bus 003 Device 003: ID 0cf3:3004 Qualcomm Atheros Communications AR3012 Bluetooth 4.0
Code:
$ sudo rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Code:
$ dmesg | grep -i blu
[ 22.590030] Bluetooth: Core ver 2.22
[ 22.590044] Bluetooth: HCI device and connection manager initialized
[ 22.590048] Bluetooth: HCI socket layer initialized
[ 22.590049] Bluetooth: L2CAP socket layer initialized
[ 22.590055] Bluetooth: SCO socket layer initialized
[ 24.884745] Bluetooth: hci0: don't support firmware rome 0x31010000
[ 32.308813] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 32.308814] Bluetooth: BNEP filters: protocol multicast
[ 32.308817] Bluetooth: BNEP socket layer initialized
Code:
$ sudo hwinfo --bluetooth
09: USB 00.0: 11500 Bluetooth Device
[Created at usb.122]
Unique ID: eqBD.tx4ZIeIPK4B
Parent ID: uIhY.2DFUsyrieMD
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0
SysFS BusID: 3-4:1.0
Hardware Class: bluetooth
Model: "Qualcomm Atheros AR3012 Bluetooth 4.0"
Hotplug: USB
Vendor: usb 0x0cf3 "Qualcomm Atheros Communications"
Device: usb 0x3004 "AR3012 Bluetooth 4.0"
Revision: "0.01"
Driver: "btusb"
Driver Modules: "btusb"
Speed: 12 Mbps
Module Alias: "usb:v0CF3p3004d0001dcE0dsc01dp01icE0isc01ip01in00"
Driver Info #0:
Driver Status: ath3k is active
Driver Activation Cmd: "modprobe ath3k"
Driver Info #1:
Driver Status: btusb is active
Driver Activation Cmd: "modprobe btusb"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #7 (Hub)
Code:
$ bt-device -l
**
ERROR:lib/bluez/adapter.c:165:adapter_get_dbus_object_path: assertion failed: (ADAPTER_IS(self))
Aborted
Hope some of that command output helps.