Public bug reported:
/etc/pulse/default.pa in Ubuntu 16.10 amd64 currently contains the
following lines to detect a running jackd:
### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jackdbus-detect channels=2
.fail
.endif
This however is determined to fail because the source and sink modules
don't get loaded. When I replace that part with the following, I can
start up jackd as user, kill pulseaudio server, and everything is
working:
### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jack-sink
load-module module-jack-source
load-module module-jackdbus-detect channels=2
.fail
.endif
** Affects: pulseaudio (Ubuntu)
Importance: Undecided
Status: New
** Description changed:
- /etc/pulse/default.pa currently contains the following lines to detect a
- running jackd:
+ /etc/pulse/default.pa in Ubuntu 16.10 amd64 currently contains the
+ following lines to detect a running jackd:
### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jackdbus-detect channels=2
.fail
.endif
-
- This however is determined to fail because the source and sink modules don't
get loaded. When I replace that part with the following, I can start up jackd
as user, kill pulseaudio server, and everything is working:
+ This however is determined to fail because the source and sink modules
+ don't get loaded. When I replace that part with the following, I can
+ start up jackd as user, kill pulseaudio server, and everything is
+ working:
### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jack-sink
load-module module-jack-source
load-module module-jackdbus-detect channels=2
.fail
.endif
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1638118
Title:
support for jack output not working because necessary modules don't
get loaded
Status in pulseaudio package in Ubuntu:
New
Bug description:
/etc/pulse/default.pa in Ubuntu 16.10 amd64 currently contains the
following lines to detect a running jackd:
### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jackdbus-detect channels=2
.fail
.endif
This however is determined to fail because the source and sink modules
don't get loaded. When I replace that part with the following, I can
start up jackd as user, kill pulseaudio server, and everything is
working:
### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jack-sink
load-module module-jack-source
load-module module-jackdbus-detect channels=2
.fail
.endif
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1638118/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp