[LINUX] HOW-TO configure Soundgraph iMON PAD/VFD for Linux and XBMC
#1
Thumbs Up 
Hi All,

I've been battling my Imon PAD/VFD for the last few days, so here's a quick HOWTO on how to make it all work...

(It's all done on hardy...)

1. Download the pre-complied kernel module lirc_imon.ko that i've compiled with Pad2Keys enabled.

2. Replace the new lirc_imon.ko module with the old one.
Code:
sudo mv ./lirc_imon.ko /lib/modules/2.6.24-19-generic/ubuntu/media/lirc/lirc_imon/

3. Reconfigure LIRC to use Imon PAD/VFD by running:
Code:
sudo dpkg-reconfigure lirc

4. Copy the new lircd.conf to /usr/share/lirc/remotes/imon/
and name it lircd.conf.imon-pad2keys:
Code:
sudo cp ./lircd.conf /usr/share/lirc/remotes/imon/lircd.conf.imon-pad2keys

5. Edit /etc/lircd.conf and replace usr/share/lirc/remotes/imon/lircd.conf.imon-pad with usr/share/lirc/remotes/imon/lircd.conf.imon-pad2keys

6. Edit /etc/modprobe.d/options and add the following lines:
Code:
options lirc_imon islcd=0 pad2keys_active=1
This will translate the special directional keys on the remote to act as key presses instead of mouse movement, it will also force the lirc_imon module to output to VFD instead of the LCD (islcd=0).

7. Copy Lircmap.xml to the .xbmc/userdata folder.
ex:
Code:
cp ./Lircmap.xml /home/xbmc/.xbmc/userdata/

8. Enable the XBMC to use the iMon VFD:
Code:
cp /usr/share/xbmc/userdata/LCD.xml /home/xbmc/.xbmc/userdata/
Reply


Messages In This Thread
[LINUX] HOW-TO configure Soundgraph iMON PAD/VFD for Linux and XBMC - by Duduke - 2008-06-10, 20:15
[No subject] - by jkrellner - 2008-06-10, 21:08
[No subject] - by Duduke - 2008-06-10, 21:44
[No subject] - by jkrellner - 2008-06-11, 05:43
[No subject] - by Fitho - 2008-09-30, 23:42
[No subject] - by carmalao - 2008-11-19, 19:23
[No subject] - by carmalao - 2008-11-19, 20:47
[No subject] - by Krystal - 2008-11-23, 23:30
[No subject] - by paularms - 2008-11-24, 05:22
[No subject] - by carmalao - 2008-11-24, 12:50
[No subject] - by carmalao - 2008-11-29, 00:47
[No subject] - by carmalao - 2008-12-11, 14:46
[No subject] - by tiburcillo - 2009-01-12, 20:52
[No subject] - by dirtylion - 2009-01-13, 00:04
[No subject] - by Duduke - 2009-01-13, 12:14
[No subject] - by dirtylion - 2009-01-14, 17:34
Missing files - by perskym - 2011-12-02, 18:47
Logout Mark Read Team Forum Stats Members Help
[LINUX] HOW-TO configure Soundgraph iMON PAD/VFD for Linux and XBMC1