LinHES Forums
http://forum.linhes.org/

SOLVED: IR Blaster puts out garbage
http://forum.linhes.org/viewtopic.php?f=6&t=16907
Page 1 of 1

Author:  SpudDogg [ Mon Oct 08, 2007 7:52 pm ]
Post subject:  SOLVED: IR Blaster puts out garbage

I'm running R5F27 now, and for some reason my blaster is not working correctly any more.

If I run '/etc/irblaster/channel_change 33' manually, the channel changes to 33 and works perfectly(33 was just an example. This works changing to any channel). However, when I actually go to watch tv and try to change channels, the ir blaster puts out like 441250 or something like that. The external channel change command is /etc/irblaster/channel_change.sh

//EDIT: Blaster works as long as I change to a channel above 400.

Code:
#!/bin/bash

# Automatically Generated by /usr/local/bin/irblaster.sh

echo CHANGING CHANNEL $1

REMOTE_NAME=SAE3250

for digit in $(echo $1 | sed -e 's/./& /g'); do
  /usr/bin/irsend --device=/dev/irblasterd SEND_ONCE $REMOTE_NAME $digit
  sleep 0.7
done

Anyone have any ideas?

Author:  SpudDogg [ Tue Oct 09, 2007 4:39 pm ]
Post subject: 

After talking to several different people and getting the same answer "I don't know" I decided just to bite the bullet and reinstall R5F27. Everything works correctly now.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/