Thanks for the suggestions.<br><br>I have done the following:<br><br>Moved all the lirc stuff to the top of modprobe.conf<br>Changed the permissions on /etc/udev/lirc.rules so anyone can access it.<br>Manually started lirc by entering /sbin/service lircd start<br>It returned with OK<br>I viewed /dev/li* and found /dev/lircd and /dev/lirc0<br>entered irw and things worked great.&nbsp; Load MythTV work there too.<br><br>Rebooted the system and things stoped working again.<br><br>I have lsmod and it shows lirc_i2c and lirc_dev<br><br>I then tried:<br><br>ADDED: (to rc.local)<br><br><font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2">/sbin/rmmod lirc_dev <br>/sbin/modprobe lirc_dev <br>/usr/sbin/lircd --device=/dev/lirc0 </font></font><br><br>Rebooted, no luck.<br>I then REMOVED the above lines.<br><br>Here is a view of my lirc.rules<br><br>KERNEL=="lirc[0-9]*", NAME="lirc%n"<br>KERNEL=="lirc0",
 SYMLINK="lirc"<br><br>I am totally confused.&nbsp; How can it work, then after reboot stop working.<br><br>I am currently starting lirc manually after reboot (/sbin/service...) and testing it with irw.<br><br>Also, how do I modify the $PATH so I don't have to enter /sbin/... for commands such as lsmod; and could this be part of the problem.<br><br>HELP PLEASE!<br>