<div dir="ltr">I did try the last process tip way back when, though I haven&#39;t revisited that lately. Unfortunately, since updating Debian the script I was trying to modify no longer works; I&#39;ll get back once I&#39;ve had a chance to fiddle with it a bit more.</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 9, 2015 at 9:41 AM, Sergio Chaves <span dir="ltr">&lt;<a href="mailto:sergio.chaves@gmail.com" target="_blank">sergio.chaves@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Also, have you tried to make it the last process/service to load? Maybe your script is trying to start before all the other services are up and running?<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 8, 2015 at 12:37 PM, Ed Cashin <span dir="ltr">&lt;<a href="mailto:ecashin@noserose.net" target="_blank">ecashin@noserose.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Sometimes logging in can change the owner or permission of sound-related special files under /dev.<div><br></div></div><br><div class="gmail_quote"><div><div><div dir="ltr">On Wed, Jul 8, 2015 at 5:40 AM LnxGnome &lt;<a href="mailto:lnxgnome@hopnet.net" target="_blank">lnxgnome@hopnet.net</a>&gt; wrote:<br></div></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div bgcolor="#FFFFFF" text="#000000">
    On 7/8/15 12:47 AM, Ian Forrest wrote:<br>
    <blockquote type="cite">
      <div dir="ltr">Hey all,
        <div><br>
        </div>
        <div>I suspect that this is an easier question than I&#39;m making
          it; I ran linux forever before law school, but never got too
          creative with it, so please forgive me if I&#39;m missing
          something obvious.</div>
        <div><br>
        </div>
        <div>I am using a Beaglebone Black running Debian as the brains
          of a stereo setup. I am running squeezelite (a software player
          for the logitech media server), piping it into ecasound for
          equalization and crossover filters, and finally sox for
          dithered re-quantization so that everything can be sent out to
          a dinky USB soundcard. This is all I plan on having the
          Beaglebone do, at least for the time being. </div>
        <div>
          <div><br>
          </div>
          <div>I have a bash script that does all this, cobbled together
            from a really great guide at <a href="http://rtaylor.sites.tru.ca/2013/06/25/digital-crossovereq-with-open-source-software-howto/" target="_blank">http://rtaylor.sites.tru.ca/2013/06/25/digital-crossovereq-with-open-source-software-howto/</a>
            . With a couple anonymizing modifications, it looks
            something like this:</div>
          <div><span><font face="arial, helvetica, sans-serif">
                <p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent"><br>
                  </span></p>
                <p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">#!/bin/sh</span></p>
                <span style="color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">/home/debian/squeezelite
                  -o - -u vL -a ::32:0 -n Speakers -s 192.168.x.x |
                  ecasound -q -z:mixmode,sum -x -a:pre -f:s32_le,2,44100
                  -i:stdin -pf:/home/debian/ecasound/pre.ecp -o:loop,1
                  -a:woofer,fullrange -i:loop,1 -a:woofer
                  -pf:/home/debian/ecasound/woofer.ecp -chorder:1,2,0,0
                  -a:fullrange -pf:/home/debian/ecasound/fullrange.ecp
                  -chorder:0,0,1,2 -a:woofer,fullrange -f:f32_le,4,44100
                  -o:stdout | sox -q -c 4 -r 44100 -b 32 -e float -L -t
                  raw - -e signed -c 4 -b 16 -t alsa surround40:Device
                  dither -s</span></font></span></div>
          <div><br>
          </div>
          <div>This works. ./squeezelite.sh runs and is off to the
            races, makes pretty noises, etc.</div>
          <div><br>
          </div>
          <div>The problem is daemonizing it and having it run at
            startup. Something tells me this is due to failure to
            understand scripting generally and pipes specifically. For
            now, I have to start a putty session and run the script
            myself. I have yet to find a good way to get it going
            automatically.</div>
        </div>
      </div>
    </blockquote></div><div bgcolor="#FFFFFF" text="#000000">
    ...&lt;snip&gt;<br>
    <br>
    Hi Ian,<br>
    <br>
      You haven&#39;t mentioned how it is failing.  Is there an error
    message?<br>
    <br>
      Taking a WAG, this may be as simple a PATHing difference between
    interactive vs non-interactive users.  Try adding the full path
    names to  <span><font face="arial, helvetica, sans-serif"><span style="color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent">ecasound
          and sox.</span></font></span></div><div bgcolor="#FFFFFF" text="#000000"><span><font face="arial, helvetica, sans-serif"><span style="color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:transparent"><br>
          <br>
          <font face="arial, helvetica, sans-serif">--LnxGn<font face="arial, helvetica, sans-serif">ome<br>
              <br>
            </font></font></span></font></span></div></div></div>

_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>
<br>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">R. Ian Forrest<br>(404) 236-9436<div><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse">J.D. 2013, University of Kentucky College of Law<br></span></div></div></div>
</div>