Difference between revisions of "IMON PAD"

From LinuxMCE
Jump to: navigation, search
 
(12 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 [http://smart-home-blog.com/wp-content/plugins/wp-downloadMonitor/download.php?id=7 that one] (modified according to LinuxMCE buttons mapping).
+
<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 17: Line 27:
 
Also, a new log for the LIRC device will be available - <some_ID>_LIRC.log
 
Also, a new log for the LIRC device will be available - <some_ID>_LIRC.log
  
'''Note:''' To use iMON PAD buttons we have to re-compile LIRC with applied [http://smart-home-blog.com/wp-content/plugins/wp-downloadMonitor/download.php?id=5 patch]:
+
'''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 [http://smart-home-blog.com/wp-content/plugins/wp-downloadMonitor/download.php?id=5 patch]:
  
 
<code>
 
<code>
Line 27: Line 37:
 
make install<br>
 
make install<br>
 
</code>
 
</code>
 
  
 
== Using iMON PAD remote control ==
 
== Using iMON PAD remote control ==
Line 34: Line 43:
  
  
 +
== See also ==
  
[[Category:Hardware]]
+
<ul>
[[Category:InfraRed]]
+
<li>[http://venky.ws/projects/imon Linux Drivers for Soundgraph iMON USB IR/VFD devices]</li>
 +
<li>[http://brakemeier.de/electronics/vdr/lirc-imon.html LIRC iMON Patches]</li>
 +
<li>[http://www.mythtv.org/wiki/index.php/Imon Configure iMON on MythTV]</li>
 +
<li>[http://smart-home-blog.com/writes/configure-imon-padvfd-in-plutohome Configure iMon PAD/VFD in Plutohome]</li>
 +
</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


Adding Support Of iMON PAD remote control

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.

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:

  1. 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)
  2. 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).
  3. Go to media director(s) page, press "Add Remote" and chose iMON PAD from the list.
  4. Set "Infrared Receivers" as "default".
  5. 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


See also