[ubuntu-studio-users] Pulse and Jack

Kaj Ailomaa zequence at mousike.me
Tue May 6 14:25:51 UTC 2014


> >
> Well I did try commenting that out. But, the connect didn't go
> away...but,
> I didn't restart pulse either.
> 
> Also, I want the Pulse channels, I just don't want them auto connected; I
> want to control the connection in my script.
> -- 
> ubuntu-studio-users mailing list
> ubuntu-studio-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users

You'll need to restart pulseaudio (as you suspected) to have changes
take effect. Just do: pulseaudio -k

I think in order to not have the sink and source autoconnect, the code
will need to be changed, or perhaps there is an option for that (like
channels=2).

To load the sink and source manually (not using dbus-detect), do:

pactl load-module module-jack-sink channels=<n>
pactl load-module module-jack-source channels=<n>




More information about the ubuntu-studio-users mailing list