I\'m trying to get lirc working on the latest OZ rom. However, opie-remote keeps crashing. This is output from lircd:
lircd 0.6.6: could not open /dev/lirc
lircd 0.6.6: default_init(): No such file or directory
lircd 0.6.6: caught signal
SIGTERM
I have a /dev/lirc, that was created when I installed the lirc package. To be sure, I removed it, then recreated with mknod. Still nothing.
I do notice that when I modprobe lirc_sir, I see
Warning: /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/char/lirc_sir.o symbol for parameter irq not found
modinfo reveals:
warning: symbol for parameter irq not found
parm: irq int, description \"Interrupt (16)\"
Sure enough, I can\'t set irq. Presumably, it has a valid default. Still, I don\'t knwo what\'s happening. Are the sources for this kernel (2.4.18-rmk7-pxa3-embedix) available so I could try building the module myself?