Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
wiki:raspberrypi [2017/05/18 22:59] – [Running JACK] - more specifics to help newbies colinsullivanwiki:raspberrypi [2017/09/29 19:31] – added descrepency I found with new raspbian colinsullivan
Line 226: Line 226:
           <allow own="org.freedesktop.ReserveDevice1.Audio1"/>           <allow own="org.freedesktop.ReserveDevice1.Audio1"/>
     </policy>     </policy>
 +    
 +WARNING: In Raspbian Stretch I had to do the following instead of modifying ''system.conf'':
 +
 +Create a new file ''/etc/dbus-1/system-local.conf'' with the following contents:
 +
 +    <?xml version="1.0"?> <!--*-nxml-*-->
 +    <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 +            "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 +    
 +    <busconfig>
 +    
 +            <policy context="default">
 +                    <allow own="org.freedesktop.ReserveDevice1.Audio0"/>
 +                    <allow own="org.freedesktop.ReserveDevice1.Audio1"/>
 +            </policy>
 +    
 +    </busconfig>
 +
 +
  
 === Using an external USB audio interface === === Using an external USB audio interface ===
wiki/raspberrypi.txt · Last modified: 2020/03/15 17:50 by autostatic