[mythtv-users] [solved] Lirc_serial and mceusb v2

Joseph Flack jflackmd at hotmail.com
Fri Jun 25 00:33:17 UTC 2010


loading mceusb  and lirc_serial solved (for now) THANKS
SUMMARY:

Here is what I now have  in
-------------------------------- 
/etc/rc.d/rc.local

#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local

/usr/sbin/lircd --device=/dev/lirc1 \ --output=/var/run/lirc/lircd1 --pidfiles=/var/run/lirc/lircd1.pid
--------------------------------------------------------------------------------------

 /etc/sysconfig/modules/lirc.modules
---------------------------
/bin/setserial /dev/ttyS0 uart none >/dev/null 2>&1
/sbin/modprobe lirc_serial >/dev/null 2>&1


----------------------------------------------------
Note:  needs to executable as well as read write
 
In   /etc/modprobe.d/lirc.conf
------------
alias char-major-61-0 mceusb
alias char-major-61-1 lirc_serial
options lirc_serial irq=4 io=0x3f8
install lirc_serial setserial /dev/ttyS0 uart none; /sbin/modprobe --ignore-install lirc_serial
----------------
Is this still needed?
 -------------------------
dmseg output

# dmesg | grep lirc
lirc_dev: IR Remote Control driver registered, major 249 
lirc_mceusb: Windows Media Center Edition USB IR Transceiver driver for LIRC 1.90
lirc_mceusb: Daniel Melander <lirc at rajidae.se>, Martin Blatter <martin_a_blatter at yahoo.com>, Dan Conti <dconti at acm.wwu.edu>
lirc_mceusb 2-2:1.0: lirc_dev: driver lirc_mceusb registered at minor = 0
lirc_mceusb 2-2:1.0: usb reset config ret 0
lirc_mceusb 2-2:1.0: Registered Pinnacle Systems PCTV Remote USB on usb2:2
usbcore: registered new interface driver lirc_mceusb
lirc_serial: auto-detected active high receiver
lirc_serial lirc_serial.0: lirc_dev: driver lirc_serial registered at minor = 1



# ls /dev/lirc*
/dev/lirc0  /dev/lirc1

Thanks a bunch... now for testing....

 		 	   		  
_________________________________________________________________
The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with Hotmail. 
http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20100624/7c698dc4/attachment.htm>


More information about the mythtv-users mailing list