Re: [mythtv-users] FC3 LIRC IR Problem

2005-07-23 Thread Stephen Roebuck
Nick, Thanks for the response, here is a copy of my channel change script: #!/bin/sh REMOTE_NAME=SkyDigital for digit in $(echo $1 | sed -e 's/./ /g'); do irsend --device=/dev/lircd1 SEND_ONCE $REMOTE_NAME $digit sleep 0.4 # note, you may have to tweak the interdigit delay up a bit done irsend

[mythtv-users] FC3 LIRC IR Problem

2005-07-21 Thread Stephen Roebuck
Hi, I'mhaving problems getting my IR blaster to work, I have followedthe very good instructions athttp://www.lircsetup.com/lirc/blaster/index.php to setup my mythtv box to control my SKY TV box (Thomson DSI4212). I'm using FC3 and running mythtv18.1 on a pundit-r using a PVR250 (setup using

Re: [mythtv-users] FC3 LIRC IR Problem

2005-07-21 Thread Nick
On 7/21/05, Stephen Roebuck [EMAIL PROTECTED] wrote: Hi, I'm having problems getting my IR blaster to work, I have followed the very good instructions at http://www.lircsetup.com/lirc/blaster/index.php to setup my mythtv box to control my SKY TV box (Thomson DSI4212). I'm using FC3 and