Page 1 of 1

[SOLVED] Bluetooth device not found

PostPosted: Jun 5th, '25, 15:20
by hviaene
Old Compaq H000SB laptop, used t(o test updates.
I don't have real usage for bluetooth, so the last time I used it was to test one of the previous bluetooth updates.
Now, no joy, I include some info from that system
Code: Select all
lspcidrake
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 5 [BRIDGE_HOST]
i2c_piix4       : Advanced Micro Devices, Inc. [AMD]|FCH SMBus Controller [SERIAL_SMBUS] (rev: 3a)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 0 [BRIDGE_HOST]
r8169           : Realtek Semiconductor Co., Ltd.|RTL810xE PCI Express Fast Ethernet controller [NETWORK_ETHERNET] (rev: 07)
unknown         : Advanced Micro Devices, Inc. [AMD]|FCH SATA Controller [AHCI mode] [STORAGE_SATA]
snd_hda_intel   : Advanced Micro Devices, Inc. [AMD]|FCH Azalia Controller [MULTIMEDIA_AUDIO_DEV] (rev: 02)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 0 [BRIDGE_HOST]
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Functions 5:1 [BRIDGE_PCI]
snd_hda_intel   : Advanced Micro Devices, Inc. [AMD/ATI]|Kabini HDMI/DP Audio [MULTIMEDIA_AUDIO_DEV]
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 2 [BRIDGE_HOST]
unknown         : Advanced Micro Devices, Inc. [AMD]|FCH USB OHCI Controller [SERIAL_USB] (rev: 39)
fam15h_power    : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 4 [BRIDGE_HOST]
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Root Complex [BRIDGE_HOST]
unknown         : Advanced Micro Devices, Inc. [AMD]|FCH USB EHCI Controller [SERIAL_USB] (rev: 39)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Functions 5:1 [BRIDGE_PCI]
unknown         : Advanced Micro Devices, Inc. [AMD]|FCH LPC Bridge [BRIDGE_ISA] (rev: 11)
unknown         : Advanced Micro Devices, Inc. [AMD]|FCH USB OHCI Controller [SERIAL_USB] (rev: 39)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Functions 5:1 [BRIDGE_PCI]
Card:AMD Southern Islands and later (amdgpu): Advanced Micro Devices, Inc. [AMD/ATI]|Kabini [Radeon HD 8210] [DISPLAY_VGA]
rtsx_pci        : Realtek Semiconductor Co., Ltd.|RTS5229 PCI Express Card Reader (rev: 01)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 1 [BRIDGE_HOST]
xhci_pci        : Advanced Micro Devices, Inc. [AMD]|FCH USB XHCI Controller [SERIAL_USB] (rev: 01)
unknown         : Advanced Micro Devices, Inc. [AMD]|FCH USB EHCI Controller [SERIAL_USB] (rev: 39)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Functions 5:1 [BRIDGE_PCI]
sdhci_pci       : Advanced Micro Devices, Inc. [AMD]|FCH SD Flash Controller (rev: 01)
k10temp         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 3 [BRIDGE_HOST]
ath9k           : Qualcomm Atheros|QCA9565 / AR9565 Wireless Network Adapter [NETWORK_OTHER] (rev: 01)
hub             : Linux 6.6.92-server-1.mga9 ohci_hcd|OHCI PCI host controller [Hub|Unused|Full speed (or root) hub]
btusb           : Qualcomm Atheros Communications|Unknown [Wireless|Radio Frequency|Bluetooth]
hub             : Linux 6.6.92-server-1.mga9 ohci_hcd|OHCI PCI host controller [Hub|Unused|Full speed (or root) hub]
hub             : Linux 6.6.92-server-1.mga9 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub]
hub             : Linux 6.6.92-server-1.mga9 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub]
uvcvideo        : Chicony Electronics Co., Ltd.|HP Truevision HD [Video|Video Control]
hub             : Linux 6.6.92-server-1.mga9 xhci-hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub]
usbhid          : Logitech|USB Laser Mouse [Human Interface Device|Boot Interface Subclass|Mouse]
hub             : Linux 6.6.92-server-1.mga9 xhci-hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub]

