<div class="gmail_quote">On Sat, Oct 10, 2009 at 11:17 AM, Johnny <span dir="ltr">&lt;<a href="mailto:jarpublic@gmail.com">jarpublic@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div class="im">&gt;             REMOTE_ARGS=&quot;--device=$REMOTE_DEVICE $REMOTE_ARGS&quot;<br>&gt;             REMOTE_ARGS=&quot;--driver=$REMOTE_DRIVER $REMOTE_ARGS&quot;<br>&gt;             REMOTE_ARGS=&quot;--release $REMOTE_ARGS --output=/dev/lircd<br>

&gt; --listen&quot;<br><br></div>Those three statements are all in conditional &quot;if&quot; statements. That<br>means each one is run only under certain conditions. For example the<br>last line that you edited is only run if you are also using a blaster<br>

with that same remote. You want the &quot;--release&quot; to always be applied<br>so you don&#39;t want it added inside of a conditional statement like<br>that. I put mine in at the top right after REMOTE_ARGS is defined. I<br>

didn&#39;t spend a lot of time looking at the code so there may be some<br>better way, but this is what I did:<br><br>build_remote_args ()<br>{<br>   local REMOTE_ARGS=&quot;$*&quot;<br><br>   #Required for Hulu Desktop<br>


<div class="im">   REMOTE_ARGS=&quot;--release $REMOTE_ARGS&quot;<br></div>
<div>
<div></div>
<div class="h5">_______________________________________________<br><br></div></div></blockquote>
<div>Sadly that may still not work in my case. I&#39;m using IRTrans and it isn&#39;t using lirc the way it normally works. I added in that line just after the local REMOTE ARGS, but it still didn&#39;t help.</div>
<div>Is there anything different I should be doing. I don&#39;t have any lirc device running. When I do a ps aux command, I just have:</div>
<div>/usr/sbin/irserver -daemon -pidfile /var/run/irserver.pid -loglevel 2 -logfile /var/log/irserver.log /dev/ttyUSB0</div>
<div> </div>
<div>Thanks,</div>
<div>-Greg Smith</div></div>