Help bluetooth scan on fails

It used to work normally. After one update it’s failing. I can connect to the devices that were already paired. but can not pair new devices

inxi -Eaz
Bluetooth:
  Device-1: Cambridge Silicon Radio Bluetooth Dongle (HCI mode) driver: btusb
    v: 0.8 type: USB rev: 1.1 speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 1-11.1:9
    chip-ID: 0a12:0001 class-ID: e001
  Report: hciconfig ID: hci0 rfk-id: 2 state: up address: <filter> bt-v: 5.1
    lmp-v: 10 sub-v: 89 hci-v: 10 rev: 89 class-ID: 7c0104
  Info: acl-mtu: 1021:9 sco-mtu: 255:4 link-policy: rswitch sniff
    link-mode: peripheral accept service-classes: rendering, capturing, object
    transfer, audio, telephony
lsmod | grep bt
btusb                  77824  0
btrtl                  32768  1 btusb
btintel                69632  1 btusb
btbcm                  24576  1 btusb
btmtk                  32768  1 btusb
bluetooth            1101824  44 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
rfkill list
2: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
bluetoothctl
Agent registered
AdvertisementMonitor path registered
[bluetoothctl]> discoverable on
Changing discoverable on succeeded
[bluetoothctl]> advertise on
Failed to register advertisement: org.bluez.Error.Failed
[bluetoothctl]> scan on
SetDiscoveryFilter success
Failed to start discovery: org.bluez.Error.InProgress
[bluetoothctl]> wake on
Device on not available

I had the same issue month ago. I solved it with unpair/unconnect all devices, reboot, then search and new connect

tried. still

[bluetoothctl]> list
Controller 04:7F:0E:61:C6:2C torr20-neo [default]
[bluetoothctl]> discoverable on
hci0 new_settings: powered connectable fast-connectable bondable ssp br/edr le secure-conn privacy 
[CHG] Controller 04:7F:0E:61:C6:2C Connectable: yes
hci0 new_settings: powered connectable fast-connectable discoverable bondable ssp br/edr le secure-conn privacy 
Changing discoverable on succeeded
[CHG] Controller 04:7F:0E:61:C6:2C Discoverable: yes
[bluetoothctl]> advertise on
[CHG] Controller 04:7F:0E:61:C6:2C SupportedInstances: 0x03 (3)
[CHG] Controller 04:7F:0E:61:C6:2C ActiveInstances: 0x01 (1)
Advertising object registered
Tx Power: off
Name: off
Appearance: off
Discoverable: on
RSI: on
[bluetoothctl]> scan on
SetDiscoveryFilter success
Failed to start discovery: org.bluez.Error.InProgress
[bluetoothctl]> power on
Changing power on succeeded
[bluetoothctl]> scan on
SetDiscoveryFilter success
Failed to start discovery: org.bluez.Error.InProgress

kernel version: 6.12.21-1-lts (64-bit)
dongole is: HOCO UA18
listed here: https://wiki.batocera.org/hardware:compatible_dongle_list
it runs on windows normally. windows has a driver

those little bluetooth dongles you plug in the usb suck. Always hit or miss with me so I put a proper bluetooth card in the machine with latest bluetooth version. Now I can walk to the other side of the house with my ear buds and still hear and talk on zoom

new bluez update fixed it :slight_smile:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.