Difference between revisions of "Talk:Linux Systemd"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(Created page with "== bluetooth == Check if Bluetooth is installed: sudo systemctl status bluetooth Enable Bluetooth at Startup: If it’s only starting manually and not on boot, you can enab...")
(No difference)

Revision as of 15:23, 22 September 2024

bluetooth

Check if Bluetooth is installed:

sudo systemctl status bluetooth

Enable Bluetooth at Startup: If it’s only starting manually and not on boot, you can enable it at startup:

sudo systemctl enable bluetooth

Run the following commands to start the Bluetooth daemon:

sudo systemctl start bluetooth

Restart the Bluetooth Service:

sudo systemctl restart bluetooth

Check Logs for Errors relating to bluetooth service:

journalctl -xe | grep bluetooth