Enable bluetooth in Arch Linux
First, check the status of the bluetooth service: systemctl status bluetooth.service If the status is not active (running), then enable it: systemctl enable bluetooth.service Then, start the service: systemctl start bluetooth.service Finally, check the status again: systemctl status bluetooth.service If the status is now active (running), then the bluetooth service is enabled.