Bluetooth won't connect

I have an ASUS laptop and has bluetooth built in. I was able to start the service, but when trying to search for a device (my headphones), I get an error stating:

sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor>
     Active: active (running) since Wed 2021-08-25 11:58:06 EDT; 3h 22min ago
       Docs: man:bluetoothd(8)
   Main PID: 831 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 16688)
     Memory: 2.1M
        CPU: 41ms
     CGroup: /system.slice/bluetooth.service
             └─831 /usr/lib/bluetooth/bluetoothd

Aug 25 11:58:08 tardis bluetoothd[831]: Endpoint registered: sender=:1.26 path=>
Aug 25 11:58:08 tardis bluetoothd[831]: Endpoint registered: sender=:1.26 path=>
Aug 25 11:58:08 tardis bluetoothd[831]: Endpoint registered: sender=:1.26 path=>
Aug 25 11:58:08 tardis bluetoothd[831]: Endpoint registered: sender=:1.26 path=>
Aug 25 11:58:08 tardis bluetoothd[831]: Endpoint registered: sender=:1.26 path=>
Aug 25 11:58:08 tardis bluetoothd[831]: Endpoint registered: sender=:1.26 path=>
Aug 25 11:58:08 tardis bluetoothd[831]: Endpoint registered: sender=:1.26 path=>
Aug 25 14:24:47 tardis bluetoothd[831]: Failed to set mode: Failed (0x03)
Aug 25 14:25:40 tardis bluetoothd[831]: Failed to set mode: Not Powered (0x0f)
Aug 25 15:16:06 tardis bluetoothd[831]: Failed to set mode: Not Powered (0x0f)


$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 04ca:3016 Lite-On Technology Corp. 
Bus 001 Device 002: ID 0408:a060 Quanta Computer, Inc. HD Webcam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

GDBus.Error:org.bluez.Error.NotReady: Resource not ready (36)

I’d take a look at the guidelines under the section Configuration via CLI on Arch Wiki

Hope that helps! :+1:

There has been some major work done on Bluetooth recently.

The previous update (2021-08-09) broke my headset (High Fidelity Playback, A2DP Sink) but the most recent update (2021-08-17) fixed it again and also added the headset protocol so that the microphone can be used (Hansfree Head Unit, HFP).

I keep everything updated in the package manager… Is there another update process? I am more familiar with Ubuntu. I need the equivalent of apt dist-upgrade…

Take a look at pamac on Manjaro Wiki

sudo pamac checkupdates -a
[sudo] password for bandit: 
2 available updates:
firefox        91.0.1-1        -> 91.0.2-0.1       extra
google-chrome  92.0.4515.131-1 -> 92.0.4515.159-1  AUR

Thanks, this worked. Needed to install the utils. :slight_smile: Thanks!

1 Like

You’re welcome. I’m glad that worked for you! :slightly_smiling_face:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.