1
Developers / 8.10 alpha 2 lmce-game
« on: June 05, 2009, 03:02:02 pm »
one question.. should the game player work by default on an 8.10 installation or is there something i need to install?
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
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
The main issues with why it doesn't work out of the box with lmce are;
* The lirc version doesn't have the driver compiled in
* The LIRC_DCE executable (lmce device) does a check on the /dev/ directory for lirc which is not used/created by the iguanaworks device
This is fixed by recompiling lirc with the 'iguanaIR' driver and recompiling LIRC_DCE with a small change to allow /dev/iguanaIR (or whatever it does use) to be acceptable by the device check. From memory this is in the constructor or getConfig or something (I am not in front of it at the moment).