and from rf kill
ID TYPE DEVICE SOFT HARD
0 wlan phy0 unblocked unblocked
and from
Code: Select all
lsmod | grep blue
bluetooth            1032192  13 btrtl,btmtk,btintel,btbcm,bnep,ath3k,btusb
ecdh_generic           16384  1 bluetooth
rfkill                 40960  10 hp_wmi,ath9k,bluetooth,cfg80211

and its status
Code: Select all
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
     Active: active (running) since Thu 2025-06-05 14:50:42 CEST; 5min ago
       Docs: man:bluetoothd(8)
   Main PID: 1961 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 8806)
     Memory: 2.4M
        CPU: 246ms
     CGroup: /system.slice/bluetooth.service
             └─1961 /usr/libexec/bluetooth/bluetoothd

Jun 05 14:50:41 mach3.hviaene.thuis systemd[1]: Starting bluetooth.service...
Jun 05 14:50:42 mach3.hviaene.thuis bluetoothd[1961]: Bluetooth daemon 5.82
Jun 05 14:50:42 mach3.hviaene.thuis systemd[1]: Started bluetooth.service.
Jun 05 14:50:42 mach3.hviaene.thuis bluetoothd[1961]: Starting SDP server
Jun 05 14:50:42 mach3.hviaene.thuis bluetoothd[1961]: Bluetooth management interface 1.22 initialized

I am lost here.

Re: Bluetooth device not found

PostPosted: Jun 5th, '25, 18:52
by doktor5000
But what is your actual problem with bluetooth, or what do you want to connect that doesn't work ? It's unclear from your description what you're trying to achieve.

Please provide the output of at least
Code: Select all
bluetoothctl list
bluetoothctl show

Re: Bluetooth device not found

PostPosted: Jun 6th, '25, 09:11
by hviaene
As the title says: device not found.
bluetoothctl list shows nothing.
System settings Bluetooth gives no device found.
So I cannot test the new bluetooth-related updates, which would require me to connect with my smartphone.

Re: Bluetooth device not found

PostPosted: Jun 8th, '25, 15:18
by doktor5000
hviaene wrote:As the title says: device not found.

device not found is the message you get when you try to do what exactly?

Please provide at least the output of
Code: Select all
lspcidrake -v
as your output is completely missing vendor/product IDs.

But for your atheros wifi adapter you probably need to set the option btcoex_enable=1
See e.g. https://forums.linuxmint.com/viewtopic.php?t=418161

Re: Bluetooth device not found

