<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.9">
<TITLE>Re: irblaster, knoppmyth 5.5</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Wayne<BR>
<BR>
I have this working on K5.5 , but out of the box it didn't.&nbsp;&nbsp; >From memory it was the script /etc/irblaster/channel_change.sh<BR>
that was wrong.&nbsp; Cat that and try to run the command from the command line.&nbsp; Check the syntax of that,&nbsp; check the devices are present and that your device is connected to serial port com1 and not com2 (bios should show that).&nbsp; That gets set in /etc/irblaster/hardware.conf<BR>
mine is<BR>
<BR>
#!/bin/bash<BR>
<BR>
# Automatically Generated by /javascript:SetCmd(cmdSend);usr/local/bin/irblaster.sh<BR>
<BR>
echo Changing to $1<BR>
<BR>
REMOTE_NAME=DirecTV_HD20-100<BR>
&nbsp; /usr/bin/irsend --device=/dev/irblasterd SEND_ONCE $REMOTE_NAME &quot;power&quot;<BR>
&nbsp; sleep 0.5 too<BR>
<BR>
for digit in $(echo $1 | sed -e 's/./&amp; /g'); do<BR>
&nbsp; /usr/bin/irsend --device=/dev/irblasterd SEND_ONCE $REMOTE_NAME $digit<BR>
&nbsp; sleep 0.5<BR>
done<BR>
<BR>
Check that you have the correct /etc/irblaster/irblasterd.conf too.&nbsp; I am using a directv box.&nbsp; You can find the config files on the lirc website.<BR>
Good luck!<BR>
<BR>
If it fails as a user try as root.<BR>
<BR>
James<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>