![]() |
[LINUX] HOW-TO configure Soundgraph iMON VFD/IR Receiver (used by many HTPC chassis) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/forumdisplay.php?fid=110) +--- Thread: [LINUX] HOW-TO configure Soundgraph iMON VFD/IR Receiver (used by many HTPC chassis) (/showthread.php?tid=40290) |
- mclassic - 2009-05-22 Has anyone had any success getting Imon Inside to work with Jaunty? I have model 'ffdc' I installed the lirc 0.8.4 package. IRW recognizes command from the remote, with the exception of the pad keys. I'm aware there is a patch for 0.8.4. I hear it's unnecessary since 0.8.4 comes in the Jaunty build. If it is necessary, how do I install it? I can't find a lirc-0.8.4 folder to extract the patch to and run it against. I've also read that 0.8.5 provides better support for the remotes. I installed it and have not had any success getting the pad keys to work. I'd appreciate any guidance from anyone who can help me with this; especially if you have 'Imon Inside'. Thanks! - Phantasm4489 - 2009-07-03 mvdaat Wrote:2. Is there a way to show the time or date when I close the system it's now saying "thanks for using lcdproc and linux" (or something like that) I know this was a while ago now but it has been driving me crazy since i got my silverstone case with imon LCD. I managed to get it all up and running (after some considerable amount of searching, reading and trying different things). Eventually the only thing left to sort out is the fact that when the machine powers down I am left with a blank lcd display with backlight turned on. Ideally I would've liked to completely blank the screen when the pc is powered down but I have so far not managed to achieve that. However my next best hope was to at least have the ugly clock displayed rather than a blank screen. I tried putting settings OnExit and BackLight into the LCDd.conf in the [imonlcd] section but it doesn't seem to work for my iMon display. Instead i did this Create a file containing the following and save it somewhere (i saved mine to /usr/bin/lcd.perl) Code: my ($secs,$mins,$hours,$days,$months,$years,$dow)=(localtime)[0,1,2,3,4,5,6]; now modify /etc/init.d/LCDd and add the following after the sleep 1 command in the stop section of the file Code: perl /usr/bin/lcd.perl >/dev/lcd0 eg something like this Code: #### BEGIN INIT INFO Now you should get the ugly clock on shutdown. Also if you want to adjust the brightness of the clock you can put this line as well Code: perl -e 'print pack "H*", "0600000000000003" >/dev/lcd0 change the first two hex digits (06 above) for different brightness settings. - mario_dnb - 2009-07-03 Hi mates My problem is: I have installed Lirc and Lcdproc on my HTPC inux box Nut cannot get it work with my XBMC My case is Silverstone LC16M with Imon VFD/IR I use that tutorial to install it https://help.ubuntu.com/community/IMON_VFD_and_LCD and it seems to be ok. IRW shows codes for butons pressed on remote. My hardware.conf Quote:# /etc/lirc/hardware.confmy lircd.conf Quote:# - mario_dnb - 2009-07-03 So i think they ok. but how should look like Lircmap.xml in XBMC? My one look like: Lircmap.xml Quote:<!-- This file contains the mapping of LIRC keys to XBMC keys used in Keymap.xml --> Can anybody tell me what is wrong? - klikkamongo - 2009-07-09 Hey! I just wondered if it is possible to use iMon VFD on windows? I have searched around in this forum, and made a post (http://forum.xbmc.org/showthread.php?tid=53848) But havent found any answers yet. Anyone here who can help? - sp00f3r - 2009-07-10 klikkamongo Wrote:Hey! That's the easy part! ![]() iMedian is Soundgraph's media player software - looks and works OK. $p00f3r - nugentgl - 2009-07-26 odinb Wrote:For Jaunty, I followed (and updated) this guide: https://help.ubuntu.com/community/IMON_VFD_and_LCD Odin - I have fresh install of Jaunty Minimal and followed the guide for the ffdc model. But when I run irw, no output is on the screen. Any suggestions? - cofin - 2009-07-28 nugentgl Wrote:Odin - I have fresh install of Jaunty Minimal and followed the guide for the ffdc model. But when I run irw, no output is on the screen. Any suggestions? I finally upgraded to jaunty, so I thought I'd revisit this thread. I tried the method on the Ubuntu community docs site posted on the previous page. I literally had everything up and running in a matter of minutes. However, I too received no feedback from irw. My solution was to re-record my commands via irrecord as the lircd.conf supplied in the docs did not work for me. Anyway, it was a very easy fix... Hope that helps. - nugentgl - 2009-07-28 cofin Wrote:Run the following: I am following your guide but I get stuck at MAKE as it gives me an error at the end. See output snippet for specifics: Code: /home/xbmc/lirc_src/lirc/drivers/lirc_imon/lirc_imon.c: In function âimon_incoming_packetâ: Any idea what I am doing wrong? - nugentgl - 2009-07-28 cofin Wrote:I finally upgraded to jaunty, so I thought I'd revisit this thread. I tried the method on the Ubuntu community docs site posted on the previous page. I literally had everything up and running in a matter of minutes. Excellent info. So, did you just run: sudo apt-get install libasound2 libasound2-dev lirc lirc-modules-source instead of compiling as described for Hardy and Intrepid? What steps did you have to change or modify based on that how-to? Sorry for the questions, but I am really struggling on this issue and everything out there is geared towards non-Jaunty. - cofin - 2009-07-28 nugentgl Wrote:Excellent info. So, did you just run: Yes I skipped the Hardy and Intrepid parts and went straight to the Common sections after running the apt-get line. The only thing I modified that was not on the guide was the lircd.conf (only to reflect the proper codes for my remote). - nugentgl - 2009-07-28 cofin Wrote:Yes I skipped the Hardy and Intrepid parts and went straight to the Common sections after running the apt-get line. OK, I am getting somewhere now. I re-imaged my installation to before LIRC/LCDPROC was installed and followed the guide again. IRW produced no output. So I used IRRECORD and it created a custom lircd.conf file called test.conf. I then: sudo mv /etc/lirc/lircd.conf /etc/lirc/lircd.conf.orig sudo cp ~/test.conf /etc/lirc/lircd.conf Restarted, ran IRW and now I have output. However, the output is all screwed up. For example, I press Play on the remote and IRW outputs Stop. I press Play again, and it outputs Skip. Sometimes it will output two lines for one button press. Any clue? - nugentgl - 2009-07-28 Oh and I am NOT using the remote that came with the iMON device. I am using an MCE remote (the newer one with red, blue, green, yellow, etc. buttons). This one: http://www.newegg.com/Product/ShowImage.aspx?CurImage=80-121-003-03.jpg&Image=80-121-003-03.jpg%2c80-121-003-04.jpg%2c80-121-003-05.jpg%2c80-121-003-06.jpg%2c80-121-003-07.jpg%2c80-121-003-08.jpg%2c80-121-003-02.jpg&S7ImageFlag=0&WaterMark=1&Item=N82E16880121003&Depa=10&Description=Anyware%20GP-IR01BK%20Infrared%20Windows%20Vista%20MCE%20Black%20Remote%20Control - cofin - 2009-07-28 nugentgl Wrote:OK, I am getting somewhere now. Indeed, you are making progress. At the very least, you know that you setup is working and that it's an IR code issue. Oops, I didn't see that you had posted twice... I'm going to look at your remote when I get a few free minutes at work. - nugentgl - 2009-07-29 I re-imaged again, installed LIRC and ran IRRECORD again to check out the codes from my iMON remote (not the MCE one this time). I then examined the default lircd.conf file that the LIRC installation chose for me (lircd.conf.imon). Well the codes were all wrong. I then examined the lircd.conf.imon-pad file and those codes were correct. So I changed the following in /etc/lirc/lircd.conf: include "/usr/share/lirc/remotes/imon/lircd.conf.imon" to: include "/usr/share/lirc/remotes/imon/lircd.conf.imon-pad" restarted LIRC, ran IRW and it worked just fine. This is progress, but just not where I want to be. My family is used to the MCE remotes and I don't want to switch them over now especially b/c the pad on the iMON remote doesn't work unless I patch to LIRC 8.0.5. I've got to figure out why I am getting random button codes in IRW using MCE remote after I configure it using IRRECORD. Very frustrating. |