Will this guide work with 15c2:ffdc ? i tried but i get a error when i run
xbmc@htpc:~/lirc$ sudo dpkg-reconfigure lirc-modules-source
Removing all DKMS Modules
Done.
Adding Module to DKMS build system
Doing initial module build
Error! Build of lirc_imon.ko failed for: 2.6.24-23-generic (i686)
Consult the make.log in the build directory
/var/lib/dkms/lirc/0.8.3~pre1/build/ for more information.
Installing initial module
Error! Could not locate lirc_atiusb.ko for module lirc in the DKMS tree.
You must run a dkms build for kernel 2.6.24-23-generic (i686) first.
Done.
xbmc@htpc:~/lirc$
i see someone here go it working but there guide i don't understand
berland Wrote:I have an Antec 430 EU (seems that they skipped the remote in this version). My USB-id is
Bus 001 Device 004: ID 15c2:ffdc SoundGraph Inc. iMON PAD Remote Controller
I only get one device, /dev/lirc0, so not all of this applies to me. Let me try to summarize what I had to do on Ubuntu 8.10/2.6.27-11
Manually compiled lirc (0.8.3), but not sure that was necessary.
Using a mceusb configuration file for lircd.conf
Starting lircd in /etc/rc.local using only "lircd --device=/dev/lirc0"
Now the important bit for the LCD display, the kernel module option:
xbmc@htpc:~$ grep lirc /etc/modules
lirc_imon is_lcd=0
Let is_lcd equal 1 if you have the blue backlit display (this different LCD panel also has the ffdc-identifier).
LCDd compiled manually, 0.5.2, no patches, but configuration file must be fixed manually as described in other posts here.