Well, that obsoleted quickly!
I mean the alarm-bluetooth-raspberrypi
package. There’s finally a more or less native support for bluetooth in Arch ARM kernel and libraries, so there’s no need for external packages or weird configurations any more. Here’s how to take it in use:
- Remove
alarm-bluetooth-raspberrypi
and/orpi-bluetooth
packages. - Remove the line
dtoverlay=bcmbt
(if present) from/boot/config.txt
and add the following line to the same file.
dtparam=krnbt=on
- Make sure that
enable_uart=0
is also in/boot/config.txt
. - In
/boot/cmdline.txt
, remove all references tottyAMA0
. - Replace
bluez-utils-compat
package with standardbluez-utils
, unless you really need the old utilities. The system does not need them anymore to work. - Reboot.
- Enjoy the working bluetooth!