You are not logged in.
Pages: 1
HELLO,
After latest upgrade, I can't connect my bluetooth speaker anymore.
I get this message : br-connection refused
Any idea on what's going on and how to solve the problem ?
Thank you for your answers
Offline
We are not able to confirm any upgrade, what would break bluetooth. Please follow tips by AI below and post back the result.
---
Generated by AI:
> **"br-connection refused"** usually indicates that the Bluetooth pairing information has become invalid after an update. First, remove the speaker from **Bluetooth Devices**, put the speaker into pairing mode, and pair it again.
>
> If that doesn't help, try removing the stored pairing information:
>
> ```bash
> bluetoothctl
> paired-devices
> remove <MAC-address-of-speaker>
> quit
> ```
>
> Then restart the Bluetooth service:
>
> ```bash
> sudo systemctl restart bluetooth
> ```
>
> and pair the speaker again.
>
> If the issue persists, please provide:
>
> * your Q4OS version (`cat /etc/q4os_version`)
> * the output of:
>
> ```bash
> bluetoothctl show
> bluetoothctl info <MAC-address>
> journalctl -u bluetooth -b
> ```
> * the model of your Bluetooth adapter and speaker.
>
> This will help determine whether the problem is related to BlueZ, the kernel, or the recent system update.
This is a common symptom after BlueZ or kernel updates, where re-pairing the device resolves the problem. If not, the Bluetooth logs are usually needed to identify the underlying cause.
Offline
removing and pairing again worked. Thank you.
Offline
Thanks for sharing the solution.
Offline
Pages: 1