Bluetooth turned off by default

Whenever turn on my PC, bluetooth is turned off and I have to manually enable it. Any thoughts on why it could be behaving like this and what's the fix?
Solution
add this into a script and have it run at login
if you have one of the deck images for using gamemode, then make a user service for systemd and enable that
#!/usr/bin/bash
echo -e "select 00:11:22:aa:bb:cc\npower on\n" | bluetoothctl`


replace the mac with the mac address for the bluetooth radio
Was this page helpful?