[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) |
- siliconix - 2008-12-29 Doxic Wrote:I can't get over the first step... my "cat /proc/usb/devices" shows this information The update-initramfs command didnt work for me, I guess the livecd boot stuff is slighly different (using live usb also). I ended up creating an rc.local file in /etc with all the commands the original post suggested having in crontab + a few additionals. The first line makes sure usbhid is loaded and actually reading the options from /etc/modprobe.d/usbhid The second loads lirc_imon The rest is more or less the same as the original post had in crontab. Code: #!/bin/sh Oh yeah, dont forget to chmod +x /etc/rc.local - spid - 2008-12-31 siliconix Wrote:The rest is more or less the same as the original post had in crontab. This helped me also, or it might have something to do with moving the --connect localhost:8765 last instead like this: Code: /usr/local/sbin/lircd --driver=default --device=/dev/lirc0 --pidfile=/var/run/lirc0.pid --listen=8765 /etc/rm200d1.conf I'm running Ubuntu 8.10 with xbmc from the repo and a Antec Fusion Remote Black with the RM200 remote (using Logitech Harmony 555 with custom button setup now) btw.. Happy, happy, joy, joy! - Coguar - 2009-01-10 Hello I follow this procedure, but after this line Quote:sudo dpkg-reconfigure lirc-modules-source i get this error Quote:Removing all DKMS Modules Somebody ? Tnx in advance ... - cosmograf - 2009-01-11 Can someone explain why following these instructions corrupted my video drivers?. Also Code: sudo /etc/modprobe.d/usbhid This folder doesn't exist on my system.? Can't get LCD or remote working with these instructions. Very frustrating. Exact same error - tiburcillo - 2009-01-12 Coguar Wrote:Hello Hey cougar, I got the exact same error. It seems the newest CVS build gives a load of problems using the commands in this guide. You should look for an older version. For me the version on Ron Frazier's site worked as a charm! http://ronfrazier.net/mythtv/downloads/lirc-cvs.tar.gzip edit: On 2nd thought, this one doesn't work either. Is there any one with enough linuxpowah to create a patch? Else we'll just have to wait. ought, this one doesn't work either. Is there any one with enough linuxpowah to create a patch? Else we'll just have to wait. - tiburcillo - 2009-01-12 A little update on my compilingadventures: Hello, I'm currently running hardy with 2.6.24-23-server kernel. If I download the snapshot source and compile with driver config imon_lcd everything seems to go smooth. However when I try to load the module something goes wrong: Code: sudo mount -t usbfs none /proc/bus/usb Code: T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=02 Dev#= 4 Spd=1.5 MxCh= 0 Code: sudo modprobe lirc_imon Code: [ 591.360739] lirc_dev: IR Remote Control driver registered, at major 61 Code: T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=02 Dev#= 4 Spd=1.5 MxCh= 0 I think something is broken in the CVS tree for device 0038! Anyone still has an old snapshot? - dirtylion - 2009-01-12 works this how to on xbmc live too ? - tiburcillo - 2009-01-12 Wheee! I managed to find an old snapshot using this command (which worked for me) Code: cvs -z8 -d:pserver:[email protected]:/cvsroot/lirc checkout -D "19 Nov 2008" lirc gl fellow antec veris owners! - dirtylion - 2009-01-12 tiburcillo you on xbmc live ? - tiburcillo - 2009-01-13 No, I'm running an Ubuntu Hardy setup. Don't know if it works on xbmc live. - roboz - 2009-01-14 I followed the guide on page one, but unfortunately this won't work with xbmc live... I also use an antec case (antec fusion remote black) and I even bought a mce remote (as I thought it would work out of the box, silly me) but I can't get it to work... anyone was lucky enough to get a similar configuration to work under xbmc live? thank you - dirtylion - 2009-01-14 I followed the guide on page one.. driver are loaded T: Bus=03 Lev=01 Prnt=01 Port=03 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=15c2 ProdID=0038 Rev= 0.02 C:* #Ifs= 2 Cfg#= 1 Atr=80 MxPwr=100mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=00 Prot=02 Driver=lirc_imon E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=10ms I:* If#= 1 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=00 Prot=00 Driver=lirc_imon E: Ad=82(I) Atr=03(Int.) MxPS= 8 Ivl=10ms But when i type: perl -e 'print pack "H*", "80000000091e0088"' > /dev/lcd0 it don't display the time - dios - 2009-01-15 hi all! i have Thermaltake Mozart SX chassis this chassis have Soundgraph iMON VFD/IR Receiver please help. pad and vfd don work!!! in this forum your write Vendor=152c and ProdID=0038. root@htpc:~# lsusb Bus 002 Device 004: ID 15c2:0036 SoundGraph Inc. please help!! PS если есть кто русский - помогите мужики! - dios - 2009-01-15 i'm using live xbmc system - dirtylion - 2009-01-16 i always get the msg cvs -d:pserver:[email protected]:/cvsroot/lirc login cvs [login aborted]: cannot get working directory: No such file or directory someone can help me pls |