You are not logged in.
Pages: 1

I have this error:
 bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Sun 2021-11-21 15:03:42 UTC; 1min 13s ago
       Docs: man:bluetoothd(8)
    Process: 2564 ExecStart=/usr/lib/bluetooth/bluetoothd (code=exited, status=1/FAILURE)
   Main PID: 2564 (code=exited, status=1/FAILURE)
     Status: "Starting up"
        CPU: 7ms
nov 21 15:03:42 archlinux systemd[1]: Starting Bluetooth service...
nov 21 15:03:42 archlinux bluetoothd[2564]: Bluetooth daemon 5.62
nov 21 15:03:42 archlinux bluetoothd[2564]: D-Bus setup failed: Connection ":1.110" is not allowed to own the >
nov 21 15:03:42 archlinux bluetoothd[2564]: src/main.c:main() Unable to get on D-Bus
nov 21 15:03:42 archlinux systemd[1]: bluetooth.service: Main process exited, code=exited, status=1/FAILURE
nov 21 15:03:42 archlinux systemd[1]: bluetooth.service: Failed with result 'exit-code'.
nov 21 15:03:42 archlinux systemd[1]: Failed to start Bluetooth service.I have this output:
sudo dmesg | grep -i bluetooth
[    5.645578] Bluetooth: Core ver 2.22
[    5.645588] NET: Registered PF_BLUETOOTH protocol family
[    5.645588] Bluetooth: HCI device and connection manager initialized
[    5.645590] Bluetooth: HCI socket layer initialized
[    5.645591] Bluetooth: L2CAP socket layer initialized
[    5.645592] Bluetooth: SCO socket layer initialized
[    5.668352] audit: type=1130 audit(1637506910.554:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  117.272168] audit: type=1130 audit(1637507022.161:159): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'5.15.3-arch1-1 (GNOME)
Last edited by fabrixx (2021-11-22 18:19:24)
Offline
There is a bluetooth issue with some intel BT controllers. See here
Online

Fixed today with kernel 5.15.4-arch1-1
I had found a partial solution by starting d-feed and aborting the process with
sudo kill 590
rfkill bick&unblock bluetooth
but now finally work.
Offline
Pages: 1