this post was submitted on 01 Mar 2025
22 points (100.0% liked)

Linux

6208 readers
232 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
 

I don't know if this is the correct community to ask this but I have a problem with my Jabra Elite 4 Active Bluetooth headphones. I can't connect them with my Fedora 41 KDE laptop. Is this a KDE issue? Or a general Linux issue? Every other Bluetooth device I tried so far worked without a problem (speaker, mouse, keyboard, etc.)

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 days ago

Try using Bluetoothctl command from terminal. Personally been having connection issues a lot before but it always worked when I tried using Bluetoothctl and not through KDE.

If I remember correctly it's done this way :

bluetoothctl
power on
agent on
scan on
# (wait for the headset to appear, then use its MAC address in the next command)
connect <MAC_ADDRESS>
trust <MAC_ADDRESS>

[–] just_another_person 3 points 2 days ago

Some Bluetooth devices are just problematic. If you want to just get some info on what the issue is, have a look here: https://www.baeldung.com/linux/bluetooth-via-terminal

[–] Jestzer 3 points 2 days ago (1 children)

What happens when you try? I truthfully don’t have too much insight to offer, as my only set of Bluetooth headphones connect without issues and they are not the same as yours.

[–] [email protected] 2 points 2 days ago

Not too much really. I pair it, but after the initial pairing it is not connected, so I try to connect it. The connect button changes back and forth to disconnect and connect a few times and then it's still not connected. The only thing I noticed is that KDE does not display it as an Audio Device, but as Other Device. My speaker is detected as an Audio Device.

[–] [email protected] 2 points 2 days ago

I am using Fedora KDE and yeah, the Bluetooth headset does some weird shit sometimes, but generally connects and works. And yeah, my Bluetooth mouse works just fine. IDK if it's specific to Fedora or KDE or Linux in general tho