<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 6, 2018 at 10:22 AM, Bill Purvis <span dir="ltr"><<a href="mailto:bill@billp.org" target="_blank">bill@billp.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF">
    <div class="m_2616837148359781821gmail-m_-7439475083306569716moz-cite-prefix">On 06/06/18 14:12, Mac wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr"><br>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">....<span class="m_2616837148359781821gmail-"><br>
            <div><br>
            </div>
            <div>Apparently not. I tried "jack_control dps device
              surround71:PCH,0" and still got playback_1,_2. (There are
              also surround21, 41, etc. none of those changed anything
              either.)</div>
            <div>As for hdajackretask, when I tried to "Apply now" I got
              a device busy message. I didn't try "Install boot
              override".<br>
            </div>
            <div> </div>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
              In my case the real answer is I don't know. I tend to
              disable any internal audio device to clear up one more
              thing that may interfere with "real audio".<br>
              <br>
            </blockquote>
            <div><br>
            </div>
          </span></div>
        </div>
      </div>
    </blockquote>
    I use qjackctl, so I'm not that familiar with the command line
    interface.<br>
    In the Qjackctl settings panel, under advanced, it shows the
    'system' output device,<br>
    and also a field for number of channels. I had an 8-channel DAC
    connected a while back<br>
    and setting channels=8 and restarting produced 8 system outputs. So
    it is possible.<br>
    <br>
    Looking at web pages for jack_control, I'd suggest trying:<br>
    <br>
        jack_control dps device surround71LPCH,0<br>
        jack_control dps channels 7<br>
    <br>
    might be the answer?<span class="m_2616837148359781821gmail-HOEnZb"></span><br></div></blockquote></div></div><div class="gmail_extra"><br></div><div class="gmail_extra">Assuming the 'L" was a typo i changed the lines in the script to:</div><div class="gmail_extra"><br></div><div class="gmail_extra">jack_control dps device surround71:PCH,0<br>jack_control dps channels 7<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">That produced the following error after attempting execute the second line:</div><div class="gmail_extra"><br></div><div class="gmail_extra">DBus exception: org.jackaudio.Error.<wbr>InvalidArgs: Invalid container address 'driver':'channels':'(null)' supplied to method 'GetParameterInfo'.<br><br></div><div class="gmail_extra">A look at the jack_control help showed the parameter was "outchannels: Number of playback channels (defaults to hardware max) (uint:notset:0:0)"</div><div class="gmail_extra"><br></div><div class="gmail_extra">I assume this means the surround71 knows only 2 channels, but I changed the script:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">jack_control dps device surround71:PCH,0<br>jack_control dps outchannels 7<br></div><div class="gmail_extra"><br></div>This does not throw an error, but still only results in 2 system outputs.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>