CommandIR Driver Installation from LIRC CVS |
Note: This page is for advanced features for advanced users. For standard CommandIR setup, please see 'Software Setup'. New features are added to LIRC CVS from time to time and are not yet available for general release. This guide will help you upgrade to LIRC CVS. Installing the CommandIR driver from source involves these steps:
- Download LIRC CVS
- Install LIRC
- Check Installation
- lircd.conf's for CommandIR and your remotes/devices
Download LIRC CVS cvs -d:pserver:
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
:/cvsroot/lirc login cvs -z8 -d:pserver:
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
:/cvsroot/lirc co lirc Compile LIRC ** NOTE the extra package 'libusb-dev' must be installed! Use 'apt-get install libusb-dev' or similar. Install LIRC and select the CommandIR (userspace) driver during setup (Select #1, #8, #8, then run configure with #3): cd lirc
./autogen.sh ./setup.sh 


make make install Check InstallationIf the CommandIR driver has been properly installed, you can run lircd and check that its driver is 'commandir': # lircd -n lircd: lircd(commandir) ready To use CommandIR by default on a reboot, modify your /etc/lirc/hardware.conf to use no kernel modules and driver 'commandir'. Check CommandIR II Resources for a sample hardware.conf . CommandIR's lircd.confThe lircd.conf for CommandIR is special because it does not represent a remote or general a/v device. CommandIR intercepts these commands from LIRC and performs their corresponding actions (changing lights, setting parameters) and generates LIRC (devices and emitters pluggedin/unplugged, etc).
|
Last Updated: Monday, 20 October 2008
|