Hello,
Since the last update, my headset connects and then immediately disconnects. I can no longer use it.
Help me please.
How to Request Support
- How to post screenshots and links
- How to find error logs
- How to find system information
- How to post text information as preformatted text
- How to reach a minimal system
- How to use the terminal/
tty
- How to use public Pastebin services
Tips and Tricks
Resources
Bluetooth headset - Device connects, then disconnects after a few moments - ArchWiki
If you see messages like the following in the journal, and your device fails to connect or disconnects shortly after connecting:
bluetoothd: Unable to get connect data for Headset Voice gateway: getpeername: Transport endpoint is not connected (107) bluetoothd: connect error: Connection refused (111)
This may be because you have already paired the device with another operating system using the same bluetooth adapter (e.g., dual-booting). Some devices cannot handle multiple pairings associated with the same MAC address (i.e., bluetooth adapter). You can fix this by re-pairing the device. Start by removing the device:
$ bluetoothctl [bluetooth]# devices Device XX:XX:XX:XX:XX:XX My Device [bluetooth]# remove XX:XX:XX:XX:XX:XX
Then restart bluetooth.service [
systemctl restart bluetooth.service
], turn on your bluetooth adapter, make your device discoverable, re-scan for devices, and re-pair your device. Depending on your bluetooth manager, you may need to perform a full reboot in order to re-discover the device.
I Found a Solution.
-
Open Konsole.
-
copy and paste -
sudo systemctl restart bluetooth -
Press Enter
There you go