Hi Nick, this is what i get when i run:<br>$ ls -la /dev/lirc*<br>lrwxrwxrwx 1 root root&nbsp;&nbsp;&nbsp;&nbsp; 5 Sep&nbsp; 7 08:00 /dev/lirc -&gt; lirc0<br>crw-rw-rw- 1 root root 61, 0 Sep&nbsp; 7 08:00 /dev/lirc0<br>srw-rw-rw- 1 root root&nbsp;&nbsp;&nbsp;&nbsp; 0 Sep&nbsp; 7 08:00 /dev/lircd
<br><br>and lircd is running<br><br><br><div><span class="gmail_quote">On 9/6/06, <b class="gmail_sendername">Nick</b> &lt;<a href="mailto:knowledgejunkie@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
knowledgejunkie@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 04/09/06, Bill Ye &lt;<a href="mailto:bybyebye@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">bybyebye@gmail.com</a>&gt; wrote:<br>&gt;&nbsp;&nbsp;________________________________<br>&gt;<br>&gt; Hi, I'm using the guide from 
<a href="http://wilsonet.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://wilsonet.com
</a> to install my infrared<br>&gt; remote receiver for pvr hauppage pvr-150. I'm able to follow all the<br>&gt; instructions and got everything installed but when i run &quot;irw&quot; i get an<br>&gt; error: connect: Connection refused.
<br><br>lircd is not running (or /dev/lircd lacks write permissions). Do a:<br><br>$ ls -la /dev/lirc*<br><br>and check the permissions of your devices. You can also use<br><br>$ /sbin/service lircd status<br><br>to get the status of the LIRC daemon and see whether it is running.
<br><br>On Fedora, lircd options are kept in /etc/sysconfig/lircd, so this is<br>where you can specify the correct device (/dev/lirc is the default for<br>lircd, but I think that udev creates /dev/lirc0 when the kernel<br>

modules are loaded). If you used ATRPMS to install LIRC, then it<br>should have installed an init script in /etc/init.d/lircd.<br><br>If you do not have a /dev/lirc device node, you can either edit the<br>LIRC udev rule to create a symlink to /dev/lirc, or you can add the
<br>&quot;-d /dev/lirc0&quot; option in /etc/sysconfig/lircd.<br><br>Nick<br><br>--<br>MythTV Official wiki:<br><a href="http://mythtv.org/wiki/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://mythtv.org/wiki/
</a><br>MythTV users list archive:<br><a href="http://www.gossamer-threads.com/lists/mythtv/users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.gossamer-threads.com/lists/mythtv/users</a><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>