PostPosted: Jun 9th, '25, 10:59
by hviaene
OK, here we go:
Code: Select all
lspcidrake -v
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 5 [BRIDGE_HOST] (vendor:1022 device:1535)
i2c_piix4       : Advanced Micro Devices, Inc. [AMD]|FCH SMBus Controller [SERIAL_SMBUS] (vendor:1022 device:780b subv:103c subd:21f7) (rev: 3a)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 0 [BRIDGE_HOST] (vendor:1022 device:1538)
r8169           : Realtek Semiconductor Co., Ltd.|RTL810xE PCI Express Fast Ethernet controller [NETWORK_ETHERNET] (vendor:10ec device:8136 subv:103c subd:21f7) (rev: 07)
unknown         : Advanced Micro Devices, Inc. [AMD]|FCH SATA Controller [AHCI mode] [STORAGE_SATA] (vendor:1022 device:7804 subv:103c subd:21f7)
snd_hda_intel   : Advanced Micro Devices, Inc. [AMD]|FCH Azalia Controller [MULTIMEDIA_AUDIO_DEV] (vendor:1022 device:780d subv:103c subd:21f7) (rev: 02)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 0 [BRIDGE_HOST] (vendor:1022 device:1530)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Functions 5:1 [BRIDGE_PCI] (vendor:1022 device:1439)
snd_hda_intel   : Advanced Micro Devices, Inc. [AMD/ATI]|Kabini HDMI/DP Audio [MULTIMEDIA_AUDIO_DEV] (vendor:1002 device:9840 subv:103c subd:21f7)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 2 [BRIDGE_HOST] (vendor:1022 device:1532)
unknown         : Advanced Micro Devices, Inc. [AMD]|FCH USB OHCI Controller [SERIAL_USB] (vendor:1022 device:7807 subv:103c subd:21f7) (rev: 39)
fam15h_power    : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 4 [BRIDGE_HOST] (vendor:1022 device:1534)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Root Complex [BRIDGE_HOST] (vendor:1022 device:1536 subv:103c subd:21f7)
unknown         : Advanced Micro Devices, Inc. [AMD]|FCH USB EHCI Controller [SERIAL_USB] (vendor:1022 device:7808 subv:103c subd:21f7) (rev: 39)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Functions 5:1 [BRIDGE_PCI] (vendor:1022 device:1439)
unknown         : Advanced Micro Devices, Inc. [AMD]|FCH LPC Bridge [BRIDGE_ISA] (vendor:1022 device:780e subv:103c subd:21f7) (rev: 11)
unknown         : Advanced Micro Devices, Inc. [AMD]|FCH USB OHCI Controller [SERIAL_USB] (vendor:1022 device:7807 subv:103c subd:21f7) (rev: 39)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Functions 5:1 [BRIDGE_PCI] (vendor:1022 device:1439)
Card:AMD Southern Islands and later (amdgpu): Advanced Micro Devices, Inc. [AMD/ATI]|Kabini [Radeon HD 8210] [DISPLAY_VGA] (vendor:1002 device:9834 subv:103c subd:21f7)
rtsx_pci        : Realtek Semiconductor Co., Ltd.|RTS5229 PCI Express Card Reader (vendor:10ec device:5229 subv:103c subd:21f7) (rev: 01)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 1 [BRIDGE_HOST] (vendor:1022 device:1531)
xhci_pci        : Advanced Micro Devices, Inc. [AMD]|FCH USB XHCI Controller [SERIAL_USB] (vendor:1022 device:7814 subv:103c subd:21f7) (rev: 01)
unknown         : Advanced Micro Devices, Inc. [AMD]|FCH USB EHCI Controller [SERIAL_USB] (vendor:1022 device:7808 subv:103c subd:21f7) (rev: 39)
unknown         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Functions 5:1 [BRIDGE_PCI] (vendor:1022 device:1439)
sdhci_pci       : Advanced Micro Devices, Inc. [AMD]|FCH SD Flash Controller (vendor:1022 device:7813 subv:103c subd:21f7) (rev: 01)
k10temp         : Advanced Micro Devices, Inc. [AMD]|Family 16h Processor Function 3 [BRIDGE_HOST] (vendor:1022 device:1533)
ath9k           : Qualcomm Atheros|QCA9565 / AR9565 Wireless Network Adapter [NETWORK_OTHER] (vendor:168c device:0036 subv:103c subd:217f) (rev: 01)
hub             : Linux 6.6.93-server-1.mga9 ohci_hcd|OHCI PCI host controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
btusb           : Qualcomm Atheros Communications|Unknown [Wireless|Radio Frequency|Bluetooth] (vendor:0cf3 device:3121)
hub             : Linux 6.6.93-server-1.mga9 ohci_hcd|OHCI PCI host controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hub             : Linux 6.6.93-server-1.mga9 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
hub             : Linux 6.6.93-server-1.mga9 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
uvcvideo        : Chicony Electronics Co., Ltd.|HP Truevision HD [Video|Video Control] (vendor:04f2 device:b40e)
hub             : Linux 6.6.93-server-1.mga9 xhci-hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
usbhid          : Logitech|USB Laser Mouse [Human Interface Device|Boot Interface Subclass|Mouse] (vendor:046d device:c062)
hub             : Linux 6.6.93-server-1.mga9 xhci-hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0003)

May I further draw your attention on update bug 34123, where with exact the same HW, it all worked like a charm.

https://bugs.mageia.org/show_bug.cgi?id=34123

Re: Bluetooth device not found

PostPosted: Jun 10th, '25, 00:16
by doktor5000
Not sure how mentioning the bug should help figure out why it doesn't work currently, though.

doktor5000 wrote:But for your atheros wifi adapter you probably need to set the option btcoex_enable=1
See e.g. https://forums.linuxmint.com/viewtopic.php?t=418161


Please also provide the output as root of
Code: Select all
journalctl -ab | grep -iE "blue|firm|hci"

Re: Bluetooth device not found

