-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest git version bluealsa - D-bus error #233
Comments
got this one too on Arch when launching 'bluealsa': Acquired package from AUR https://aur.archlinux.org/packages/bluez-alsa-git/ is there a way how it could be avoided or fixed? |
You can run dbus-monitor and see whether some "obvious" reason of not
acquiring dbus name is not the issue here. Dbus provides some extra message
unfortunately I don't know how to access it from the gdbus API.
|
sorry my mistake, it seems I launched it twice. when "killall bluealsa" and then "bluealsa &" comes without any errors. So does it mean that bluealsa works properly, and most probably doesn't cause failure to connect to bluetooth devices, which I am trying to solve now? |
It's really hard to tell, because there can ba a lot of obstacles preventing connection with the BT device. But the best way to tell is to compile bluez-alsa with debug enabled and see the logs. If there is no logs (when the connection attempt is made) it might mean, that the connection is not forwarded to the bluealsa by the bluez daemon. Then, you have to look for the issue in the bluez itself. Also, make sure that profile which you try to utilize is enabled in the bluealsa (see |
added dbus-monitor log, see start message. This is right dbus-monitor log for old worked version bluealsa:
|
Arkadsiusz, thank you a lot. You delivered me to the right place - help section about profile. Maybe someone will face such problem in the future. So problem was not using profile calling: 'bluealsa &' . Adding profile allowed to connect 'bluealsa -p a2dp-sink &'. now i have another issue 'bluealsa-aplay: Couldn't open PCM: No such file or directory' but i won't be spamming here. Thanks again, now i can move forward with my project |
Yes, fixed for me, missing /etc/dbis-1/system.d/bluealsa.conf in my system. |
dbus sessions launched, bluetoothd work fine.
dbus-monitor --system messages after start bluealsa:
The text was updated successfully, but these errors were encountered: