On Tue, May 6, 2014 at 10:25 AM, Kaj Ailomaa <[email protected]> wrote:
> > > > > > 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 > > [email protected] > > 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> > > (I think) Previously (AV Linux & UBS 12) the Pulse sink and source was there but not connected. Then my script connected them where I wanted them to go. The script still does this, but the pulse output is already connected to the AF12 ch1 & 2 and then my script connects them to ch1 & 2 again. So I want Pulse source & sink, I just don't want it to be auto connected. It might be a couple days before I get to actually work on this again. Thanks for the help. Mac
-- ubuntu-studio-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
