darkhz / bluetuith

A TUI bluetooth manager for Linux.
MIT License
850 stars 21 forks source link

[Solved] Cannot set adapter power state #54

Closed DavShaw closed 4 months ago

DavShaw commented 4 months ago

Hello, I just installed Bluetuith, but when I try to power on the adapter I got that problem... (I cannot scan, pair or connect cuz adapter's powered off)

image

darkhz commented 4 months ago

@DavShaw check whether your bluetooth kernel modules are loaded correctly, and check whether the bluetooth service is running properly with systemctl status bluetooth.service, if you use systemd for example. Post the journal for the service or relevant dmesg logs here.

DavShaw commented 4 months ago

@DavShaw check whether your bluetooth kernel modules are loaded correctly, and check whether the bluetooth service is running properly with systemctl status bluetooth.service, if you use systemd for example. Post the journal for the service or relevant dmesg logs here.

Thanks for helping, that worked. My Bluetooth service wasnt enable