Giter Site home page Giter Site logo

Comments (8)

EHfive avatar EHfive commented on July 24, 2024 9

Append following lines to /etc/pulse/default.pa


.ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy
.endif

.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif

And restart your pulseaudio, then check again.

Or run following commands

pactl load-module module-bluetooth-policy
pactl load-module module-bluetooth-discover

from pulseaudio-modules-bt.

pacho2 avatar pacho2 commented on July 24, 2024 1

The problem is that, when building pulseaudio without its bluetooth support (as it collides with this one), that lines in default.pa config file are removed. Isn't there a way for pulseaudio-modules-bt to provide the proper config file on its side to prevent this?

Thanks!

from pulseaudio-modules-bt.

okias avatar okias commented on July 24, 2024

kinda looks like that bluez missing some patch, but no idea which one.

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on July 24, 2024

Run pactl list short modules | grep blue to see if your bluetooth modules are loaded.

from pulseaudio-modules-bt.

okias avatar okias commented on July 24, 2024

no module loaded :(

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on July 24, 2024

Any response?

from pulseaudio-modules-bt.

okias avatar okias commented on July 24, 2024

@EHfive cool, after running load module it's fine :) Thanks (I'll change config later)

from pulseaudio-modules-bt.

sriv avatar sriv commented on July 24, 2024

I see something similar in popOS (20.04, focal)

bluetoothd[8257]: src/device.c:connect_profiles() /org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX (all), client :1.175
bluetoothd[8257]: profiles/audio/a2dp.c:a2dp_sink_connect() path /org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX
bluetoothd[8257]: a2dp-sink profile connect failed for XX:XX:XX:XX:XX:XX: Protocol not available

Pulseaudio version:

$ pulseaudio --version
pulseaudio 13.99.1

/etc/pulse/default.pa has the following entries:

### Automatically load driver modules for Bluetooth hardware
.ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy
.endif

.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif

I tried to replace load-module module-bluetooth-discover with load-module module-bluetooth-discover a2dp_config="ldac_eqmid=sq" but it doesn't work.

The device I'm trying to pair is FiiO uBtr - https://www.fiio.com/%CE%BCbtr

This device supports aptX (which I use in my android phone)

Please help!

from pulseaudio-modules-bt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.