Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
Well it was better to replace it than have *no* LIRC OK is there a way to recompile the "LMCE-ized" LIRC? Anything else that is likely to go off the rails by putting in a newer and un-patched LIRC?As 7.10 has been out for a while, I'm wondering why the pluto patch has not made its way back into the LIRC code? Or is it a recent patch?I'm happy to document the LMCE way to get LIRC working if someone can give me a pointer as to where to start.
...If someone is changing the list of configured devices that gets built - can they please add iguanaIR ...
Quote from: darrenmason on November 24, 2008, 12:10:50 am...If someone is changing the list of configured devices that gets built - can they please add iguanaIR ...Just let me know what needs to be changed and I'll try.
Zaerc: I don't know if you happend to see one of my posts on the forum here http://forum.linuxmce.org/index.php?topic=6932.0 about multiple lirc* devices in /dev/ directory when used with SoundGraph IR/LCD 0038 hardware?Would it be possible to patch lirc to use only one instance of it - /dev/lirc0 for both: IR and LCD? Or is it something to be included in New Device Template and then just a matter of modifying LIRC_DCE? As far as I know that's how it worked in previous versions, it's only 0038 model which creates this problem...Regards
/usr/local/sbin/lircd --driver=default --device=/dev/lirc0 /etc/lirc/lircd.conf
/usr/local/sbin/lircd --driver=default --device=/dev/lirc0 --pidfile=/var/run/lirc0.pid --listen=8765 /etc/lirc/lircd.conf/usr/local/sbin/lircd --driver=default --device=/dev/lirc1 --pidfile=/var/run/lirc1.pid --output=/dev/lircd --connect=localhost:8765 /etc/lirc/lircd.conf