On Thu, Jan 08, 2004 at 12:32:07PM +0100, Anders Damm wrote: > Have been trying to get IRDA to work on my Compaq Evo N800c (nsc-ircc.o), with > no success. > Is there any known problem with FC1 and IRDA/nsc-ircc or am I just the first > one to trye? Try adding a setserial call in /etc/init.d/irda, that makes it work for me in my Compaq M700: start() { # Attach irda device echo -n $"Starting $prog: " ==> /bin/setserial /dev/ttyS2 irq 3 daemon /usr/sbin/irattach ${DEVICE} ${ARGS} touch /var/lock/subsys/irda echo } Best regards, Daniel