Difference between revisions of "IMON PAD"
(11 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category: Hardware]] | ||
+ | {{versioninfo}} | ||
+ | [[Category: Input]] | ||
+ | [[Category: Infrared]] | ||
+ | |||
+ | |||
== Adding Support Of iMON PAD remote control == | == Adding Support Of iMON PAD remote control == | ||
+ | |||
+ | [[Image:iMON_PAD_remote.jpg]] | ||
iMON IR receiver is a part of many popular and nice looking HTPC cases such Silverstone LC16M and LC20M. But LinuxMCE doesn't support in from the box. That brief how to will help you add iMON PAD to your installation. Sure that approach can be applied to any LIRC remote. | iMON IR receiver is a part of many popular and nice looking HTPC cases such Silverstone LC16M and LC20M. But LinuxMCE doesn't support in from the box. That brief how to will help you add iMON PAD to your installation. Sure that approach can be applied to any LIRC remote. | ||
== Adding new device template == | == Adding new device template == | ||
+ | |||
+ | You can use [https://www.assembla.com/spaces/linuxmce/documents/bQ0nA4Bgyr3QKceJe5aVNr/download/imon-pad-devicetemplate that script] to automatically add device template for iMON PAD including Silverstone LC16 and Antec Fusion Wheel or do it manually: | ||
<ol> | <ol> | ||
− | <li>Go to Advanced :: Configuration :: Device Templates, add new manufacture - SoundGraph, add a new template for that manufacture (choose LIRC Remote Control as Device Category)</li> | + | <li>In the [http://wiki.linuxmce.org/index.php/LinuxMCE_Admin_Website LinuxMCE admin website], Go to Advanced :: Configuration :: Device Templates, add new manufacture - SoundGraph, add a new template for that manufacture (choose LIRC Remote Control as Device Category)</li> |
− | <li>In the new template add a property - '''Configuration''' and put there LIRC configuration file for iMON PAD, for example, you can use [ | + | <li>In the new template add a property - '''Configuration''' and put there LIRC configuration file for iMON PAD, for example, you can use [https://www.assembla.com/spaces/linuxmce/documents/bYwK16K7Cr3zjsab7jnrAJ/download/iMON%20lircd.conf that one] (modified according to LinuxMCE buttons mapping). |
<li>Go to media director(s) page, press "Add Remote" and chose iMON PAD from the list.</li> | <li>Go to media director(s) page, press "Add Remote" and chose iMON PAD from the list.</li> | ||
<li>Set "Infrared Receivers" as "default".</li> | <li>Set "Infrared Receivers" as "default".</li> | ||
Line 27: | Line 37: | ||
make install<br> | make install<br> | ||
</code> | </code> | ||
− | |||
== Using iMON PAD remote control == | == Using iMON PAD remote control == | ||
Line 42: | Line 51: | ||
<li>[http://smart-home-blog.com/writes/configure-imon-padvfd-in-plutohome Configure iMon PAD/VFD in Plutohome]</li> | <li>[http://smart-home-blog.com/writes/configure-imon-padvfd-in-plutohome Configure iMon PAD/VFD in Plutohome]</li> | ||
</ul> | </ul> | ||
− | |||
− | |||
− | |||
− |
Latest revision as of 16:18, 28 September 2010
Version | Status | Date Updated | Updated By |
---|---|---|---|
710 | Unknown | N/A | N/A |
810 | Unknown | N/A | N/A |
1004 | Unknown | N/A | N/A |
1204 | Unknown | N/A | N/A |
1404 | Unknown | N/A | N/A |
Usage Information |
Contents
Adding Support Of iMON PAD remote control
iMON IR receiver is a part of many popular and nice looking HTPC cases such Silverstone LC16M and LC20M. But LinuxMCE doesn't support in from the box. That brief how to will help you add iMON PAD to your installation. Sure that approach can be applied to any LIRC remote.
Adding new device template
You can use that script to automatically add device template for iMON PAD including Silverstone LC16 and Antec Fusion Wheel or do it manually:
- In the LinuxMCE admin website, Go to Advanced :: Configuration :: Device Templates, add new manufacture - SoundGraph, add a new template for that manufacture (choose LIRC Remote Control as Device Category)
- In the new template add a property - Configuration and put there LIRC configuration file for iMON PAD, for example, you can use that one (modified according to LinuxMCE buttons mapping).
- Go to media director(s) page, press "Add Remote" and chose iMON PAD from the list.
- Set "Infrared Receivers" as "default".
- Quick reload router.
After router is up you should see that lirc package in your system:
dpkg -l|grep lirc
Also, a new log for the LIRC device will be available - <some_ID>_LIRC.log
Note: iMON remote control is supported by LIRC 0.8.1. But to use iMON PAD buttons we have to re-compile LIRC with applied patch:
tar xvjf lirc-0.8.1.tar.bz2
CD lirc-0.8.0
patch -p1 < ../lirc-imon-pad2keys.patch
./configure
make
make install
Using iMON PAD remote control
Using PAD buttons: Up, Down, Left and Right it's possible to move from one menu item to another. Button 'Enter' is needed to choose desired item. Green button returns you to the main screen. Also, there are available numeric buttons from 0 to 9. Using them you can also choose menu item but PAD buttons are much efficient. For more information, have a look at Control LinuxMCE using an Infrared remote