I am a bit stuck here.
I have no clue if the issue is on the OS/kernel/KDE or the adapter.
I have a UGreen BT 5.0 USB adapter for my desktop. According to the leaflet, it should work under Linux as a plug and play device.
However, in my Leap it’s not even recognized.
First of all dmesg doesn’t show the device. I had to manually load the btusb module and add it to start during boot. (I created a file as
echo "btusb" >> /etc/modules-load.d/btusb.conf
)
After this, the bluetooth service started:
journalctl -u bluetooth.service
-- Logs begin at Wed 2022-03-30 23:38:00 EEST, end at Thu 2022-03-31 02:37:59 EEST. --
Mar 30 23:38:10 peter.home systemd[1]: Condition check resulted in Bluetooth service being skipped.
Mar 30 23:49:18 peter.home systemd[1]: Condition check resulted in Bluetooth service being skipped.
Mar 30 23:50:23 peter.home systemd[1]: Starting Bluetooth service...
Mar 30 23:50:23 peter.home bluetoothd[4959]: Bluetooth daemon 5.55
Mar 30 23:50:23 peter.home systemd[1]: Started Bluetooth service.
Mar 30 23:50:23 peter.home bluetoothd[4959]: Starting SDP server
Mar 30 23:50:23 peter.home bluetoothd[4959]: Bluetooth management interface 1.14 initialized
But, the KDE BT applet doesn’t find (no adapters found) and rfkill reports nothing:
rfkill list
Is there anything that I could do to discover the device? According to UGreen, it’s not a Windows-specific device, so it should work out-of-the-box. Any help would be appreciated.
