Search Criteria
Package Details: alarm-bluetooth-raspberrypi 6-3
Git Clone URL: | https://aur.archlinux.org/alarm-bluetooth-raspberrypi.git (read-only, click to copy) |
---|---|
Package Base: | alarm-bluetooth-raspberrypi |
Description: | Bluetooth support for Raspberry Pi |
Upstream URL: | https://github.com/RoEdAl/alarm-bluetooth-raspberrypi |
Licenses: | |
Conflicts: | |
Submitter: | cyberpunkrocker |
Maintainer: | cyberpunkrocker |
Last Packager: | cyberpunkrocker |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-07 12:12 |
Last Updated: | 2020-06-07 12:12 |
Latest Comments
AUR_user commented on 2020-10-11 08:49
For anyone else passing by.. PACKAGE NOT NEEDED! Read Post from @Zepman
Worked for me on a Rpi3
cyberpunkrocker commented on 2020-09-13 19:15
Thanks for the info. It is nice to finally have a properly working bluetooth solution for RPi.
jal666 commented on 2020-09-10 15:52
Nice one Zep, audio is a lot better
[root@pi4b pi]# pacman -Ss blue | grep installed
extra/bluez 5.54-2 [installed] extra/bluez-libs 5.54-2 [installed] extra/gnome-bluetooth 3.34.1-1 [installed] extra/pulseaudio-bluetooth 13.0-3 [installed] extra/sbc 1.4-2 [installed] community/blueman 2.1.3-1 [installed] community/bluez-tools 0.2.0-5 [installed] community/hidapi 0.9.0-2 [installed]
[root@pi4b pi]# cat /boot/config.txt
gpu_mem=128 start_file=start_x.elf fixup_file=fixup_x.dat initramfs initramfs-linux.img followkernel program_usb_boot_mode=1 disable_overscan=1 dtoverlay=vc4-fkms-v3d max_framebuffers=2 dtparam=krnbt=on enable_uart=0
Zepman commented on 2020-09-10 13:08
Package is obsolete:
https://github.com/Arkq/bluez-alsa/issues/205#issuecomment-657617839
https://github.com/raspberrypi/linux/pull/3682
Just add
dtparam=krnbt=on
toconfig.txt
, and ensure that in the same fileenable_uart=0
(default), and that /dev/ttyAMA0 is not used incmdline.txt
for the console or other stuff. Reboot, and install official Arch Linux packagesbluez
andbluez-utils
. Test withbluetoothctl
.jal666 commented on 2020-07-02 12:51
Pi4. This works great for my BT mouse (extra steps needed here: https://github.com/RoEdAl/alarm-bluetooth-raspberrypi)
However, the sound to a BT speaker is choppy (not so with a usb bt adapter).