On Tue, Jul 3, 2012 at 7:21 AM, Michelle Dupuis <span dir="ltr"><<a href="mailto:mdupuis@ocg.ca" target="_blank">mdupuis@ocg.ca</a>></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'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'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="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>
</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'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>