Librem 13v4 Bluetooth problem

Librem 13v4
Linux debian-lib13v3 5.10.0-19-amd64 #1 SMP Debian 5.10.149-2 (2022-10-21) x86_64 GNU/Linux
with GNOME 3.38.5

Yesterday the Bluetooth connected today it doesn’t…

@debian-lib13v3:/lib/firmware$ blueman-manager
blueman-manager version 2.1.4 starting
blueman-manager 22.02.35 ERROR    Manager:118 on_dbus_name_appeared: Default adapter not found, trying first available.
blueman-manager 22.02.35 ERROR    Manager:122 on_dbus_name_appeared: No adapter(s) found, exiting
@debian-lib13v3:/lib/firmware$ lsmod | grep blue
bluetooth             753664  12 btrtl,btintel,btbcm,bnep,ath3k,btusb
ecdh_generic           16384  1 bluetooth
rfkill                 32768  8 bluetooth,cfg80211
libaes                 16384  3 bluetooth,aesni_intel,aes_generic
crc16                  16384  2 bluetooth,ext4
@debian-lib13v3:/lib/firmware$ sudo rfkill
ID TYPE DEVICE      SOFT      HARD
 0 wlan phy0   unblocked unblocked

and

@debian-lib13v3:/lib/firmware$ hcitool dev
Devices:
@debian-lib13v3:/lib/firmware$ 

and


oot@debian-lib13v3:/home/sherab# systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
     Active: active (running) since Mon 2022-10-24 21:40:14 BST; 33min ago
       Docs: man:bluetoothd(8)
   Main PID: 1021 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 19047)
     Memory: 2.0M
        CPU: 28ms
     CGroup: /system.slice/bluetooth.service
             └─1021 /usr/libexec/bluetooth/bluetoothd

Oct 24 21:40:14 debian-lib13v3 systemd[1]: Starting Bluetooth service...
Oct 24 21:40:14 debian-lib13v3 bluetoothd[1021]: Bluetooth daemon 5.55
Oct 24 21:40:14 debian-lib13v3 systemd[1]: Started Bluetooth service.
Oct 24 21:40:14 debian-lib13v3 bluetoothd[1021]: Starting SDP server
Oct 24 21:40:14 debian-lib13v3 bluetoothd[1021]: Bluetooth management interface 1.18 initialized

I have the atheros-firmware installed
Any advice on what to do next will be greatly appreciated.
Thanks

Same problem here with L13v4. PureOS 10, kernel 5.10.0-19-amd64.
The kill switch is ON (Wi-Fi works):

Any ideas?

Solution: install firmware-atheros from debian non-free.

Just noticed that I have the same problem. And how do you install firmware-atheros from debian non-free?
Is it safe to put in apt configuration a line from Debian? I am on Byzantium on L13v4.

It was reasonably easily googlable, but I don’t have the exact link I used. This is the line I ended up having in my /etc/apt/sources.list:

deb http://deb.debian.org/debian buster non-free

The least safe aspect about it is not that it is from Debian but that the binaries are closed-source. So, use them at your own risk. Who knows what they do. I would recommend to backup the system in case you want to revert cleanly.