[mythtv-users] extra digits

Michael T. Dean mtdean at thirdcontact.com
Sat Apr 7 19:24:34 UTC 2007


On 04/07/2007 03:14 PM, Sreeram Kumar wrote:
> Thanks to all of you for the suggestions. I am using
> #!/bin/sh
> REMOTE_NAME=blaster
> for digit in $(echo $1 | sed -e 's/./& /g'); do
> irsend SEND_ONCE $REMOTE_NAME $digit
> sleep 0.3 # note, you may have to tweak the interdigit
> delay up a bit
> done
> irsend SEND_ONCE $REMOTE_NAME select
>
> as the script. I changed the repeat count to 3. Still
> I see the problem. What could be the issue? 
>   

What are you using for a lircd.conf.  Try this one: 
http://www.mythtv.org/wiki/index.php/DISHNetworkLIRCConfiguration (which 
is the only DISH confiuration worth using) and modify your REMOTE_NAME 
("REMOTE_NAME=dish").

Make sure your restart lircd after replacing lircd.conf.
 
Mike


More information about the mythtv-users mailing list