You are not logged in.
Hi, I am having issue with my bluetooth controller built into my mother board. I was following the guide on the archwiki https://wiki.archlinux.org/title/Bluetooth#Installation.
I tried some trouble shooting:
No_default_controller_available
intel combined wifi/bluetooth
rfkill
But it didn't help. here are some info:
[~]$ lspci | grep Intel
06:00.0 Network controller: Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz (rev 1a)[ ~]$ systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bl
uetooth.service; enabled; preset: disabled)
Active: active (running) since Wed 2024-01-31 00:56:17 EST; 14min ago
Docs: man:bluetoothd(8)
Main PID: 607 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 38098)
Memory: 2.6M (peak: 2.9M)
CPU: 23ms
CGroup: /system.slice/bluetooth.service
└─607 /usr/lib/bluetooth/bluetoothd
Jan 31 00:56:17 userpc bluetoothd[607]: Starting SDP server
Jan 31 00:56:17 userpc bluetoothd[607]: src/plugin.c:plugin_init() System does not support csip plugin
Jan 31 00:56:17 userpc bluetoothd[607]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Jan 31 00:56:17 userpc bluetoothd[607]: src/plugin.c:plugin_init() System does not support micp plugin
Jan 31 00:56:17 userpc bluetoothd[607]: src/plugin.c:plugin_init() System does not support vcp plugin
Jan 31 00:56:17 userpc bluetoothd[607]: src/plugin.c:plugin_init() System does not support mcp plugin
Jan 31 00:56:17 userpc bluetoothd[607]: src/plugin.c:plugin_init() System does not support bass plugin
Jan 31 00:56:17 userpc bluetoothd[607]: src/plugin.c:plugin_init() System does not support bap plugin
Jan 31 00:56:17 userpc bluetoothd[607]: Bluetooth management interface 1.22 initialized
Jan 31 00:56:17 userpc systemd[1]: Started Bluetooth service.
[~]$ sudo dmesg | grep Bluetooth
[ 12.954284] Bluetooth: Core ver 2.22
[ 12.954298] Bluetooth: HCI device and connection manager initialized
[ 12.954302] Bluetooth: HCI socket layer initialized
[ 12.954303] Bluetooth: L2CAP socket layer initialized
[ 12.954305] Bluetooth: SCO socket layer initialized
[ 13.124253] Bluetooth: hci0: Device revision is 0
[ 13.124255] Bluetooth: hci0: Secure boot is enabled
[ 13.124256] Bluetooth: hci0: OTP lock is enabled
[ 13.124256] Bluetooth: hci0: API lock is enabled
[ 13.124257] Bluetooth: hci0: Debug lock is disabled
[ 13.124257] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 13.124258] Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
[ 13.124380] Bluetooth: hci0: DSM reset method type: 0x00
[ 13.142261] Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
[ 13.142268] Bluetooth: hci0: Boot Address: 0x100800
[ 13.142269] Bluetooth: hci0: Firmware Version: 60-48.23
[ 13.767427] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 13.767429] Bluetooth: BNEP filters: protocol multicast
[ 13.767431] Bluetooth: BNEP socket layer initialized
[ 13.869701] Bluetooth: hci0: Failed to send firmware data (-108)
[ 13.869708] Bluetooth: hci0: Intel reset sent to retry FW download
[ 16.073581] Bluetooth: hci0: command 0xfca6 tx timeout
[ 24.354446] Bluetooth: hci0: Reading supported features failed (-110)
[ 24.354449] Bluetooth: hci0: Error reading debug features
[ 26.437852] Bluetooth: hci0: command 0xfc1e tx timeout
[ 26.437852] Bluetooth: hci0: Failed to read MSFT supported features (-110)
[~]$ lsmod | grep "bluetooth"
bluetooth 1167360 16 btrtl,btmtk,btintel,btbcm,bnep,btusb
ecdh_generic 16384 1 bluetooth
rfkill 40960 5 iwlmvm,bluetooth,cfg80211
crc16 12288 2 bluetooth,ext4
[~]$ blueman-adapters
blueman-adapters 03.19.52 ERROR Adapter:63 __init__ : No adapter(s) found
[~]$ blueman-manager
blueman-manager 03.20.01 ERROR Manager:147 on_dbus_name_appeared: Default adapter not found, trying first available.
blueman-manager 03.20.01 ERROR Manager:151 on_dbus_name_appeared: No adapter(s) found, exitingLast edited by dosamoda (2024-01-31 08:20:43)
Offline
[~]$ lspci | grep Intel 06:00.0 Network controller: Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz (rev 1a)
Did you try https://wiki.archlinux.org/title/Blueto … l_features ?
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
Yes, but that didn't help, but it clear the warnings with bluetoothctl.
[~]$ systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bl
uetooth.service; enabled; preset: disabled)
Active: active (running) since Wed 2024-01-31 01:34:44 EST; 1h 42min ago
Docs: man:bluetoothd(8)
Main PID: 608 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 38098)
Memory: 2.6M (peak: 2.9M)
CPU: 23ms
CGroup: /system.slice/bluetooth.service
└─608 /usr/lib/bluetooth/bluetoothd
Jan 31 01:34:44 userpc systemd[1]: Starting Bluetooth service...
Jan 31 01:34:44 userpc bluetoothd[608]: Bluetooth daemon 5.72
Jan 31 01:34:44 userpc bluetoothd[608]: Starting SDP server
Jan 31 01:34:44 userpc bluetoothd[608]: Bluetooth management interface 1.22 initialized
Jan 31 01:34:44 userpc systemd[1]: Started Bluetooth service.Last edited by dosamoda (2024-01-31 08:19:21)
Offline
I got more info from doing here: https://wiki.archlinux.org/title/Bluetooth#Debugging
[~]$ sudo systemctl stop bluetooth.service
[~]$ sudo /usr/lib/bluetooth/bluetoothd -n -d
bluetoothd[24300]: Bluetooth daemon 5.72
bluetoothd[24300]: src/main.c:parse_config() parsing /etc/bluetooth/main.conf
bluetoothd[24300]: src/main.c:parse_config_bool() General.Experimental = true
bluetoothd[24300]: src/main.c:parse_config_string() General.KernelExperimental = true
bluetoothd[24300]: src/main.c:btd_parse_kernel_experimental() *
D-Bus setup failed: Name already in use
bluetoothd[24300]: src/main.c:main() Unable to get on D-BusI am getting D-Bus error.
Offline