Jump to content

LIRC

From MattWiki

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]

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