My self-built computer won't detect any Bluetooth devices although it can connect with Wifi.
My AX200 uses this PCIe adapter. On the adapter, the light signaling Wifi is working is on but the bluetooth light remains off. Picture
Here's some terminal output:
sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2022-06-15 07:53:46 PDT; 23min ago
Docs: man:bluetoothd(8)
Main PID: 621 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 9269)
Memory: 2.0M
CPU: 58ms
CGroup: /system.slice/bluetooth.service
└─621 /usr/lib/bluetooth/bluetoothd
rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
sudo dmesg | grep hci0
[ 5.602650] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
[ 5.602688] Bluetooth: hci0: Boot Address: 0x24800
[ 5.602689] Bluetooth: hci0: Firmware Version: 126-5.22
[ 5.602690] Bluetooth: hci0: Firmware already loaded
[ 58.234933] Bluetooth: hci0: Ignoring error of Inquiry Cancel command
I followed the instructions here for restarting the daemon
I tried using a different Bluetooth manager with the Blueman manager from here
I tried removing the Wifi card from the adapter then reinserted it, reinserted the PCIe adapter, and re-installing the antennas, but still having the problem.
Here are some pics of the setup. The USB part of the PCIe adapter is connected to the F_USB2 port if that matters.
Thank you!
Edit:
Here's the output of sudo dmesg | grep -i blue
[ 5.756082] Bluetooth: Core ver 2.22
[ 5.756103] NET: Registered PF_BLUETOOTH protocol family
[ 5.756104] Bluetooth: HCI device and connection manager initialized
[ 5.756107] Bluetooth: HCI socket layer initialized
[ 5.756108] Bluetooth: L2CAP socket layer initialized
[ 5.756110] Bluetooth: SCO socket layer initialized
[ 5.785764] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
[ 5.785785] Bluetooth: hci0: Boot Address: 0x24800
[ 5.785786] Bluetooth: hci0: Firmware Version: 126-5.22
[ 5.785787] Bluetooth: hci0: Firmware already loaded
[ 6.284501] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 6.284503] Bluetooth: BNEP filters: protocol multicast
[ 6.284508] Bluetooth: BNEP socket layer initialized
[ 6.528262] Bluetooth: RFCOMM TTY layer initialized
[ 6.528267] Bluetooth: RFCOMM socket layer initialized
[ 6.528270] Bluetooth: RFCOMM ver 1.11
Kernel version is 5.15.0-37-generic
My computer only boots up Ubuntu so no dual-boot with Windows.
dmesg | grep -i blue
. Is it a dual boot with Windows? – Pilot6 Jun 15 '22 at 19:35/lib/firmware/iwlwifi-cc-a0-xx.ucode
to the new directory except foriwlwifi-cc-a0-48.ucode
So, all the other versions of this that are not 48 need to be moved out. To be clear Move only the files iwlwifi-cc-a0[version.ucode] that you are isolating away from firmware loader in/lib/firmware/
. – mchid Jun 15 '22 at 20:06iwlwifi-cc-ao-xx.ucode
files except the 48 one but still having problem of not detecting bluetooth devices. – TryingToPC Jun 15 '22 at 22:51