Still unsolved.
I'm using Soundgraph's iMON Inside. How do I know that the hardware is recognised? Should it appear in dmesg?
dmesg | grep -i imon gives me nothing about that.
In
http://venky.ws/forums/viewtopic.php?p=299 , Venky says to
mknod /dev/lirc0 c 61 0. I don't know what that means, but I did it and since then, /dev/lirc0 exists.
syslog gives "lircd(imon_pad) ready" when starting lircd and the following four lines on doing
irw
Code:
lircd-0.8.1[28818]: accepted new client on /dev/lircd
lircd-0.8.1[28818]: could not open /dev/lirc0
lircd-0.8.1[28818]: default_init(): No such device
lircd-0.8.1[28818]: caught signal
Code:
# ls -l /dev/lirc0
crw-rw-rw- 1 root root 61, 0 Jul 14 16:19 /dev/lirc0
Btw, in that thread of Venky's, the solution was adding the vendor and device code to lirc_imon.c. I found that file, but those numbers seems to already be there (lirc version 0.8.1).