With the latest Linux kernel pkg `linux-edge` on #AlpineLinux, two things stood out. One, for some reason the TTY font changes. Two, #rfkill disables wifi, which causes the system to not boot if you have a wifi adapter. I'll put in a ticket for the second one, but do any #Wizards happen to have any ideas what causes either of these two to occur?

If you're using #bluetooth on newer #raspberrypi or other #Linux systems that use #connman, note that connman takes over #rfkill management from systemd-rfkill. To enable bluetooth on your system, instead of rfkill unblock bluetooth you'll want to run:

connmanctl enable bluetooth

I found a lot of people claiming "uninstall connman is the solution", but the real answer is that connman provides a replacement UI interface for this feature.

Hope this #tip helps! #tips #linuxtips