<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On Mar 22, 2006, at 2:46 PM, Brian Sutcliff wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">I purchased an irblaster from <A href="http://irblaster.com">irblaster.com</A>. I am using Fedora core 5 and the following kernel:<BR> <BR> 2.6.15-1.1833_FC4<BR> <BR> I have followed every HOWto I can find. No luck. Can someone look at my /etc/modprobe.conf ? <BR> <BR> I have spent countless hours trying to get this going.<BR> <BR> I have:<BR> <BR> options lirc_serial irq=4 io=0x3e8<BR> alias char-major-61-1 lirc_serial<BR> install lirc_serial setserial /dev/ttyS0 uart none; /sbin/modprobe --ignore-install lirc_serial<BR> <BR> I run the following commands to get it going:<BR> <BR> <BR> depmod -a lirc_serial<BR> modprobe lirc_serial<BR> /usr/sbin/lircd --device=/dev/lirc0 --output=/dev/lircd<BR> /usr/sbin/lircd --driver=default --device=/dev/lirc1 --output=/dev/lircd1 --pidfile=/var/run/lircd1.pid<BR> <BR> My dmesg:<BR> <BR> serio: i8042 AUX port at 0x60,0x64 irq 12<BR> serio: i8042 KBD port at 0x60,0x64 irq 1<BR> Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled<BR> serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A<BR> 00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A<BR> <BR> And<BR> <BR> lirc_dev: IR Remote Control driver registered, at major 61<BR> lirc_serial: auto-detected active low receiver<BR> lirc_dev: lirc_register_plugin: sample_rate: 0<BR> <BR> </BLOCKQUOTE><BR></DIV><DIV>Is the lirc_serial module loading? ("lsmod | grep lirc" to check) ?? Is lirc_dev loading ??</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Are the lirc devices getting created ? What does "ls -l /dev/lirc*" show you. You should have a character and a socket device.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Are you using an IR remote? In that case you should have 2 char and 2 socket devices. I see you are using a minor of "1" so I assume your remote is "0", if this is not true that might be your problem.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>It probably doesn't mean anything, but I've always seen the "options" line after the "alias" line, couldn't hurt to try it that way.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I notice that your log showed a "receiver" being detected. I don't know if this is normal or not, because I would think that what you have is a "transmitter".</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>But what do I know? I gave up on the LIRC approach and bought on of the MyBlasters, had it running ten minutes after it was out of the box. Search on "IR Blaster and Dish Network" for more info.</DIV></BODY></HTML>