<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
loading mceusb and lirc_serial solved (for now) THANKS<br>SUMMARY:<br><br>Here is what I now have in<br>-------------------------------- <br>/etc/rc.d/rc.local<br><br>#!/bin/sh<br>#<br># This script will be executed *after* all the other init scripts.<br># You can put your own initialization stuff in here if you don't<br># want to do the full Sys V style init stuff.<br><br>touch /var/lock/subsys/local<br><br>/usr/sbin/lircd --device=/dev/lirc1 \ --output=/var/run/lirc/lircd1 --pidfiles=/var/run/lirc/lircd1.pid<br>--------------------------------------------------------------------------------------<br><br> /etc/sysconfig/modules/lirc.modules<br>---------------------------<br>/bin/setserial /dev/ttyS0 uart none >/dev/null 2>&1<br>/sbin/modprobe lirc_serial >/dev/null 2>&1<br><br><br>----------------------------------------------------<br>Note: needs to executable as well as read write<br> <br>In /etc/modprobe.d/lirc.conf<br>------------<br>alias char-major-61-0 mceusb<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; /sbin/modprobe --ignore-install lirc_serial<br>----------------<br>Is this still needed?<br> -------------------------<br>dmseg output<br><br># dmesg | grep lirc<br>lirc_dev: IR Remote Control driver registered, major 249 <br>lirc_mceusb: Windows Media Center Edition USB IR Transceiver driver for LIRC 1.90<br>lirc_mceusb: Daniel Melander <lirc@rajidae.se>, Martin Blatter <martin_a_blatter@yahoo.com>, Dan Conti <dconti@acm.wwu.edu><br>lirc_mceusb 2-2:1.0: lirc_dev: driver lirc_mceusb registered at minor = 0<br>lirc_mceusb 2-2:1.0: usb reset config ret 0<br>lirc_mceusb 2-2:1.0: Registered Pinnacle Systems PCTV Remote USB on usb2:2<br>usbcore: registered new interface driver lirc_mceusb<br>lirc_serial: auto-detected active high receiver<br>lirc_serial lirc_serial.0: lirc_dev: driver lirc_serial registered at minor = 1<br><br><br><br># ls /dev/lirc*<br>/dev/lirc0 /dev/lirc1<br><br>Thanks a bunch... now for testing....<br><br>                                            <br /><hr />The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with Hotmail. <a href='http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5' target='_new'>Get busy.</a></body>
</html>