<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Folks- I'm having an issue controlling a <span style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; white-space: pre; ">vip211k via myth and and an ir blaster. I have confirmed lircd and blaster setup by doing "irsend -d /dev/lircd SEND_ONCE dish 3" from the commandline and it changes the channel. But none of the scripts I've found seems to be able to change the channel via the backend, altough the backend reports the external channel changing program exiting without error.</span><div>
<font face="arial, sans-serif"><span style="border-collapse: collapse; white-space: pre; "><br>
</span></font></div><div><font face="arial, sans-serif"><span style="border-collapse: collapse; white-space: pre; ">I'm using the following script:</span></font></div><div><font face="arial, sans-serif"><span style="border-collapse: collapse; white-space: pre; "><div>
#!/bin/bash</div><div>REMOTE_NAME=dish</div><div>irsend --device=/dev/lircd SEND_ONCE $REMOTE_NAME select</div><div>sleep 0.5</div><div>for digit in $(echo $1 | sed -e 's/./& /g'); do</div><div>irsend --device=/dev/lircd SEND_ONCE $REMOTE_NAME $digit</div>
<div>sleep 0.5</div><div>done</div><div>irsend --device=/dev/lircd SEND_ONCE $REMOTE_NAME select</div><div><br></div><div><br></div><div>Thanks for any help.</div></span></font></div></span><br>-- <br>Kevin Plew<br><a href="mailto:kevincplew@gmail.com">kevincplew@gmail.com</a><br>
<br>