Bluetooth: Difference between revisions

imported>Makefu
No edit summary
imported>Makefu
add notes about failing load
Line 53: Line 53:


===System-Wide PulseAudio ===
===System-Wide PulseAudio ===
{{Expansion|When setting up pulseaudio systemWide extra policies needs to be deployed for pulse to be able to connect to the bluetooth stack. The Info below is not enough.}}
When you are running <code>pulseAudio</code> system-wide then you will need to add the following modules to your <code>default.pa</code> configuration:
When you are running <code>pulseAudio</code> system-wide then you will need to add the following modules to your <code>default.pa</code> configuration:
<syntaxHighlight lang="nix">
<syntaxHighlight lang="nix">
Line 58: Line 60:
   load-module module-bluetooth-policy
   load-module module-bluetooth-policy
   load-module module-bluetooth-discover
   load-module module-bluetooth-discover
   load-module module-bluez5-device
   ## module fails to load with
   load-module module-bluez5-discover
  ##  module-bluez5-device.c: Failed to get device path from module arguments
  ##  module.c: Failed to load module "module-bluez5-device" (argument: ""): initialization failed.
  # load-module module-bluez5-device
   # load-module module-bluez5-discover
'';
'';
</syntaxHighlight>
</syntaxHighlight>
Line 75: Line 80:
This configuration may be unnecessary and does not work with bluez5 (<tt>Unknown key Enable for group General</tt> ).
This configuration may be unnecessary and does not work with bluez5 (<tt>Unknown key Enable for group General</tt> ).


{{Expansion|When setting up pulseaudio systemWide extra policies needs to be deployed for pulse to be able to connect to the bluetooth stack}}


===Managing audio devices===
===Managing audio devices===