You are not logged in.
Pages: 1
I am trying to get LDAC on Pulse working. It registers these endpoints
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSource/ldac_hq
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSource/ldac_sq
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSource/ldac_mq
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSink/aptx_hd
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSource/aptx_hd
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSink/aptx
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSource/aptx
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSink/sbc
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSource/sbc
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSink/faststream
Mar 07 18:22:59 nb bluetoothd[524]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSource/faststreamI can see that source is alright but i don't see any LDAC sink, what does it exactly mean? Do I have to install something. Pulseaudio should support LDAC from 15.0....
P.S. sorry for not using code block traditional github ``` didn't work ![]()
Edit: thanks for telling me about codeblocks ![]()
Last edited by jaywor (2024-03-07 19:13:50)
Offline
Is the optional (but required for LDAC) dependency gst-plugins-bad installed?
You can do code blcoks with the much more traditional \[code\]\[/code\] bbcode syntax: https://bbs.archlinux.org/help.php#bbcode
Offline
Yes it is, this is the version... I even reinstalled it...
[ user@nb /~ ]\> pacman -Q gst-plugins-bad
gst-plugins-bad 1.22.10-1P.S. thanks for telling me about code blocks ![]()
Offline
This might be helpful...
Mar 08 11:38:11 nb systemd[1]: Starting Bluetooth service...
Mar 08 11:38:12 nb bluetoothd[509]: Bluetooth daemon 5.72
Mar 08 11:38:12 nb systemd[1]: Started Bluetooth service.
Mar 08 11:38:12 nb bluetoothd[509]: Starting SDP server
Mar 08 11:38:12 nb bluetoothd[509]: src/plugin.c:plugin_init() System does not support csip plugin
Mar 08 11:38:12 nb bluetoothd[509]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Mar 08 11:38:12 nb bluetoothd[509]: src/plugin.c:plugin_init() System does not support micp plugin
Mar 08 11:38:12 nb bluetoothd[509]: src/plugin.c:plugin_init() System does not support vcp plugin
Mar 08 11:38:12 nb bluetoothd[509]: src/plugin.c:plugin_init() System does not support mcp plugin
Mar 08 11:38:12 nb bluetoothd[509]: src/plugin.c:plugin_init() System does not support bass plugin
Mar 08 11:38:12 nb bluetoothd[509]: src/plugin.c:plugin_init() System does not support bap plugin
Mar 08 11:38:12 nb bluetoothd[509]: Bluetooth management interface 1.22 initialized
Mar 08 11:38:12 nb bluetoothd[509]: Battery Provider Manager created
Mar 08 11:38:12 nb bluetoothd[509]: src/device.c:device_set_wake_support() Unable to set wake_support without RPA resolution
Mar 08 11:38:12 nb bluetoothd[509]: src/device.c:set_wake_allowed_complete() Set device flags return status: Invalid ParametersAm I missing some plugins?
Offline
Pages: 1