** Changed in: pulseaudio (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded 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:
  Invalid

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/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to