> > > 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> -- ubuntu-studio-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
