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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1638118

Title:
  support for jack output not working because necessary modules don't
  get loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1638118/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to