Fresh install, Bluetooth not working I have a mouse and headphones cannot add bluetooth icon to system trey. In system settings Bluetooth is a blank page no way to do anything I must need a package I do not have but I do not know what it should be.
Operating System: OpenMandriva Lx 4.2
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2
Kernel Version: 5.10.3-desktop-2omv4002
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8259U CPU @ 2.30GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® Iris® Plus Graphics 655
Post-edit: Thanks for reporting this @Tommy. This is no doubt an issue that will affect a few users.
There appears to be something off or amiss with bluetooth support in OM Lx 4.2 (and I think in 4.1 also).
But I’m not a dev and am not sure how this stuff should work. What I found is that there is a systemd service “bluetooth” and it is shown as “vendor preset enabled”. But it is disabled. To check status of bluetooth.service open Konsole and run:
$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; disabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
To turn it on:
$ sudo systemctl start bluetooth
To enable bluetooth.service so it starts when you boot:
$ sudo systemctl enable bluetooth
So regardless of how things should be the fix for this is really easy. When I turned bluetooth.service on then the icon in system tray popped up immediately and I was able to pair my device. After starting and enabling bluetooth.service you should now see:
$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2021-01-06 17:45:31 CST; 2min 9s ago
Docs: man:bluetoothd(8)
Main PID: 2937 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 38366)
Memory: 1.8M
CGroup: /system.slice/bluetooth.service
└─2937 /usr/libexec/bluetooth/bluetoothd
Honestly it is faster to copy and paste the commands in Konsole than than to do this in SystemSettings.
But this can be done in SystemSettings also. Note that you have to have “Show Inactive” and “Show unloaded” boxes selected.
I will try to explain but I am not expert on this, basically learned what I know yesterday.
Hardware recognition is separate matter. You can check that with command lspci. The systemctl command is to turn on the bluetooth.service in systemd. Literally it turns on the bluetooth software in your computer:
I do not know what you are trying to do. For a smartphone to connect to KDEConnect you have to install the KDEConnect app on the phone. I had to wait awhile before my phone was recognized.
This is beyond what I can do. I posted a question for developers on IRC. You can ask developers questions there yourself if you wish. The best way to get attention of developers is with a bug report or to post you question at #openmandriva @ Freenode IRC.