2003-06-16 13:54:02 UTC
I've resolved lirc_serial problem. I describe in some points the way:
1-recompile lirc package with serial support (lirc_serial.o)
2-you have to gunzip and remount initrd.gz and add lirc_serial.o module in /lib/modules/2.4.20/misc (after all you have to compress initrd again)
3-modify rc.lirc (you can find it in "yourpath/movixXX/src/movix) in this way:
---cut here
mknod /dev/lirc c 61 0;
if [ -e /dev/lirc ] ; then
setserial /dev/ttyS0 uart none
insmod lirc_serial
lircd -d /dev/lirc
else
rmmod lirc_serial
fi
---cut here
So:
a- I force os to build a correct device (devfs doesn't make its job well :) )
b-configure serial device (setserial..)
4-you have to compress initrd image
5-create your lircd.conf file and put it to "yourpath/movixXX/src/movix"
6-edit rc.movix and add:
cp -a /cdrom/movix/lircd.conf /etc/
7-adjust your lircrc file
Now I'll try to control the Movix interface via remote control with irexec (I suppose that I have to write o find some programs to simulate press keys). I'll say you something in the next days.
Regards, Francesco
ps:you'll see a "unresolved message" at the next boot time...it isn't a problem (you haven't compile lirc_serial module inside Movix but in your os)