- Bearbeitet
Hey Leute,
Ich habe mir neulich einen Bluetooth 5 USB-Dongle von Techkey gekauft (das genaue Modell kann ich leider nirgends mehr finden).
Während er mit Windows einwandfrei funktioniert, habe ich unter Arch Schwierigkeiten ihn zum Laufen zu bringen.
Unter dem Reiter Bluetooth in den `System Settings` bei KDE bekomme ich die Info "Bluetooth is disabled", wobei der `Enable` Button direkt darunter nichts bewirkt.
Das sagt systemd dazu:
Ich habe mir neulich einen Bluetooth 5 USB-Dongle von Techkey gekauft (das genaue Modell kann ich leider nirgends mehr finden).
Während er mit Windows einwandfrei funktioniert, habe ich unter Arch Schwierigkeiten ihn zum Laufen zu bringen.
Unter dem Reiter Bluetooth in den `System Settings` bei KDE bekomme ich die Info "Bluetooth is disabled", wobei der `Enable` Button direkt darunter nichts bewirkt.
Das sagt systemd dazu:
$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since Sun 2020-12-13 18:52:57 CET; 2s ago
Docs: man:bluetoothd(8)
Main PID: 1388598 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 77073)
Memory: 724.0K
CGroup: /system.slice/bluetooth.service
└─1388598 /usr/lib/bluetooth/bluetoothd
Dec 13 18:52:57 archDesk bluetoothd[1388598]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalConnect” in group “Controller”
Dec 13 18:52:57 archDesk bluetoothd[1388598]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowConnect” in group “Controller”
Dec 13 18:52:57 archDesk bluetoothd[1388598]: src/main.c:parse_controller_config() Key file does not have key “LEMinConnectionInterval” in group “Controller”
Dec 13 18:52:57 archDesk bluetoothd[1388598]: src/main.c:parse_controller_config() Key file does not have key “LEMaxConnectionInterval” in group “Controller”
Dec 13 18:52:57 archDesk bluetoothd[1388598]: src/main.c:parse_controller_config() Key file does not have key “LEConnectionLatency” in group “Controller”
Dec 13 18:52:57 archDesk bluetoothd[1388598]: src/main.c:parse_controller_config() Key file does not have key “LEConnectionSupervisionTimeout” in group “Controller”
Dec 13 18:52:57 archDesk bluetoothd[1388598]: src/main.c:parse_controller_config() Key file does not have key “LEAutoconnecttimeout” in group “Controller”
Dec 13 18:52:57 archDesk systemd[1]: Started Bluetooth service.
Dec 13 18:52:57 archDesk bluetoothd[1388598]: Starting SDP server
Dec 13 18:52:57 archDesk bluetoothd[1388598]: Bluetooth management interface 1.18 initialized
Von `lsusb` wird der Adapter erkannt:
$ lsusb
Bus 001 Device 009: ID 0bda:8771 Realtek Semiconductor Corp. Bluetooth Radio
Aus den systemd src/main.c parse Fehlern werde ich nicht schlau, habt ihr eine Idee wo man ansetzen könnte?