Search Criteria
Package Details: bluez-alsa-git 3.0.0.r6.g93853e5-1
Git Clone URL: | https://aur.archlinux.org/bluez-alsa-git.git (read-only, click to copy) |
---|---|
Package Base: | bluez-alsa-git |
Description: | Bluetooth Audio ALSA Backend |
Upstream URL: | https://github.com/Arkq/bluez-alsa |
Keywords: | alsa bluetooth bluez |
Licenses: | |
Submitter: | nheird |
Maintainer: | nheird |
Last Packager: | nheird |
Votes: | 22 |
Popularity: | 0.85 |
First Submitted: | 2016-10-28 17:41 |
Last Updated: | 2020-10-12 10:28 |
Dependencies (9)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- bluez (bluez-ps3, bluez-git)
- bluez-libs (bluez-git)
- dbus (dbus-elogind, dbus-git, dbus-nosystemd, dbus-x11, dbus-nosystemd-minimal-git, dbus-selinux)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-git, glib2-nodocs-git, glib2-patched-thumbnailer)
- libfdk-aac (fdk-aac-free)
- sbc
- git (git-git) (make)
- python-docutils (make)
Latest Comments
1 2 Next › Last »
Busindre commented on 2020-08-20 22:32
It doesn't work, the service can't be started. This is the error message.
systemctl start bluealsa Failed to start bluealsa.service: Unit dbus-org.bluez.service not found.
SeerLite commented on 2020-06-28 19:48
I can't start the service, systemctl just hangs. Anyone else with this problem?
I had it working fine but then after a reinstall I can't get it to work anymore for some reason
israel24961 commented on 2020-04-14 20:39
Guys, you are better off, just going to the github and follow the instructions there. Otherwise you will have permissions problems. Tested in archlinux 5.6.3-arch1-1.
nheird commented on 2020-01-05 19:50
@darek-arch: I can't reproduce. This file is installed by the Makefile upstream, with respect to
./configure ... --sysconfdir=/etc ...
.Can you give more details ? Basically, the build should looks like https://0x0.st/zn5W.log following by https://0x0.st/zn5J.log for packaging.
darek-arch commented on 2020-01-05 19:22
I had to manually move the config file, 20-bluealsa.conf, from /usr/etc/alsa/conf.d to /etc/alsa/conf.d.
morgenstern commented on 2019-12-23 10:53
This package is not out-of-date. The version is provided by the pkver() function. Simply rebuild to update.
See here and here for more information.
capoeira commented on 2019-09-15 10:46
Took me long to make it work, too
I have this in my .asoundrc:
defaults.bluealsa.service "org.bluealsa"
defaults.bluealsa.device "20:74:CF:24:1C:A2"
defaults.bluealsa.profile "a2dp"
pezcurrel commented on 2019-09-15 10:29
Thanks for maintaing this package :) I think that for the greatest compatibility the "bluealsa.service" file should state...
ExecStart=bluealsa -p a2dp-source -p a2dp-sink -p hfp-hf -p hfp-ag -p hsp-hs -p hsp-ag
It took me long to find out that in order for bluez-alsa to work for streaming from my phone to the pc I had to run "bluealsa" with "-p a2dp-sink" ;)
See also https://github.com/Arkq/bluez-alsa/issues/137#issuecomment-416743426
keithspg commented on 2019-08-27 09:51
please add armv6h (pi1/Zero) to the architecture list. it builds and works on that platform as well.
keithspg commented on 2019-03-31 22:28
I am able to build this, but it does not run. I posted to the bluealsa package as well, but am wondering if this is an Arch systemd permission issue? The current version builds as: bluez-alsa-git 1.4.0.r9.g1557602-1
Also, the tmpfiles references /var/run and should be changed to /run in the package...
I have installed the bluetooth-raspberrypi AUR as well as installed the standard bluez packages:
bluetooth-raspberrypi 6-2 bluez 5.50-6 bluez-alsa-git 1.4.0.r9.g1557602-1 bluez-libs 5.50-6 bluez-utils 5.50-6
Every launch of the service gives this error in the journal:
Mar 31 17:17:48 rune dbus-daemon[270]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.51" (uid=974 pid=1385 comm="/usr/bin/bluealsa ") interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" error name="(unset)" requested_reply="0" destination="org.bluez" (uid=0 pid=272 comm="/usr/lib/bluetooth/bluetoothd ") Mar 31 17:17:48 rune bluealsa[1385]: /usr/bin/bluealsa: Couldn't get managed objects: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 2 matched rules; type="method_call", sender=":1.51" (uid=974 pid=1385 comm="/usr/bin/bluealsa ") interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" error name="(unset)" requested_reply="0" destination="org.bluez" (uid=0 pid=272 comm="/usr/lib/bluetooth/bluetoothd ") Mar 31 17:17:48 rune bluealsa[1385]: /usr/bin/bluealsa: Couldn't acquire D-Bus name: org.bluealsa Mar 31 17:17:48 rune systemd[1]: bluealsa.service: Main process exited, code=exited, status=1/FAILURE Mar 31 17:17:48 rune systemd[1]: bluealsa.service: Failed with result 'exit-code'.