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:Jump to 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
``bash
#!/usr/bin/bash
echo -e "select 00:11:22:aa:bb:cc\npower on\n" | bluetoothctl
...4 Replies
system should have it enabled by default. usually we get people asking to have it off by default which requires a script. you can turn it on with a script too let me dig it up
Yeah, it's weird. I didn't have this problem yesterday when I installed it
but today, tried rebooting 3 times just to test it and every time it comes with BT turned off
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
replace the mac with the mac address for the bluetooth radio
Worked, thanks :OtterHugs: .
For those looking into this, you can find the MAC address via
bluetoothctl list