Intel Bluetooth not working

Hi,

I’m using Manjaro on my laptop and can’t get my bluetooth card to work.
The device is working correctly on Windows.

Bluetooth part of inxi -Fazy

Bluetooth:
  Device-1: Intel Bluetooth wireless interface type: USB driver: btusb v: 0.8
    bus-ID: 1-10:6 chip-ID: 8087:0a2b class-ID: e001
  Report: rfkill ID: hci0 rfk-id: 1 state: up address: see --recommends

The only bluetooth-element of lshw:

*-usb:0
                   description: Bluetooth wireless interface
                   product: Bluetooth wireless interface
                   vendor: Intel Corp.
                   physical id: a
                   bus info: usb@1:a
                   version: 0.01
                   capabilities: bluetooth usb-2.00
                   configuration: driver=btusb maxpower=100mA speed=12Mbit/s
~ ❯❯❯ sudo bluetoothctl devices
No default controller available
~ ❯❯❯ sudo bluetoothctl list
~ ❯❯❯ 
~ ❯❯❯ sudo rfkill list 
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
1: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
~ ❯❯❯ lsmod | grep blue
bluetooth             770048  14 btrtl,btintel,btbcm,bnep,btusb
ecdh_generic           16384  1 bluetooth
rfkill                 32768  9 bluetooth,cfg80211
crc16                  16384  2 bluetooth,ext4
~ ❯❯❯ systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
     Active: active (running) since Mon 2022-03-07 14:10:23 CET; 4min 19s ago
       Docs: man:bluetoothd(8)
   Main PID: 123649 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 18942)
     Memory: 804.0K
        CPU: 16ms
     CGroup: /system.slice/bluetooth.service
             └─123649 /usr/lib/bluetooth/bluetoothd

Mär 07 14:10:23 manlaglap systemd[1]: Starting Bluetooth service...
Mär 07 14:10:23 manlaglap bluetoothd[123649]: Bluetooth daemon 5.63
Mär 07 14:10:23 manlaglap systemd[1]: Started Bluetooth service.
Mär 07 14:10:23 manlaglap bluetoothd[123649]: Starting SDP server
Mär 07 14:10:23 manlaglap bluetoothd[123649]: Bluetooth management interface 1.21 initialized

~ ❯❯❯ bluetooth
bluetooth = on

~ ❯❯❯ sudo /usr/lib/bluetooth/bluetoothd -nd
bluetoothd[116520]: Bluetooth daemon 5.63
bluetoothd[116520]: src/main.c:parse_config() parsing /etc/bluetooth/main.conf
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “DiscoverableTimeout” in group “General”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “AlwaysPairable” in group “General”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “PairableTimeout” in group “General”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “Privacy” in group “General”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “JustWorksRepairing” in group “General”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “TemporaryTimeout” in group “General”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “Name” in group “General”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “Class” in group “General”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “DeviceID” in group “General”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “ReverseServiceDiscovery” in group “General”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “RemoteNameRequestRetryDelay” in group “General”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “Cache” in group “GATT”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “KeySize” in group “GATT”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “ExchangeMTU” in group “GATT”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “Channels” in group “GATT”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “SessionMode” in group “AVDTP”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “StreamMode” in group “AVDTP”
bluetoothd[116520]: src/main.c:parse_config() Key file does not have key “RSSISamplingPeriod” in group “AdvMon”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “PageScanType” in group “BR”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “PageScanInterval” in group “BR”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “PageScanWindow” in group “BR”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “InquiryScanType” in group “BR”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “InquiryScanInterval” in group “BR”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “InquiryScanWindow” in group “BR”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “LinkSupervisionTimeout” in group “BR”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “PageTimeout” in group “BR”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “MinSniffInterval” in group “BR”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “MaxSniffInterval” in group “BR”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “MinAdvertisementInterval” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “MaxAdvertisementInterval” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “MultiAdvertisementRotationInterval” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “ScanIntervalAutoConnect” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “ScanWindowAutoConnect” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “ScanIntervalSuspend” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “ScanWindowSuspend” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “ScanIntervalDiscovery” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “ScanWindowDiscovery” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “ScanIntervalAdvMonitor” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “ScanWindowAdvMonitor” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “ScanIntervalConnect” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “ScanWindowConnect” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “MinConnectionInterval” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “MaxConnectionInterval” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “ConnectionLatency” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “ConnectionSupervisionTimeout” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “Autoconnecttimeout” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “AdvMonAllowlistScanDuration” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “AdvMonNoFilterScanDuration” in group “LE”
bluetoothd[116520]: src/main.c:parse_mode_config() Key file does not have key “EnableAdvMonInterleaveScan” in group “LE”
D-Bus setup failed: Name already in use
bluetoothd[116520]: src/main.c:main() Unable to get on D-Bus

I already tried:

  • sytemctl restart bluetooth
  • rfkill block bluetooth && rfkill unblock bluetooth
  • toogled airplane mode in hardware-buttons

System informaton:
Intel i7 6700HQ
product: Erazer X6601 MD60083 (ML-210008 30020971)
kernel: 5.16.11-2

Thank you and if you need more information I am ready to give them to you!

This seems relevant:
https://wiki.archlinux.org/title/Bluetooth#bluetoothctl:_No_default_controller_available