Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
wiki:raspberrypi [2015/04/19 10:03] – [Running JACK] autostaticwiki:raspberrypi [2015/05/09 20:35] – [Running JACK] autostatic
Line 214: Line 214:
 When using Jack2 you might want to disable dbus dependent code in JACK components if you want to run Jack2 on a headless RPi (so without X). You can do this by building without the ''--dbus'' option. The JACK2 packages in the AutoStatic repositories have dbus disabled. Another option is to export the following environment variable before starting JACK2: When using Jack2 you might want to disable dbus dependent code in JACK components if you want to run Jack2 on a headless RPi (so without X). You can do this by building without the ''--dbus'' option. The JACK2 packages in the AutoStatic repositories have dbus disabled. Another option is to export the following environment variable before starting JACK2:
   export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket   export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket
 +
 +And then add the following lines to ''/etc/dbus-1/system.conf'':
 +    <policy user="pi">
 +          <allow own="org.freedesktop.ReserveDevice1.Audio1"/>
 +    </policy>
  
 === Using an external USB audio interface === === Using an external USB audio interface ===
wiki/raspberrypi.txt · Last modified: 2020/03/15 17:50 by autostatic