<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<PRE>I have a Fedora 13 box that I would like to run a usb receiver and a IR<BR>blaster on my serial port. My bios reports one serial port is installed.<BR>IRQ 4.<BR> <BR>I set up a lirc.conf in /etc/modules.d/ reading as follows:<BR>-----------------------------------------------------------------<BR>alias char-major-61-0 mcesb<BR>alias char-major-61-1 lirc_serial<BR>options lirc_serial irq=4 io=0x3f8<BR>install lirc_serial setserial /dev/ttyS0 uart none ; /modprobe --ignore-install lirc_serial<BR>----------------------------------------------------------------<BR> <BR>I put the following line in /etc/rc.d/rc.local<BR>----------------------------------------------------------------</PRE><PRE><BR>/usr/sbin/lircd --driver=lirc_serial --device=/dev/lirc1 \ --output=/var/run/lirc/lircd1 --pidfiles=/var/run/lirc/lircd1.pid<BR> <BR>----------------------------------------------------------------<BR> <BR>My output:<BR> <BR>ls -la /dev/lir*<BR>crw-rw---- 1 root root 249, 0 Jun 21 20:13 /dev/lirc0<BR> <BR>---------------------------------------------------------------<BR> <BR>lsmod | grep lirc<BR>lirc_mceusb 16308 0 <BR>lirc_dev 12221 1 lirc_mceusb<BR> <BR>--------------------------------------------------------------<BR> <BR> <BR>Any ideas. I used the guide in Jarod's book. <BR> <BR></PRE>                                               <br /><hr />Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox. <a href='http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1' target='_new'>Learn more.</a></body>
</html>