LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   auto connect mixer to bluetooth device (https://www.linuxquestions.org/questions/linux-software-2/auto-connect-mixer-to-bluetooth-device-4175718924/)

mjsurette 11-19-2022 09:01 AM

auto connect mixer to bluetooth device
 
I installed spiral linux (XFCE) and one of the amazing features was that when I connected my bluetooth headset it would automatically connect my mixer to it.

When I switched to the debian testing repos though, this feature disappeared.

Any ideas on how to get this back?

jailbait 11-19-2022 11:39 AM

That will be controlled by the settings in your desktop. On KDE you should look at System Settings -> Hardware -> Audio. Look through your desktop's (XFCE) configuration settings.

mjsurette 11-19-2022 03:55 PM

Thanks for the tip @jailbait, but I can't find that setting in the XFCE settings.

My googling did find a solution for Fedora, which I run on my laptop. It runs PipeWire, where Debian runs PulseAudio.

sudo sed -i -e '/module-switch-on-connect/s/#//' /usr/share/pipewire/pipewire-pulse.conf

mjsurette 11-19-2022 07:23 PM

I found the answer and it was very simple...

add the line

load-module module-switch-on-connect

to

/etc/pulse/default.pa

sb56637 11-20-2022 06:18 AM

Quote:

Originally Posted by mjsurette (Post 6393264)
I found the answer and it was very simple...

add the line

load-module module-switch-on-connect

to

/etc/pulse/default.pa

Hi there, SpiralLinux creator here. This is the correct solution. To avoid having to do so it would be best to choose the option to keep the previous config file during the upgrade process when it prompts you about what to do with the new version.


All times are GMT -5. The time now is 06:45 PM.