On Tue, Jul 3, 2012 at 7:21 AM, Michelle Dupuis <span dir="ltr">&lt;<a href="mailto:mdupuis@ocg.ca" target="_blank">mdupuis@ocg.ca</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div>
<div dir="ltr"><font color="#000000" face="Tahoma">I&#39;m slowly working my way through getting the IR transmitter working on my HDPVR.  I now have hdpvr.ko and lirc_zilog.ko loading without error, and thanks to a udev rule my /dev/lirc0 shows as /dev/HDPVR_IR.  </font><font color="#000000" face="Tahoma">I
 have the /etc/lird/lircd.conf copied from the internet (with all HDPVR codes), and the
</font><font face="tahoma">/etc/lircd/hardware.conf shown below. </font></div>
<div dir="ltr"><font face="tahoma"></font> </div>
<div dir="ltr"><font face="tahoma">Whenever I try to send an IR code I get the following:</font></div>
<div dir="ltr"><font face="tahoma"></font> </div>
<div dir="ltr">[root@dvr scripts]# /usr/bin/irsend --device=/dev/HDPVR_IR SEND_ONCE blaster 0_125_KEY_POWER    
<br>
irsend: could not connect to socket<br>
irsend: Connection refused<br>
</div>
<div dir="ltr">I can&#39;t figure my way past this.  Can someone help?  I see that I also have a /dev/lircd device, but using that (by default) gives:</div>
<div dir="ltr"><font face="times new roman"></font> </div>
<div dir="ltr">[root@dvr scripts]# /usr/bin/irsend SEND_ONCE blaster 0_125_KEY_POWER                      
<br>
irsend: command failed: SEND_ONCE blaster 0_125_KEY_POWER<br>
irsend: hardware does not support sending<br>
</div>
<div dir="ltr"><font face="times new roman">No idea what /dev/lircd and the above means...</font></div>
<div dir="ltr"><font face="times new roman"></font> </div>
<div dir="ltr"><font face="tahoma">------------------------------------</font></div>
<div dir="ltr"><font face="tahoma">/etc/lircd/hardware.conf:</font></div>
<div dir="ltr"><font face="tahoma"></font> </div>
<div dir="ltr">#Chosen IR transmitter<br>
    TRANSMITTER=&quot;HD-PVR&quot;<br>
    TRANSMITTER_MODULES=&quot;lirc_dev lirc_zilog&quot;<br>
    TRANSMITTER_DRIVER=&quot;&quot;<br>
    TRANSMITTER_DEVICE=&quot;/dev/HDPVR_IR&quot;<br>
    TRANSMITTER_SOCKET=&quot;&quot;<br>
    TRANSMITTER_LIRCD_CONF=&quot;&quot;<br>
    TRANSMITTER_LIRCD_ARGS=&quot;&quot;</div>
<div dir="ltr"> </div>
<div dir="ltr"> </div>
<div dir="ltr"> </div>
<div dir="ltr"> </div>
</div>

<br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br><div>Is lircd daemon running? On some distros it doesn&#39;t auto start. Run </div><div><br></div><div># /etc/init.d/lircd status</div><div><br></div><div>and start it up if not running.</div><div>
<br></div><div>Igor</div>