All In One URC 6131n

Most of this is pulled from http://wilsonet.com/mythtv/ 



Install Modules 

Code:
yum install lirc-kmdl-$KVER 
yum install lirc





Check if eveything is there: 

Code:
$ rpm -qa | grep lirc 
lirc-devices-0.7.0-1.rhfc4.at 
lirc-kmdl-2.6.12-1.1447_FC4-0.7.2-48.rhfc4.at 
lirc-0.7.2-48.rhfc4.at 
lirc-lib-0.7.2-48.rhfc4.at





modprobe.conf 

Code:
## TSP   For Serial Port 1 
alias char-major-61 lirc_serial 
options lirc_serial irq=4 io=0x3f8 
install lirc_serial /bin/setserial /dev/ttyS0 uart none ; /sbin/modprobe –ignore-install lirc_serial 
## TSP





Put lircd files in place: 

Set lircd.conf as needed 

Put .lircrc in the user home 

ln ~/.mythtv link lircrc to ../.lircrc[/code]

This entry was posted in MythTV. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.