PostPosted: Jun 11th, '25, 17:47
by hviaene
The reference to,the bug was to show that this atheros worked "out of the box" some 3 months ago, no fiddling with boot options.
Anyway, the results of the journal below.
Code: Select all
Jun 11 17:35:53 mach3.hviaene.thuis kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jun 11 17:35:53 mach3.hviaene.thuis kernel: [Firmware Info]: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] not reserved in ACPI motherboard resources
Jun 11 17:35:53 mach3.hviaene.thuis kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Jun 11 17:35:53 mach3.hviaene.thuis kernel: ahci 0000:00:11.0: version 3.0
Jun 11 17:35:53 mach3.hviaene.thuis kernel: ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Jun 11 17:35:53 mach3.hviaene.thuis kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio slum part
Jun 11 17:35:53 mach3.hviaene.thuis kernel: scsi host0: ahci
Jun 11 17:35:53 mach3.hviaene.thuis kernel: scsi host1: ahci
Jun 11 17:35:53 mach3.hviaene.thuis kernel: ohci-pci 0000:00:12.0: OHCI PCI host controller
Jun 11 17:35:53 mach3.hviaene.thuis kernel: ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
Jun 11 17:35:53 mach3.hviaene.thuis kernel: ohci-pci 0000:00:12.0: irq 18, io mem 0xf0c4e000
Jun 11 17:35:53 mach3.hviaene.thuis kernel: usb usb1: Product: OHCI PCI host controller
Jun 11 17:35:53 mach3.hviaene.thuis kernel: usb usb1: Manufacturer: Linux 6.6.93-server-1.mga9 ohci_hcd
Jun 11 17:35:53 mach3.hviaene.thuis kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
Jun 11 17:35:53 mach3.hviaene.thuis kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 2
Jun 11 17:35:53 mach3.hviaene.thuis kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0xf0c4c000
Jun 11 17:35:54 mach3.hviaene.thuis kernel: usb usb2: Product: OHCI PCI host controller
Jun 11 17:35:54 mach3.hviaene.thuis kernel: usb usb2: Manufacturer: Linux 6.6.93-server-1.mga9 ohci_hcd
Jun 11 17:35:54 mach3.hviaene.thuis kernel: ehci-pci 0000:00:12.2: EHCI Host Controller
Jun 11 17:35:54 mach3.hviaene.thuis kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 3
Jun 11 17:35:54 mach3.hviaene.thuis kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
Jun 11 17:35:54 mach3.hviaene.thuis kernel: ehci-pci 0000:00:12.2: debug port 1
Jun 11 17:35:54 mach3.hviaene.thuis kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0xf0c4d000
Jun 11 17:35:54 mach3.hviaene.thuis kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
Jun 11 17:35:54 mach3.hviaene.thuis kernel: usb usb3: Product: EHCI Host Controller
Jun 11 17:35:54 mach3.hviaene.thuis kernel: usb usb3: Manufacturer: Linux 6.6.93-server-1.mga9 ehci_hcd
Jun 11 17:35:54 mach3.hviaene.thuis kernel: usb 2-1: new full-speed USB device number 2 using ohci-pci
Jun 11 17:35:54 mach3.hviaene.thuis kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
Jun 11 17:35:54 mach3.hviaene.thuis kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
Jun 11 17:35:54 mach3.hviaene.thuis kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
Jun 11 17:35:54 mach3.hviaene.thuis kernel: ehci-pci 0000:00:13.2: debug port 1
Jun 11 17:35:54 mach3.hviaene.thuis kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0xf0c4b000
Jun 11 17:35:54 mach3.hviaene.thuis kernel: usb 1-4: new full-speed USB device number 2 using ohci-pci
Jun 11 17:35:54 mach3.hviaene.thuis kernel: ACPI: battery: [Firmware Bug]: (dis)charge rate invalid.
Jun 11 17:35:54 mach3.hviaene.thuis kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
Jun 11 17:35:54 mach3.hviaene.thuis kernel: usb usb4: Product: EHCI Host Controller
Jun 11 17:35:54 mach3.hviaene.thuis kernel: usb usb4: Manufacturer: Linux 6.6.93-server-1.mga9 ehci_hcd
Jun 11 17:35:54 mach3.hviaene.thuis kernel: usb 4-1: new high-speed USB device number 2 using ehci-pci
Jun 11 17:35:54 mach3.hviaene.thuis kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8232DE3D-663D-4327-A8F4-E293ADB9BF05 has zero instances
Jun 11 17:35:54 mach3.hviaene.thuis kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances
Jun 11 17:35:54 mach3.hviaene.thuis kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6435-9F42-42C8-BADC-0E9424F20C9A has zero instances
Jun 11 17:35:54 mach3.hviaene.thuis kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: DF4E63B6-3BBC-4858-9737-C74F82F821F3 has zero instances
Jun 11 17:35:54 mach3.hviaene.thuis kernel: [drm] Found UVD firmware Version: 1.64 Family ID: 9
Jun 11 17:35:54 mach3.hviaene.thuis kernel: [drm] Found VCE firmware Version: 50.10 Binary ID: 2
Jun 11 17:35:54 mach3.hviaene.thuis kernel: xhci_hcd 0000:00:10.0: xHCI Host Controller
Jun 11 17:35:54 mach3.hviaene.thuis kernel: xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 5
Jun 11 17:35:54 mach3.hviaene.thuis kernel: xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000010
Jun 11 17:35:54 mach3.hviaene.thuis kernel: xhci_hcd 0000:00:10.0: xHCI Host Controller
Jun 11 17:35:54 mach3.hviaene.thuis kernel: xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 6
Jun 11 17:35:54 mach3.hviaene.thuis kernel: xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
Jun 11 17:35:54 mach3.hviaene.thuis kernel: usb usb5: Product: xHCI Host Controller
Jun 11 17:35:54 mach3.hviaene.thuis kernel: usb usb5: Manufacturer: Linux 6.6.93-server-1.mga9 xhci-hcd
Jun 11 17:35:54 mach3.hviaene.thuis kernel: usb usb6: Product: xHCI Host Controller
Jun 11 17:35:54 mach3.hviaene.thuis kernel: usb usb6: Manufacturer: Linux 6.6.93-server-1.mga9 xhci-hcd
Jun 11 17:35:54 mach3.hviaene.thuis kernel: sdhci: Secure Digital Host Controller Interface driver
Jun 11 17:35:54 mach3.hviaene.thuis kernel: sdhci: Copyright(c) Pierre Ossman
Jun 11 17:35:54 mach3.hviaene.thuis kernel: sdhci-pci 0000:00:14.7: SDHCI controller found [1022:7813] (rev 1)
Jun 11 17:35:54 mach3.hviaene.thuis kernel: usb 5-2: new low-speed USB device number 2 using xhci_hcd
Jun 11 17:35:54 mach3.hviaene.thuis kernel: mmc0: SDHCI controller on PCI [0000:00:14.7] using ADMA
Jun 11 17:35:54 mach3.hviaene.thuis systemd[1]: systemd-pcrmachine.service was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jun 11 17:36:09 mach3.hviaene.thuis kernel: Bluetooth: Core ver 2.22
Jun 11 17:36:09 mach3.hviaene.thuis kernel: NET: Registered PF_BLUETOOTH protocol family
Jun 11 17:36:09 mach3.hviaene.thuis kernel: Bluetooth: HCI device and connection manager initialized
Jun 11 17:36:09 mach3.hviaene.thuis kernel: Bluetooth: HCI socket layer initialized
Jun 11 17:36:09 mach3.hviaene.thuis kernel: Bluetooth: L2CAP socket layer initialized
Jun 11 17:36:09 mach3.hviaene.thuis kernel: Bluetooth: SCO socket layer initialized
Jun 11 17:36:09 mach3.hviaene.thuis kernel: usb 1-4: Direct firmware load for ar3k/AthrBT_0x31010000.dfu failed with error -2
Jun 11 17:36:09 mach3.hviaene.thuis kernel: Bluetooth: Patch file not found ar3k/AthrBT_0x31010000.dfu
Jun 11 17:36:09 mach3.hviaene.thuis kernel: Bluetooth: Loading patch file failed
Jun 11 17:36:03 mach3.hviaene.thuis systemd[1]: systemd-pcrmachine.service was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jun 11 17:36:11 mach3.hviaene.thuis systemd[1]: systemd-pcrphase-sysinit.service was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jun 11 17:36:12 mach3.hviaene.thuis service_harddrake[749]: BLUETOOTH took:  0:00:00
Jun 11 17:36:17 mach3.hviaene.thuis kernel: r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8106e-1.fw failed with error -2
Jun 11 17:36:17 mach3.hviaene.thuis kernel: r8169 0000:04:00.0: Unable to load firmware rtl_nic/rtl8106e-1.fw (-2)
Jun 11 17:36:26 mach3.hviaene.thuis systemd[1]: systemd-pcrphase.service was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jun 11 17:37:20 mach3.hviaene.thuis dbus-daemon[793]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.60' (uid=1000 pid=1911 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Jun 11 17:37:20 mach3.hviaene.thuis systemd[1]: Starting bluetooth.service...
Jun 11 17:37:21 mach3.hviaene.thuis bluetoothd[1988]: Bluetooth daemon 5.82
Jun 11 17:37:21 mach3.hviaene.thuis dbus-daemon[793]: [system] Successfully activated service 'org.bluez'
Jun 11 17:37:21 mach3.hviaene.thuis systemd[1]: Started bluetooth.service.
Jun 11 17:37:21 mach3.hviaene.thuis bluetoothd[1988]: Starting SDP server
Jun 11 17:37:21 mach3.hviaene.thuis kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jun 11 17:37:21 mach3.hviaene.thuis kernel: Bluetooth: BNEP filters: protocol multicast
Jun 11 17:37:21 mach3.hviaene.thuis kernel: Bluetooth: BNEP socket layer initialized
Jun 11 17:37:21 mach3.hviaene.thuis bluetoothd[1988]: Bluetooth management interface 1.22 initialized
Jun 11 17:37:33 mach3.hviaene.thuis systemd[1831]: Starting app-blueberry\x2dobex\x2dagent@autostart.service...
Jun 11 17:37:33 mach3.hviaene.thuis systemd[1831]: Starting app-blueberry\x2dtray@autostart.service...
Jun 11 17:37:33 mach3.hviaene.thuis systemd[1831]: Starting app-blueman@autostart.service...
Jun 11 17:37:33 mach3.hviaene.thuis systemd[1831]: app-blueberry\x2dobex\x2dagent@autostart.service: Skipped due to 'exec-condition'.
Jun 11 17:37:33 mach3.hviaene.thuis systemd[1831]: Condition check resulted in app-blueberry\x2dobex\x2dagent@autostart.service being skipped.
Jun 11 17:37:33 mach3.hviaene.thuis systemd[1831]: app-blueberry\x2dtray@autostart.service: Skipped due to 'exec-condition'.
Jun 11 17:37:33 mach3.hviaene.thuis systemd[1831]: Condition check resulted in app-blueberry\x2dtray@autostart.service being skipped.
Jun 11 17:37:33 mach3.hviaene.thuis systemd[1831]: app-blueman@autostart.service: Skipped due to 'exec-condition'.
Jun 11 17:37:33 mach3.hviaene.thuis systemd[1831]: Condition check resulted in app-blueman@autostart.service being skipped.
Jun 11 17:37:36 mach3.hviaene.thuis dbus-daemon[1891]: [session uid=1000 pid=1891] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.13' (uid=1000 pid=2048 comm="/usr/bin/kded5")
Jun 11 17:37:37 mach3.hviaene.thuis dbus-daemon[1891]: [session uid=1000 pid=1891] Successfully activated service 'org.bluez.obex'

