JACK: Difference between revisions
imported>User No edit summary |
imported>Facundominguez Comment on the need for JACK_PROMISCUOUS_SERVER |
||
Line 52: | Line 52: | ||
Check if you have previous settings in ~/.config/jack/conf.xml. Try renaming this file and running the pactl command again. | Check if you have previous settings in ~/.config/jack/conf.xml. Try renaming this file and running the pactl command again. | ||
You might need this setting so JACK_PROMISCUOUS_SERVER is defined when pulseaudio is started. | |||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | |||
systemd.user.services.pulseaudio.environment = { | |||
JACK_PROMISCUOUS_SERVER = "jackaudio"; | |||
}; | |||
</nowiki>}} | |||
Otherwise, you may get further info by disabling PulseAudio respawning (see above) and starting it in verbose mode: | Otherwise, you may get further info by disabling PulseAudio respawning (see above) and starting it in verbose mode: |