Habilitar bluetooth en Arch Linux
Primero, verifica el estado del servicio de bluetooth: systemctl status bluetooth.service Si el estado no es active (running), entonces habilítalo: systemctl enable bluetooth.service Luego, inicia el servicio: systemctl start bluetooth.service Finalmente, verifica el estado nuevamente: systemctl status bluetooth.service Si el estado ahora es active (running), entonces el servicio de bluetooth está habilitado.