12-15-2024, 05:45 PM
(This post was last modified: 12-15-2024, 06:00 PM by HorseMeatballs.)
(12-15-2024, 04:34 PM)Tim Curtis Wrote: It's whatever you set in the Raspberry Pi Imager when you made the image. There is no way to reset them without logging into SSH.
Hi Tim,
Thanks for the help.
I was able to log in, after typing rfkill this was the output.
Code:
ID TYPE DEVICE SOFT HARD
0 wlan phy0 unblocked unblocked
It seems like the BT device isn't being recognized by the Pi. I also ran the command:
Code:
/usr/sbin/rfkill unblock bluetooth > /dev/null 2>&1
but that did not change anything. How can I fix this?
Thanks again for all the help!