<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body ocsi="x">
<div dir="ltr"><font color="#000000" size="2" face="Tahoma">I'm slowly working my way through getting the IR transmitter working on my HDPVR.&nbsp; 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.&nbsp;&nbsp;</font><font color="#000000" size="2" face="Tahoma">I
 have the /etc/lird/lircd.conf copied from the internet (with all HDPVR codes), and the
</font><font size="2" face="tahoma">/etc/lircd/hardware.conf shown below.&nbsp;</font></div>
<div dir="ltr"><font size="2" face="tahoma"></font>&nbsp;</div>
<div dir="ltr"><font size="2" face="tahoma">Whenever I try to send an IR code I get the following:</font></div>
<div dir="ltr"><font size="2" face="tahoma"></font>&nbsp;</div>
<div dir="ltr">[root@dvr scripts]# /usr/bin/irsend --device=/dev/HDPVR_IR SEND_ONCE blaster 0_125_KEY_POWER&nbsp;&nbsp;&nbsp;&nbsp;
<br>
irsend: could not connect to socket<br>
irsend: Connection refused<br>
</div>
<div dir="ltr">I can't figure my way past this.&nbsp; Can someone help?&nbsp; 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>&nbsp;</div>
<div dir="ltr">[root@dvr scripts]# /usr/bin/irsend SEND_ONCE blaster 0_125_KEY_POWER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<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>&nbsp;</div>
<div dir="ltr"><font size="2" face="tahoma">------------------------------------</font></div>
<div dir="ltr"><font size="2" face="tahoma">/etc/lircd/hardware.conf:</font></div>
<div dir="ltr"><font size="2" face="tahoma"></font>&nbsp;</div>
<div dir="ltr">#Chosen IR transmitter<br>
&nbsp;&nbsp;&nbsp; TRANSMITTER=&quot;HD-PVR&quot;<br>
&nbsp;&nbsp;&nbsp; TRANSMITTER_MODULES=&quot;lirc_dev lirc_zilog&quot;<br>
&nbsp;&nbsp;&nbsp; TRANSMITTER_DRIVER=&quot;&quot;<br>
&nbsp;&nbsp;&nbsp; TRANSMITTER_DEVICE=&quot;/dev/HDPVR_IR&quot;<br>
&nbsp;&nbsp;&nbsp; TRANSMITTER_SOCKET=&quot;&quot;<br>
&nbsp;&nbsp;&nbsp; TRANSMITTER_LIRCD_CONF=&quot;&quot;<br>
&nbsp;&nbsp;&nbsp; TRANSMITTER_LIRCD_ARGS=&quot;&quot;</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">&nbsp;</div>
</body>
</html>