|
Re: Problem with one code for Motorola DCT700: msg#00067hardware.lirc
I had this same issue, I looked for a week to solve this problem finely I just wrote a work around in my change channel script I done everything i could think of to solve the problem. Full script can be located at this site. http://216.145.247.123/upload/change-channel-lirc.sh.txt if [ $cmd -eq 160 ] then /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME 1 sleep 0.4 /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME 6 sleep 0.4 /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME 1 sleep 1 /usr/local/bin/irsend SEND_ONCE 2000 CH- exit; elif [ $cmd -eq 10 ] then /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME 9 sleep 0.4 /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME enter sleep 1 /usr/local/bin/irsend SEND_ONCE 2000 CH+ exit; elif [ $cmd -eq 20 ] then /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME 1 sleep 0.4 /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME 9 sleep 0.4 /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME enter sleep 1 /usr/local/bin/irsend SEND_ONCE 2000 CH+ exit; .....cut elif [ $cmd -eq 550 ] then /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME 5 sleep 0.4 /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME 5 sleep 0.4 /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME 1 sleep 1 /usr/local/bin/irsend SEND_ONCE 2000 CH- exit; elif [ $cmd -eq 560 ] then /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME 5 sleep 0.4 /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME 5 sleep 0.4 /usr/local/bin/irsend SEND_ONCE $REMOTE_NAME 9 sleep 1 /usr/local/bin/irsend SEND_ONCE 2000 CH+ exit; fi On 2/16/06, Joel MacDonald <joel.macdonald-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx> wrote:
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Problem with one code for Motorola DCT700: 00067, Joel MacDonald |
|---|---|
| Next by Date: | lirc - mode2 didnt work: 00067, "Björn Ribniger" |
| Previous by Thread: | Problem with one code for Motorola DCT700i: 00067, Joel MacDonald |
| Next by Thread: | lirc - mode2 didnt work: 00067, "Björn Ribniger" |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | Mail Home | sitemap | FAQ | advertise |