LIRC
From Wiki.mattrude.com
Links for LIRC
more info can be found here
Contents |
Installing
For the new PVR-150's with built-in IR-Blaster support your must follow this how to.
Configuration
- List of LIRC remotes and the codes for them.
- lirc remotes
- A List of lircd.conf files
Components
- IR receivers (RS232 & Hauppauge)
http://www.irblaster.info/receiver.html
Installing Lirc from Source
Required packets
yum -y install autoconf libtool automake cvs
First we need to download the source via cvs. To install cvs run yum -y install cvs
cd /tmp/svn/ cvs -d:pserver:anonymous@lirc.cvs.sourceforge.net:/cvsroot/lirc login # <Enter for the Password>
Then to compile run
cvs -z8 -d:pserver:anonymous@lirc.cvs.sourceforge.net:/cvsroot/lirc co lirc cd lirc ./autogen.sh ./setup.sh make make install
- For More Info See: http://www.lirc.org/cvs.html IVTV Mailing Lists