[mythtv-users] HD-PVR IR Blaster Not Working

Christopher Wingert mailbox at wingert.org
Thu Mar 8 18:58:22 UTC 2012


Hi,

I am working on Ubuntu 11.10, Kernel 3.0, MythTV 0.24, lirc 0.90.

When I try to "find" the correct code for my cable box, I can not find 
one that works with my cable box.

I know this is a very common IR code set, because I have used a 
universal remote for the last ten years with the same IR codes to 
control MANY different cable boxes I received from TWC.

I am using the script below to send a power command.

While watching the the LED on the front of the blaster, I notice that it 
seems to pulse for the same time period for most of the codes below, but 
some times it chirps.

Any ideas would be appreciated.

Thanks!
Chris



list=$*
SAMSUNG="21, 44, 103"
SCIATLANTA="1, 14, 23, 41, 42, 43, 74, 75, 76, 78, 86, 87, 88, 89, 90, 
91, 94, 96, 98, 101, 102, 103, 110, 123, 126, 129, 130"
PIONEER="44, 45, 72, 94, 98, 101, 103, 104, 126, 129"
list=$PIONEER

for i in $list ; do
    i=`echo $i | sed 's/,//g'`
    echo Sending ${i}
    irsend --device=/dev/lircd SEND_ONCE blaster 0_${i}_KEY_POWER
    sleep 1
done


cwingert at dvr:~$ uname -a
Linux dvr 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 
i686 i686 i386 GNU/Linux

cwingert at dvr:~$ lsmod | grep -i zilog
lirc_zilog             22065  0
lirc_dev               18700  1 lirc_zilog

cwingert at dvr:~$ modinfo lirc_zilog
filename:       
/lib/modules/3.0.0-12-generic/kernel/drivers/staging/lirc/lirc_zilog.ko
alias:          lirc_pvr150
license:        GPL
author:         Gerd Knorr, Michal Kochanowicz, Christoph Bartelmus, 
Ulrich Mueller, Stefan Jahn, Jerome Brock, Mark Weaver, Andy Walls
description:    Zilog/Hauppauge infrared transmitter driver (i2c stack)
srcversion:     DCE254543C2DFBEA56D7A97
depends:        lirc_dev
staging:        Y
vermagic:       3.0.0-12-generic SMP mod_unload modversions 686
parm:           minor:Preferred minor device number (int)
parm:           debug:Enable debugging messages (bool)
parm:           tx_only:Only handle the IR transmit function (bool)


Mar  8 07:27:13 dvr kernel: [ 4703.113438] lirc_dev: IR Remote Control 
driver registered, major 249
Mar  8 07:27:13 dvr kernel: [ 4703.116816] lirc_zilog: module is from 
the staging directory, the quality is unknown, you have been warned.
Mar  8 07:27:13 dvr kernel: [ 4703.117275] lirc_zilog: Zilog/Hauppauge 
IR driver initializing
Mar  8 07:27:13 dvr kernel: [ 4703.119280] lirc_zilog: probing IR Rx on 
Hauppage HD PVR I2C (i2c-0)
Mar  8 07:27:13 dvr kernel: [ 4703.119349] lirc_zilog: probe of IR Rx on 
Hauppage HD PVR I2C (i2c-0) done. Waiting on IR Tx.
Mar  8 07:27:13 dvr kernel: [ 4703.119355] lirc_zilog: probe of IR Rx on 
Hauppage HD PVR I2C (i2c-0) done
Mar  8 07:27:13 dvr kernel: [ 4703.119366] lirc_zilog: probing IR Tx on 
Hauppage HD PVR I2C (i2c-0)
Mar  8 07:27:13 dvr kernel: [ 4703.122805] i2c i2c-0: lirc_dev: driver 
lirc_zilog registered at minor = 0
Mar  8 07:27:13 dvr kernel: [ 4703.122812] lirc_zilog: IR unit on 
Hauppage HD PVR I2C (i2c-0) registered as lirc0 and ready
Mar  8 07:27:13 dvr kernel: [ 4703.122818] lirc_zilog: probe of IR Tx on 
Hauppage HD PVR I2C (i2c-0) done
Mar  8 07:27:13 dvr kernel: [ 4703.122856] lirc_zilog: initialization 
complete
Mar  8 07:27:13 dvr lircd-0.9.0[6959]: config file contains no valid 
remote control definition
Mar  8 07:27:13 dvr lircd-0.9.0[6960]: lircd(default) ready, using 
/var/run/lirc/lircd
Mar  8 07:27:20 dvr lircd-0.9.0[6960]: caught signal
Mar  8 07:27:20 dvr lircd-0.9.0[6981]: config file contains no valid 
remote control definition
Mar  8 07:27:20 dvr lircd-0.9.0[6982]: lircd(default) ready, using 
/var/run/lirc/lircd
Mar  8 07:33:50 dvr lircd-0.9.0[7148]: accepted new client on 
/var/run/lirc/lircd
Mar  8 07:33:51 dvr kernel: [ 5099.361537] lirc_zilog: Zilog/Hauppauge 
IR blaster firmware version 2.1.0 loaded

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.mythtv.org/pipermail/mythtv-users/attachments/20120308/f987f6fa/attachment.html 


More information about the mythtv-users mailing list