<font size="2">I am trying to get my irblaster from <a href="http://irblaster.info">http://irblaster.info</a> working with a Motorola DCT2244. I am following instructions from here:<br><br><a href="http://losdos.dyndns.org:8080/public/mythtv-info/MythTV_DISH_IR_LED_TX_via_Modified_LIRC.html">
http://losdos.dyndns.org:8080/public/mythtv-info/MythTV_DISH_IR_LED_TX_via_Modified_LIRC.html</a><br><br><br>I am using the /etc/ledxmitd.conf from here (I read somewhere that this will work for a DCT2244 or any other DCT2xxx series box). I also tried the config file for the DCT2244, but it doesn't work and only has 0-9 (no CH+, Exit, etc.)
<br><br><a href="http://lirc.sourceforge.net/remotes/motorola/DCT2000">http://lirc.sourceforge.net/remotes/motorola/DCT2000</a><br><br>I downloaded lirc-0.8.1pre1 and untar and unzip, <br><br>./<span style="font-weight: bold;">
myth-ledxmit.sh</span><br><br>cd myth-ledxmit.WIP<br><br>make install<br><span style="font-weight: bold;"></span><br>create /etc/modutils/lirc-ledxmit:<br><br># this is
/etc/modutils/lirc-ledxmit<br>alias char-major-72 ledxmit_serial<br>below ledxmit_serial ledxmit_dev<br># !!! note DEFAULT is COM2
!!! <span style="font-style: italic;"></span><br># for COM1, simply uncomment the
following:<br>options ledxmit_serial irq=4
io=0x3f8<br># for COM2, do nothing, or uncomment
the following:<br># options ledxmit_serial irq=3
io=0x2f8<br><br>/sbin/update-modules<br><span style="font-weight: bold;"></span><br>/bin/mknod /dev/ledxmit c 72 0<br><span style="font-weight: bold;"></span><br>/bin/setserial /dev/ttyS0
uart
none<br><br>/sbin/modprobe ledxmit_serial<br><br>/usr/local/lirc-ledxmit/sbin/ledxmit-ledxmitd<br><br>/usr/local/lirc-ledxmit/bin/ledxmit-irsend SEND_ONCE DCT2000 CH+</font>
<br><br>
I think everything compiled OK. No errors. The ledxmit daemon is running, but when I try to send a signal the channel will not change. In /var/log/ledxmitd I get this<br><br><font size="2">July 27 22:32:04
develop
ledxmitd: accepted new client on /dev/ledxmitd<br>July 27 22:32:04 develop ledxmitd: removed client</font><br><br>The light that flashes on the cable box when the remote is pressed does not come on either. Is my irblaster dead??? Am I using the wrong serial port. I have an Asus A8N-SLI mobo if that makes any difference.
<br>