<html>
<body>
<font size=3>Do you have a /home/mythtv/.myth/lircrc,
/home/mythtv/.lrcrc, and /etc/lircd.conf?<br><br>
-- Mache<br><br>
At 05:29 PM 6/2/2008, Say It wrote:<br>
<blockquote type=cite class=cite cite="">Hi, I have built a mythtv box,
but cannot get the IR<br>
transmitter to work.<br><br>
Specs: <br><br>
Knoppmtyh Release 5 F27<br>
TV Card : Hauppauge Wintv Go Plus w/ remote<br>
(silver/dogbone?)<br>
Video Card: Nvidea<br><br>
The Myth TV part seems to be working fine.&nbsp; I can<br>
record and playback shows fine.&nbsp; I can even get the<br>
Hauppauge remote to work fine to change menus on<br>
mythtv.&nbsp; The irw commands work fine. However, I cannot<br>
get the IR transmitter to change the channels on the<br>
cable set top box.<br><br>
 From what i understand, I do not have a serial<br>
transmitter.&nbsp; Most of the docs i see out there mention<br>
serial IR transmitter and requiring two lirc<br>
instances.&nbsp; Mine is part of the cable that comes out<br>
of the IR port <br>
on the Hauppauge card.&nbsp; Basically, the IR port on the<br>
card has a cable plugged into it that splits out to an<br>
IR receiver and an IR transmitter.&nbsp; The IR receiver<br>
works fine.&nbsp; I cannot get the IR transmitter to work.<br><br>
When I do a: irsend SEND_ONCE DCT700 info<br><br>
I get this error:<br>
irsend: command failed: SEND_ONCE DCT700 info<br>
irsend: hardware does not support sending<br><br>
<br>
When I run:<br>
irsend LIST DCT700 &quot;&quot;<br><br>
That gives back a response.&nbsp; I'm thinking this command<br>
only looks at the /etc/lircd.conf command and not<br>
actually send anything to the IR transmitter.<br><br>
Syslog says:<br><br>
Jun&nbsp; 2 15:36:42 mythtv lircd-0.8.3[2678]: accepted new<br>
client on /dev/lircd<br>
Jun&nbsp; 2 15:36:42 mythtv lircd-0.8.3[2678]: error<br>
processing command: SEND_ONCE DCT700 info<br>
Jun&nbsp; 2 15:36:42 mythtv lircd-0.8.3[2678]: hardware<br>
does not support sending<br>
Jun&nbsp; 2 15:36:42 mythtv lircd-0.8.3[2678]: removed<br>
client<br><br>
I tried this with lircd-0.8.2 and still had the same<br>
problems, so I decided to get the newest lirc and<br>
compile it myself.&nbsp; I compiled lirc 0.8.3 with:<br>
&nbsp;<br>
/configure --with-syslog --with-transmitter<br>
--with-driver=hauppauge<br>
/configure --with-kerneldir=/usr/src/linux<br>
--with-moduledir=/lib/modules/2.6.18-chw-13/kernel/drivers/lirc/<br>
--with-syslog --with-transmitter<br>
--with-driver=hauppauge<br><br>
I got some errors when doing the make and make<br>
install, something about not able to find crtbeginS.o<br>
It seemed to install okay since the logs are showing<br>
the newer version of lirc.&nbsp; I'm not that familiar w/<br>
compiling programs.&nbsp; Is there a way to check if I've<br>
setup lirc okay?<br><br>
<br><br>
I have several entries in /etc/lircd.conf<br>
DCT700 is the cable box set top box model.&nbsp; I've put<br>
those codes in /etc/lircd.conf.<br>
lircd.conf also has entries for: blaster, Hauppauge,<br>
hauppauge_pvr, Hauppauge_350<br><br>
 From my understanding, the lircd.conf should have<br>
entries for the cable tv stb (IR transmit) and the<br>
remote control unit (IR receiver).<br><br>
It seems that I can specify anything (e.g., DCT700,<br>
junk, blah, etc.) in the IRSEND command and get the<br>
same error message.<br><br>
<br><br>
<br>
Some other specs:<br><br>
crw-rw-r-- 1 root video 61, 0 Jun&nbsp; 2 02:25 /dev/lirc0<br>
srw-rw-rw- 1 root root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 Jun&nbsp; 2 02:25
/dev/lircd<br><br>
-----------------------------<br>
dmesg | grep lirc<br>
lirc_dev: IR Remote Control driver registered, major<br>
61<br>
lirc_i2c: chip 0x10005 found @ 0x71 (Hauppauge PVR150)<br>
&nbsp;---&gt; Not sure why it says PVR150.<br>
lirc_dev: lirc_register_plugin: sample_rate: 10<br><br>
------------------------------------<br>
root@mythtv:/usr/src/mylirc/lirc-0.8.3# lsmod | grep<br>
lir<br>
lirc_i2c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
12420&nbsp; 2<br>
lirc_dev&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
16644&nbsp; 1 lirc_i2c<br>
i2c_core&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
20864&nbsp; 20<br>
ivtv,lirc_i2c,i2c_ec,cx88_vp3054_i2c,cx88xx,saa7134_dvb,saa7134,ir_kbd_i2c,tda1004x,dvb_bt8xx,tuner,tea5767,tda8290,tuner_simple,mt20xx,tvaudio,bttv,i2c_algo_bit,tveeprom,i2c_i801<br>
<br>
-----------------------------<br>
# /etc/lirc/hardware.conf<br>
#<br>
LIRCD_ARGS=&quot;&quot;<br>
START_LIRCMD=false<br>
LOAD_MODULES=true<br>
DRIVER=&quot;default&quot;<br>
DEVICE=&quot;/dev/lirc0&quot;<br>
MODULES=&quot;lirc_dev lirc_i2c&quot;<br>
---------------------------------<br><br>
root@mythtv:/usr/local/sbin/lircd --driver=?<br>
Driver `?' not supported.<br>
Supported drivers:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default<br><br>
--------------------<br>
/etc/init.d/bootmisc.sh:<br><br>
/sbin/modprobe lirc_i2c<br>
/usr/local/sbin/lircd --device=/dev/lirc0<br>
--output=/dev/lircd<br>
----------------------------<br><br>
Any help would be appreciated.&nbsp; I'm trying to give<br>
this to my dad for father's day.&nbsp; It was originally<br>
supposed to be an xmas gift, but I've had so many<br>
problems getting this to work.<br><br>
Thanks,<br>
Chris<br><br>
<br><br>
<br><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
_______________________________________________<br>
mythtv-users mailing list<br>
mythtv-users@mythtv.org<br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" eudora="autourl">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a></font>
</blockquote></body>
</html>