I am running Ubuntu 20.04.2 on a machine with Bluetooth adapter. Bluetooth is active an I have two devices, also active. But my bluetooth on ubuntu cannot find the devices, who cannot my adapter on the laptop either. It keeps searching devices endlessly.
I ran "sudo service bluetooth status" and got this:
bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
Active: active (running) since Sun 2021-11-21 14:10:50 CET; 1h 43min ago
Docs: man:bluetoothd(8)
Main PID: 1249 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 14155)
Memory: 1.6M
CGroup: /system.slice/bluetooth.service
└─1249 /usr/lib/bluetooth/bluetoothd
Nov 21 14:10:50 systemd[1]: Starting Bluetooth service.>
Nov 21 14:10:50 bluetoothd[1249]: Bluetooth daemon 5.53
Nov 21 14:10:50 systemd[1]: Started Bluetooth service.
Nov 21 14:10:50 bluetoothd[1249]: Starting SDP server
Nov 21 14:10:50 bluetoothd[1249]: Bluetooth management >
Nov 21 14:10:52 bluetoothd[1249]: Loading LTKs timed ou>
Nov 21 14:11:13 bluetoothd[1249]: Endpoint registered: >
Nov 21 14:11:13 bluetoothd[1249]: Endpoint registered: >
lines 1-19/19 (END)...skipping...
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-11-21 14:10:50 CET; 1h 43min ago
Docs: man:bluetoothd(8)
Main PID: 1249 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 14155)
Memory: 1.6M
CGroup: /system.slice/bluetooth.service
└─1249 /usr/lib/bluetooth/bluetoothd
Nov 21 14:10:50 systemd[1]: Starting Bluetooth service...
Nov 21 14:10:50 bluetoothd[1249]: Bluetooth daemon 5.53
Nov 21 14:10:50 systemd[1]: Started Bluetooth service.
Nov 21 14:10:50 bluetoothd[1249]: Starting SDP server
Nov 21 14:10:50 bluetoothd[1249]: Bluetooth management interface 1.19 initialized
Nov 21 14:10:52 bluetoothd[1249]: Loading LTKs timed out for hci0
Nov 21 14:11:13 bluetoothd[1249]: Endpoint registered: sender=:1.76 path=/MediaEndpoint/A2DPSink/sbc
Nov 21 14:11:13 bluetoothd[1249]: Endpoint registered: sender=:1.76 path=/MediaEndpoint/A2DPSource/sbc
Can anybody tell me what s going on and how to fix it?
Thanks in advance!