<html><body>
<p>Hi, Dear Robin Hill<br>
Sorry to interrupt with you for a while, hope greatly to get your help about my lirc problems.<br>
I compiled MythTV on fedora core 6, and now can use hauppauge remote control to cotrol mythtv UI properlly.<br>
However, I want to extend this lirc for external application, so I used irexec.c programming, but got problems: <br>
I tried to use catch each pressed button code for lirc remote control, so as to use for some external application.<br>
Now, I put lirc_client.c into folder /user/include/lirc/, and modify irexec.c. (this lirc_client.c is not created after compiling lirc driver? is this right? )<br>
but I found when I ran my this program always got the following errors:<br>
&quot;<br>
irexec: could not connect to socket<br>
irexec: No such file or directory<br>
&quot;<br>
It seems there are some problems about lirc_init(); <br>
Moreover, I have used #chmod 777 /dev/lircd;<br>
In fact, I can use this lirc driver for mythtv and used this remote control properlly, but got the abover problem when trying for external application.<br>
Hope to get your help:)<br>
Any suggestion would be welcome! <br>
<br>
Jerry</body></html>