Bluetooth Not Working - Beelink EQR

Welcome message:

Welcome to OpenMandriva and our forum. This forum is for users of OpenMandriva Linux operating systems.

OpenMandriva Forums are primarily users helping other users.

You are welcome to talk to our developers at OpenMandriva Chat.

Users with a problem need to read How to get better results when posting about problems before reporting any issue or problem. The article is not too long and Do Read.

When a new user has an issue please look in the documentation for OMLx. OpenMandriva wiki, Forum Resources guide and the “Search” function of the forum.

If you don’t find what you are looking for, try an Internet search. One can find out a lot from documentation or forum posts at other Linux distros. If user finds something written for another distro but you have some doubt ask at OpenMandriva Chat.

For serious technical issues and package/feature requests please file a bug report here.

Note: We are a small group. All the contributors and developers here are unpaid volunteers.
You can make OpenMandriva grow and improve by getting involved

Any help with testing would be appreciated whether one is technically proficient or a very non-technical user. The more people and more hardware we can get involved the better we can make OMLx releases and packaging. We do a lot of testing in VM’s as well. Developers tend to use Qemu, most user level testers use VirtualBox.

Some hopefully helpful suggestions:

We request that problems reported in forum or in a bug report be limited to one problem per thread or report.

We suggest that if your problem reported in the forum or on OM-Chat is not resolved in a few days to please file a proper bug report.

If you have not already done so scroll thru the “Big Fat Warning” at the top of this page and read the information or use the links provided.

Before reporting any problem please read this.

We are simply and respectfully trying to get people to be aware that as a very small group we are volunteering, unpaid, our time, knowledge, ect, to help you.

Oh, oh! One more very important thing to check, is the bluetooth systemd service enabled and running:

$ sudo systemctl status bluetooth
[sudo] password for ben79: 
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
    Drop-In: /usr/lib/systemd/system/service.d
             └─10-timeout-abort.conf
     Active: active (running) since Wed 2025-03-05 15:57:11 -05; 2 days ago
 Invocation: 32724c5a9fcf44cc93e0c79a302bae53
       Docs: man:bluetoothd(8)
   Main PID: 952 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 18258)
     Memory: 2.7M (peak: 3.2M)
        CPU: 89ms
     CGroup: /system.slice/bluetooth.service
             └─952 /usr/libexec/bluetooth/bluetoothd

Edit: This command might show what the problem is.

My output from systemctl status bluetooth:

[mattheww@openmandriva-x8664 ~]$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
    Drop-In: /usr/lib/systemd/system/service.d
             └─10-timeout-abort.conf
     Active: active (running) since Sat 2025-03-08 10:56:53 EST; 2min 37s ago
 Invocation: e7b2fcc5d4ba41e098049f9bdc46ce57
       Docs: man:bluetoothd(8)
   Main PID: 13604 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 23396)
     Memory: 848K (peak: 2.4M)
        CPU: 68ms
     CGroup: /system.slice/bluetooth.service
             └─13604 /usr/libexec/bluetooth/bluetoothd

Mar 08 10:56:53 openmandriva-x8664 bluetoothd[13604]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/aptx_l>
Mar 08 10:56:53 openmandriva-x8664 bluetoothd[13604]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/aptx_l>
Mar 08 10:56:53 openmandriva-x8664 bluetoothd[13604]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/aptx_l>
Mar 08 10:56:53 openmandriva-x8664 bluetoothd[13604]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/aptx_l>
Mar 08 10:56:53 openmandriva-x8664 bluetoothd[13604]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/fastst>
Mar 08 10:56:53 openmandriva-x8664 bluetoothd[13604]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/fastst>
Mar 08 10:56:53 openmandriva-x8664 bluetoothd[13604]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/opus_05
Mar 08 10:56:53 openmandriva-x8664 bluetoothd[13604]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/opus_05
Mar 08 10:56:53 openmandriva-x8664 bluetoothd[13604]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/opus_05_>
Mar 08 10:56:53 openmandriva-x8664 bluetoothd[13604]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/opus_0

Output of lsmod | grep bluetooth:

[mattheww@openmandriva-x8664 ~]$ lsmod | grep bluetooth
bluetooth             868352  46 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
rfkill                 40960  10 iwlmvm,bluetooth,cfg80211
ecdh_generic           16384  3 bluetooth,tpm

To backtrack a bit my bluetooth device is this:

$ inxi -E
Bluetooth:
  Device-1: Intel AX210 Bluetooth driver: btusb type: USB
  Report: hciconfig ID: hci0 state: up address: 74:3A:F4:D3:EA:EF bt-v: 5.3

Which is similar to yours. Yours should work.

This is where users need to learn to internet search their problem so you might find something like this:

https://www.baeldung.com/linux/bluetooth-via-terminal

If you work through that you might either get your device paired or find out why it won’t pair.

Otherwise search some more on the internet of go to OM-Chat.

Edit: I use Arch Linux Wiki a good bit to learn information about things:

https://wiki.archlinux.org/title/Bluetooth

Yes it had been addressed and fixed.

Do
sudo dnf remove hfsutils
if you still have it

To avoid any kernel-rc being installed by mistake do
sudo sh -c "echo excludepkgs=kernel-rc,kernel-rc-headers >> /etc/dnf/dnf.conf"

Then backup the file in case distro-release updates will overwrite it
sudo cp -r /etc/dnf/dnf.conf /etc/dnf/dnf.conf-bak
or run the command again if needed.

Try installing blueman to handle bluetooth connections rather than the built-in plasma tool.

Thank you everyone, and especially @ben79. I appreciate all your time and help. The issue has been fixed. I am not sure which step did it, but it was probably a combination the advice here and all of the research I did on my own. Eventually I did a hard reboot of the system and then it slowly began to recognize my devices.

In addition to this forum, I even used Grok, which led me step by step in learning how to use terminal bluetooth utilities and other things. It was a good education. I hope to stick around with OpenMandriva and this seems like a great community.

2 Likes

It is a great place and we’re glad you’re here.

1 Like

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