logo       
Bookmark and Share

Re: Problem with one code for Motorola DCT700: msg#00067

hardware.lirc

Subject: Re: Problem with one code for Motorola DCT700

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:
I've seen 2 messages on this topic on the past couple months but no solutions.  I'm not sure if that means there is no solution or if it just wasn't published to the list.

I've recently started using a Motorola DCT700 for my digital STB. As far as I can tell, all the remote codes are the same for a DCT2000 , but I cannot get the new box to recognize the code for the 0 key.  All other keys work just fine, but the 0 never seems to be received by the DC700.
 
I tried creating a new config file using the remote which came with the unit and have had the same results.  
 
Does anyone has any idea how I can fix this?  Or if someone out there actually has a working config file for a DCT700, that'd be even better. 
 
Thanks, 
Joel

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | Mail Home | sitemap | FAQ | advertise