LIRC
Appearance
Links for LIRC
more info can be found here
Installing[edit | edit source]
For the new PVR-150's with built-in IR-Blaster support your must follow this how to.
Configuration[edit | edit source]
- List of LIRC remotes and the codes for them.
- lirc remotes
- A List of lircd.conf files
Components[edit | edit source]
- IR receivers (RS232 & Hauppauge)
http://www.irblaster.info/receiver.html
Installing Lirc from Source[edit | edit 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:[email protected]:/cvsroot/lirc login # <Enter for the Password>
Then to compile run
cvs -z8 -d:pserver:[email protected]:/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