<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Hi.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>I had the same issue after I rebuilt with FC4. It took me a few hours to fix this & here is how.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I edited the /etc/init.d/lircd startup script with the bold lines</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>start(){</DIV><DIV> if [ -f /etc/lircd.conf ]; then</DIV><DIV> echo -n $"Starting infrared remote control daemon: "</DIV><DIV> daemon lircd $LIRCD_OPTIONS</DIV><DIV> RETVAL=$?</DIV><DIV> echo</DIV><DIV><B> # make lirc nodes</B></DIV><DIV><B> mknod -m 0660 /dev/lirc0 c 212 `expr 64 \* $i + 0`</B></DIV><DIV><B> ln -s /dev/lirc0 /dev/lirc</B></DIV><DIV><B> chmod 777 /dev/lirc</B></DIV><DIV><B> chown root.video /dev/lirc*</B></DIV><DIV> fi</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>That created the right /dev/lirc* entries for me</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Hope it helps.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Cheers,</DIV><DIV>Ben</DIV><DIV><BR class="khtml-block-placeholder"></DIV></BODY></HTML>