<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-text-flowed" style="font-family: -moz-fixed;
font-size: 13px;" lang="x-western">Hi,
<br>
<br>
I am working on Ubuntu 11.10, Kernel 3.0, MythTV 0.24, lirc 0.90.
<br>
<br>
When I try to "find" the correct code for my cable box, I can not
find one that works with my cable box.
<br>
<br>
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.
<br>
<br>
I am using the script below to send a power command.
<br>
<br>
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.
<br>
<br>
Any ideas would be appreciated.
<br>
<br>
Thanks!
<br>
Chris
<br>
<br>
<br>
<br>
list=$*
<br>
SAMSUNG="21, 44, 103"
<br>
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"
<br>
PIONEER="44, 45, 72, 94, 98, 101, 103, 104, 126, 129"
<br>
list=$PIONEER
<br>
<br>
for i in $list ; do
<br>
i=`echo $i | sed 's/,//g'`
<br>
echo Sending ${i}
<br>
irsend --device=/dev/lircd SEND_ONCE blaster 0_${i}_KEY_POWER
<br>
sleep 1
<br>
done
<br>
<br>
<br>
cwingert@dvr:~$ uname -a
<br>
Linux dvr 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC
2011 i686 i686 i386 GNU/Linux
<br>
<br>
cwingert@dvr:~$ lsmod | grep -i zilog
<br>
lirc_zilog 22065 0
<br>
lirc_dev 18700 1 lirc_zilog
<br>
<br>
cwingert@dvr:~$ modinfo lirc_zilog
<br>
filename:
/lib/modules/3.0.0-12-generic/kernel/drivers/staging/lirc/lirc_zilog.ko
<br>
alias: lirc_pvr150
<br>
license: GPL
<br>
author: Gerd Knorr, Michal Kochanowicz, Christoph
Bartelmus, Ulrich Mueller, Stefan Jahn, Jerome Brock, Mark Weaver,
Andy Walls
<br>
description: Zilog/Hauppauge infrared transmitter driver (i2c
stack)
<br>
srcversion: DCE254543C2DFBEA56D7A97
<br>
depends: lirc_dev
<br>
staging: Y
<br>
vermagic: 3.0.0-12-generic SMP mod_unload modversions 686
<br>
parm: minor:Preferred minor device number (int)
<br>
parm: debug:Enable debugging messages (bool)
<br>
parm: tx_only:Only handle the IR transmit function
(bool)
<br>
<br>
<br>
Mar 8 07:27:13 dvr kernel: [ 4703.113438] lirc_dev: IR Remote
Control driver registered, major 249
<br>
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.
<br>
Mar 8 07:27:13 dvr kernel: [ 4703.117275] lirc_zilog:
Zilog/Hauppauge IR driver initializing
<br>
Mar 8 07:27:13 dvr kernel: [ 4703.119280] lirc_zilog: probing IR
Rx on Hauppage HD PVR I2C (i2c-0)
<br>
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.
<br>
Mar 8 07:27:13 dvr kernel: [ 4703.119355] lirc_zilog: probe of IR
Rx on Hauppage HD PVR I2C (i2c-0) done
<br>
Mar 8 07:27:13 dvr kernel: [ 4703.119366] lirc_zilog: probing IR
Tx on Hauppage HD PVR I2C (i2c-0)
<br>
Mar 8 07:27:13 dvr kernel: [ 4703.122805] i2c i2c-0: lirc_dev:
driver lirc_zilog registered at minor = 0
<br>
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
<br>
Mar 8 07:27:13 dvr kernel: [ 4703.122818] lirc_zilog: probe of IR
Tx on Hauppage HD PVR I2C (i2c-0) done
<br>
Mar 8 07:27:13 dvr kernel: [ 4703.122856] lirc_zilog:
initialization complete
<br>
Mar 8 07:27:13 dvr lircd-0.9.0[6959]: config file contains no
valid remote control definition
<br>
Mar 8 07:27:13 dvr lircd-0.9.0[6960]: lircd(default) ready, using
/var/run/lirc/lircd
<br>
Mar 8 07:27:20 dvr lircd-0.9.0[6960]: caught signal
<br>
Mar 8 07:27:20 dvr lircd-0.9.0[6981]: config file contains no
valid remote control definition
<br>
Mar 8 07:27:20 dvr lircd-0.9.0[6982]: lircd(default) ready, using
/var/run/lirc/lircd
<br>
Mar 8 07:33:50 dvr lircd-0.9.0[7148]: accepted new client on
/var/run/lirc/lircd
<br>
Mar 8 07:33:51 dvr kernel: [ 5099.361537] lirc_zilog:
Zilog/Hauppauge IR blaster firmware version 2.1.0 loaded
<br>
<br>
</div>
</body>
</html>