Hmm.<br><br>Well, I do have some interesting results.&nbsp; First, from dmesg:<br><br>lirc_dev: IR Remote Control driver registered, major 61<br>lirc_i2c: chip 0x10020 found @ 0x18 (Hauppauge IR)<br>lirc_dev: lirc_register_plugin: sample_rate: 10<br>
lirc_serial: auto-detected active high receiver<br>lirc_dev: lirc_register_plugin: sample_rate: 0<br><br><br>It does say that lirc_serial (which is what&#39;s supposed to be connected to my blaster) has detected a receiver, when it&#39;s actually a transmitter.&nbsp; I don&#39;t know if that makes a difference.<br>
<br>Far more interestingly, when I manually do &quot;modprobe lirc_serial&quot;, that is EXACTLY when the LED lights up (and then stays on forever until I turn the box off).&nbsp; So...maybe some sort of misconfiguration of lirc_serial?&nbsp; I installed lirc from yum and so didn&#39;t ever run ./configure....what kind of configuration can I be doing before I do the modprobe?<br>
<br>My receiver doesn&#39;t have firewire, StarChoice is very strict about not allowing outside things touch their receivers, heh.<br><br>Thanks again to all who have commented so far,<br>--Trevor<br><br><br><div><span class="gmail_quote">On 22/03/2008, <b class="gmail_sendername">Steve Wilson</b> &lt;<a href="mailto:mythtv_arizona@yahoo.com">mythtv_arizona@yahoo.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br> --- Trevor Hill &lt;<a href="mailto:trevor.hill@gmail.com">trevor.hill@gmail.com</a>&gt; wrote:<br> <br> &gt; I haven&#39;t posted here in a while.&nbsp;&nbsp;I had a MythTV<br> &gt; box that ran flawlessly<br> &gt; for about three years with only minor updates until<br>
 &gt; it gave up the ghost a<br> &gt; few weeks ago.&nbsp;&nbsp;I broke down and bought almost a<br> &gt; whole new set of parts<br> &gt; (motherboard, processor, hard driver, etc.) rather<br> &gt; than trying to figure out<br> &gt; which of the parts on my old machine had failed.<br>
 &gt; Everything is going well!<br> &gt; Except for the IR blaster.&nbsp;&nbsp;I have a motorola<br> &gt; receiver (for StarChoice) and<br> &gt; a plain old RS232 IR blaster I got from<br> &gt; <a href="http://irblaster.info">irblaster.info</a>.<br>
 &gt;<br> &gt; The configuration looks okay -- I&#39;ve followed the<br> &gt; directions at<br> &gt; <a href="http://www.htpcug.com/blaster.htm">http://www.htpcug.com/blaster.htm</a>.&nbsp;&nbsp;When I try to<br> &gt; run the change channel<br>
 &gt; script, I don&#39;t get any errors or weird log entries,<br> &gt; but nothing happens.<br> &gt; The doubly strange thing: the LED on the blaster<br> &gt; that is supposed to blink<br> &gt; when a signal is sent is on constantly from some<br>
 &gt; point during the startup<br> &gt; process (I&#39;m not exactly sure where) until I turn<br> &gt; the machine off.&nbsp;&nbsp;This is<br> &gt; obviously not normal. :)<br> &gt;<br> &gt; I had it running on COM1 (IRQ4) at first.&nbsp;&nbsp;After<br>
 &gt; that didn&#39;t go very well, I<br> &gt; tried switching it to COM2.&nbsp;&nbsp;When I&#39;d changed the<br> &gt; IRQ of the single serial<br> &gt; port in the BIOS but hadn&#39;t reconfigured the<br> &gt; modprobe.conf yet, the LED on<br>
 &gt; the blaster obviously didn&#39;t come on for that<br> &gt; reboot.&nbsp;&nbsp;However, when I fixed<br> &gt; up modprobe.conf and rebooted again, we were back to<br> &gt; the old situation: LED<br> &gt; on all the time, no signals being sent, no error<br>
 &gt; messages.<br> &gt;<br> &gt; Any ideas?&nbsp;&nbsp;I&#39;ve mostly ruled out lircd.conf and<br> &gt; such being a problem as<br> &gt; that wouldn&#39;t cause the IR blaster to not send any<br> &gt; signals at all, just send<br>
 &gt; the wrong ones.<br> &gt;<br> &gt; My current modprobe.conf:<br> &gt;<br> &gt; [snip]<br> &gt; alias char-major-61-0 lirc_i2c<br> &gt; alias char-major-61-1 lirc_serial<br> &gt; options lirc_serial irq=3 io=0x2f8<br>
 &gt; ####IR setup####<br> &gt; install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe<br> &gt; --ignore-install<br> &gt; lirc_i2c<br> &gt; install lirc_serial setserial /dev/ttyS1 uart none;<br> &gt; /sbin/modprobe<br> &gt; --ignore-install lirc_serial<br>
 &gt; [/snip]<br> &gt;<br> &gt; rc.local:<br> &gt;<br> &gt; /sbin/modprobe lirc_i2c<br> &gt; /sbin/modprobe lirc_serial<br> &gt; /usr/sbin/lircd --device=/dev/lirc0<br> &gt; --output=/dev/lircd<br> &gt; /usr/sbin/lircd --driver=default --device=/dev/lirc1<br>
 &gt; --output=/dev/lircd1<br> &gt; --pidfile=/var/run/lircd1.pid<br> &gt;<br> &gt;<br> &gt; # ls -al /dev/lirc*<br> &gt; lrwxrwxrwx 1 root root&nbsp;&nbsp;&nbsp;&nbsp; 5 2008-03-21 20:23<br> &gt; /dev/lirc -&gt; lirc0<br> &gt; crwxrwxrwx 1 root lirc 61, 0 2008-03-21 20:23<br>
 &gt; /dev/lirc0<br> &gt; crwxrwxrwx 1 root lirc 61, 1 2008-03-21 20:23<br> &gt; /dev/lirc1<br> &gt; srwxrwxrwx 1 root root&nbsp;&nbsp;&nbsp;&nbsp; 0 2008-03-21 20:23<br> &gt; /dev/lircd<br> &gt; srwxrwxrwx 1 root root&nbsp;&nbsp;&nbsp;&nbsp; 0 2008-03-21 20:23<br>
 &gt; /dev/lircd1<br> &gt;<br> &gt;<br> &gt; --Trevpr<br> <br>&gt; &gt; _______________________________________________<br> &gt; mythtv-users mailing list<br> &gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
 &gt;<br> <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br> &gt;<br> <br> I assume you&#39;ve done the setup in the link since you<br> have a remote control as well. Does the remote work?<br>
 <br> Also, I&#39;d try to manually start lirc to see if any<br> errors popup so I&#39;d comment out the lines in rc.local<br> and then I&#39;d do each modprobe then start lirc. I&#39;d<br> also add the --logfile switch to lirc. I&#39;d then do a<br>
 dmesg | grep lirc to see if it says anything doesn&#39;t<br> look right. After that, I&#39;d manually try sending one<br> code at a time in a terminal to see if it gives you<br> any errors.<br> <br> #irsend --device=/dev/lircd1 SEND_ONCE<br>
 &quot;REMOTE_NAME_in_lircd&quot; 1<br> <br><br> <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;____________________________________________________________________________________<br> Looking for last minute shopping deals?<br> Find them fast with Yahoo! Search.&nbsp;&nbsp;<a href="http://tools.search.yahoo.com/newsearch/category.php?category=shopping">http://tools.search.yahoo.com/newsearch/category.php?category=shopping</a><br>
 <br> </blockquote></div><br>