<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. 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" 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. </font></div>
<div dir="ltr"><font size="2" face="tahoma"></font> </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> </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'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 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> </div>
<div dir="ltr">#Chosen IR transmitter<br>
TRANSMITTER="HD-PVR"<br>
TRANSMITTER_MODULES="lirc_dev lirc_zilog"<br>
TRANSMITTER_DRIVER=""<br>
TRANSMITTER_DEVICE="/dev/HDPVR_IR"<br>
TRANSMITTER_SOCKET=""<br>
TRANSMITTER_LIRCD_CONF=""<br>
TRANSMITTER_LIRCD_ARGS=""</div>
<div dir="ltr"> </div>
<div dir="ltr"> </div>
<div dir="ltr"> </div>
<div dir="ltr"> </div>
</body>
</html>