also if you're a bit techy, try executing your lirc programs with strace.<br><br>so<br>strace lircd<br><br>then in another window<br>strace lircmd<br><br>most of the output (at least for me) is not really readale, however you can trawl thru it looking for obvious things like error messages and the like.
<br><br><div><span class="gmail_quote">On 25/01/07, <b class="gmail_sendername">Dan Wilga</b> <<a href="mailto:mythtv-users2@dwilga-linux1.amherst.edu">mythtv-users2@dwilga-linux1.amherst.edu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
At 6:54 PM +0900 1/25/07, William Kenworthy wrote:<br>>I am having problems with lirc and mythtv. myth connects to lircd and<br>>then closes the connection. Occaisionally it will stay connected. irw<br>>works fine.
<br><br>Try starting lircd with the "-n" option, so it won't daemonize<br>itself. That will allow you to see any error messages immediately. If<br>that doesn't help, you may have to download the source and compile it
<br>with debug options to get more output.<br>--<br>Dan Wilga "Ook."<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>