Bluetooth automatically turns on when you restart the computer. So typically I turn it off manually whenever I notice it after a restart. But after that, I can't turn it back on. I'm trying to use my rapoo mouse. it works when I restart the laptop and connect it immediately but if turn bluetooth off and then try to turn it on later, it doesn't work. The UI doesn't show what the status is. The toggles are all contradictory.
Is there a way to fix this issue?
I've tried this sequence of commands that I found in another answer but didn't help:
sudo rfkill unblock bluetooth
sudo systemctl stop bluetooth.service
sudo systemctl status bluetooth.service
sudo systemctl restart bluetooth.service
the systemctl status showed this:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2022-01-02 12:47:33 CET; 1s ago
Docs: man:bluetoothd(8)
Main PID: 28940 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 18441)
Memory: 692.0K
CPU: 21ms
CGroup: /system.slice/bluetooth.service
└─28940 /usr/lib/bluetooth/bluetoothd
Jan 02 12:47:33 pc bluetoothd[28940]: Starting SDP server
Jan 02 12:47:33 pc bluetoothd[28940]: Bluetooth management interface 1.20 initialized
Jan 02 12:47:33 pc bluetoothd[28940]: Endpoint registered: sender=:1.76 path=/MediaEndpoint/A2DPSink/sbc
Jan 02 12:47:33 pc bluetoothd[28940]: Endpoint registered: sender=:1.76 path=/MediaEndpoint/A2DPSource/sbc
Jan 02 12:47:33 pc bluetoothd[28940]: Endpoint registered: sender=:1.76 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Jan 02 12:47:33 pc bluetoothd[28940]: Endpoint registered: sender=:1.76 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Jan 02 12:47:33 pc bluetoothd[28940]: Endpoint registered: sender=:1.76 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Jan 02 12:47:33 pc bluetoothd[28940]: Endpoint registered: sender=:1.76 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Jan 02 12:47:33 pc bluetoothd[28940]: Endpoint registered: sender=:1.76 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Jan 02 12:47:33 pc bluetoothd[28940]: Endpoint registered: sender=:1.76 path=/MediaEndpoint/A2DPSource/sbc_xq_552
But the bluetooth never turns on or connects to the mouse.