Re: Bluetooth device not found

PostPosted: Jun 11th, '25, 18:38
by doktor5000
hviaene wrote:Jun 11 17:36:09 mach3.hviaene.thuis kernel: usb 1-4: Direct firmware load for ar3k/AthrBT_0x31010000.dfu failed with error -2
Jun 11 17:36:09 mach3.hviaene.thuis kernel: Bluetooth: Patch file not found ar3k/AthrBT_0x31010000.dfu
Jun 11 17:36:09 mach3.hviaene.thuis kernel: Bluetooth: Loading patch file failed


Do you have kernel-firmware-nonfree installed? That's where this firmware comes from:
Code: Select all
[doktor5000@Mageia9]─[18:35:15]─[~] urpmf ar3k/AthrBT_0x31010000.dfu | sort -u
kernel-firmware-nonfree:/lib/firmware/ar3k/AthrBT_0x31010000.dfu

Re: Bluetooth device not found

PostPosted: Jun 12th, '25, 10:41
by hviaene
The package was not installed. Beats me how I got into this situation, because I believed (and it must have been at my previous testing) that kernel-firmware-nonfree was installed by default in this current HW.
Anyway, installed it, rebooted and my smartphone was now visible in System Setiings - Bluetooth. Not much personal interest in this facility, so happy it is there.
Tx a lot, lesson learned (I hope).

Re: Bluetooth device not found

PostPosted: Jun 12th, '25, 14:23
by Germ
Could you please mark your topic as [SOLVED]. Thanks.