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 --device=/dev/lircd1 SEND_ONCE $REMOTE_NAME Select 
~

Any light you can shed on the problem would be great, I'm really stuck on this final problem

Cheers

Steve
On 7/21/05, 
Nick [EMAIL PROTECTED] wrote:

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
 running 
mythtv18.1 on a pundit-r using a PVR250 (setup using Jarod's excellent guide).I have everything else working including the the remote for mythtv but I can't get the IR blaster to change channel!The red LED
 flashes when I try to change channel so I know it is on the correct COM port but I get this output: [EMAIL PROTECTED] ~]# /usr/local/bin/change_chan.sh 120 /usr/local/bin/change_chan.sh: line 8: /root: is a directory
Steve,Do you want to post your channel change script - it should only have 7lines if you're using the one from 
lircsetup.com.Nick


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[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 Jarod's excellent guide). I have everything else working including the the remote for mythtv but I can't get the IR blaster to change channel! The red LED flashes when I try to change channel so I know it is on the correct COM port but I get this output: 

[EMAIL PROTECTED] ~]# /usr/local/bin/change_chan.sh 120/usr/local/bin/change_chan.sh: line 8: /root: is a directory/usr/local/bin/change_chan.sh: line 9: /root: is a directory/usr/local/bin/change_chan.sh: line 10: /root: is a directory 
/usr/local/bin/change_chan.sh: line 11: /root: is a directory/usr/local/bin/change_chan.sh: line 12: /root: is a directory/usr/local/bin/change_chan.sh: line 13: /root: is a directory/usr/local/bin/change_chan.sh: line 14: /root: is a directory 
/usr/local/bin/change_chan.sh: line 15: /root: is a directory/usr/local/bin/change_chan.sh: line 16: /root: is a directory/usr/local/bin/change_chan.sh: line 17: /root: is a directory/usr/local/bin/change_chan.sh: line 18: /root: is a directory 
/usr/local/bin/change_chan.sh: line 19: /root: is a directory/usr/local/bin/change_chan.sh: line 20: /root: is a directory/usr/local/bin/change_chan.sh: line 21: /root: is a directory/usr/local/bin/change_chan.sh: line 22: /root: is a directory 
/usr/local/bin/change_chan.sh: line 23: /root: is a directory/usr/local/bin/change_chan.sh: line 24: /root: is a directory/usr/local/bin/change_chan.sh: line 25: --: command not found[EMAIL PROTECTED] ~]# ls -l /dev/lirc* 
lrwxrwxrwx 1 root root 5 Jul 14 15:08 /dev/lirc - lirc0crw--- 1 root root 61, 0 Jul 14 15:08 /dev/lirc0crw--- 1 root root 61, 1 Jul 14 15:08 /dev/lirc1srw-rw-rw- 1 root root 0 Jul 14 15:08 /dev/lircd 
srw-rw-rw- 1 root root 0 Jul 14 15:08 /dev/lircd1Does anybodyhave any idea what I'm doing wrong? Any help you could provide would be most welcome as apart from this I have a fully working MythTV box. Thanks in advance 


Steve
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users