If you type irrecord -H blah  (raelly... Type something there) It
will show you a list of valid options for the driver. (Not the device)
I would run down the list a bit (there are some obvious ones that is is
not going to be) and do 'irrecord -H Driver_I'm_testing --device
/dev/lirc0 /etc/lircd.conf'<br>
<br>
You may be able to figure out the driver that should be used. I would
be able to help more, but I'm rebuilding after a failed DRI install
from CVS. Should have backed up!!!<br><br><div><span class="gmail_quote">On 1/10/06, <b class="gmail_sendername">Matt Rude</b> &lt;<a href="mailto:mythtv-users@mattrude.com">mythtv-users@mattrude.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I was thinking I did have the recommended driver for the PVR-350 but<br>now im not<br>so sure. I tryed running the fallowing comand:
<br><br>[root@mythtv backup]# irrecord --device /dev/lirc0 /etc/lircd.conf<br>irrecord -&nbsp;&nbsp;application for recording IR-codes for usage with lirc<br>Copyright (C) 1998,1999 Christoph Bartelmus(<a href="mailto:lirc@bartelmus.de">
lirc@bartelmus.de</a>)<br>irrecord: could not init hardware (lircd running ? --&gt; close it, check<br>permissions)<br><br>then from /var/log/messages<br>Jan 10 23:34:41 mythtv irrecord: could not open /dev/lirc0<br>Jan 10 23:34:41 mythtv irrecord: default_init(): No such device or address
<br><br>yet<br>[root@mythtv backup]# ls -l /dev/lir*<br>lrwxrwxrwx&nbsp;&nbsp;1 root&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10 Jan 10 19:23 /dev/lirc -&gt; /dev/lirc0<br>crwxrwxrwx&nbsp;&nbsp;1 mythtv mythtv 212, 0 Jan 10 19:23 /dev/lirc0<br>srw-rw-rw-&nbsp;&nbsp;1 mythtv mythtv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0 Jan 10 19:23 /dev/lircd
<br><br>if I try running the command with the other devices in the list i get the same<br>messages except with the /dev/lircd dev<br>Jan 10 23:38:12 mythtv irrecord: could not connect to unix socket /dev/lircd<br>Jan 10 23:38:12 mythtv irrecord: default_init(): Connection refused
<br><br>I downloaded the ivit software using yum as shown below.<br><br>thanks<br>-Matt<br><br><br>Quoting Adam Propeck &lt;<a href="mailto:adam@propeck.com">adam@propeck.com</a>&gt;:<br><br>&gt; Do you know the recommended driver for your device? The best thing to do is
<br>&gt; leave lircd not running. Unless you've copied a valid /etc/lircd.conf file<br>&gt; over, it won't do any good really anyhow. I run (as root) &quot;irrecord -H uirt2<br>&gt; --device /dev/ttyUSB0 test.conf&quot; You should try replacing the uirt2 with
<br>&gt; either the driver that your IR receiver calls for, or simply use &quot;irrecord<br>&gt; --device /dev/something test.conf&quot; where something is the device that your<br>&gt; IR is actually connected to. I'll have some better instructions out in just
<br>&gt; a bit as I'm having some quick supper. I went back and redid my universal<br>&gt; remote training with VCR code 0081 as talked about on the FedoraMythology<br>&gt; page, and that seems to work good and give me more buttons on my remote.
<br>&gt; Even when lircd wasn't working, when I passed the right parameters to<br>&gt; irrecord, I was able to get input from the remote.<br>&gt;<br>&gt; On 1/10/06, Seth Art &lt;<a href="mailto:sethsec@gmail.com">sethsec@gmail.com
</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; Adam, Mat, and anyone else who can help,<br>&gt;&gt;<br>&gt;&gt; I am having the same problem actually.&nbsp;&nbsp;I am using a different remote<br>&gt;&gt; control/tuner card (leadtek WinFast cool command) however.&nbsp;&nbsp;I have been
<br>&gt;&gt; reading reading all of the lirc documentation over the last couple of days<br>&gt;&gt; but its mostly for compiling the kernel mod and device yourself.&nbsp;&nbsp;I am using<br>&gt;&gt; the atrmps distro for all of my myth/lirc stuff and these are the packages I
<br>&gt;&gt; have installed:<br>&gt;&gt;<br>&gt;&gt; [root@fedora ~]# yum list *lirc*<br>&gt;&gt; Setting up repositories<br>&gt;&gt; Reading repository metadata in from local files<br>&gt;&gt; Installed Packages<br>&gt;&gt;
lirc.i386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.8.0-54_cvs20060107.rinstalled<br>&gt;&gt;
lirc-devices.noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://0.7.0-1.rhfc4.at">0.7.0-1.rhfc4.at</a><br>&gt;&gt; installed<br>&gt;&gt; lirc-kmdl-2.6.14-1.1656_FC4smp.i686&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.8.0-54_cvs20060107.rinstalled<br>&gt;&gt;
lirc-lib.i386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
0.8.0-54_cvs20060107.rinstalled<br>&gt;&gt;
lirc-lib-devel.i386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.8.0-54_cvs20060107.r
installed<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; I also just have a lircd&nbsp;&nbsp;in the&nbsp;&nbsp;/dev directory:<br>&gt;&gt;<br>&gt;&gt; [root@fedora ~]# ls -l /dev/lir*<br>&gt;&gt; srw-rw-rw-&nbsp;&nbsp;1 root root 0 Jan 10 12:41 /dev/lircd
<br>&gt;&gt;<br>&gt;&gt; When i run &quot;lircd -n as root I do not see any errors:<br>&gt;&gt;<br>&gt;&gt; [root@fedora ~]# lircd -n<br>&gt;&gt; lircd-0.8.0-CVS[2954]: lircd(userspace) ready<br>&gt;&gt; ^H^H<br>&gt;&gt; 
lircd-0.8.0-CVS[2954]: caught signal<br>&gt;&gt;<br>&gt;&gt; When I run irw it automatically kills my lircd if it is running, but does<br>&gt;&gt; not sit there and listen for commands.&nbsp;&nbsp;It just exits right away.&nbsp;&nbsp;Is this
<br>&gt;&gt; the normal behavior?&nbsp;&nbsp;I do remember at one time that when i ran irw is<br>&gt;&gt; actually did receive a signal from one of the buttons on my remote, but<br>&gt;&gt; unfortunately I have made the problem worse.
<br>&gt;&gt;<br>&gt;&gt; Any help is definitely appreciated.&nbsp;&nbsp; I can't wait to get this working so<br>&gt;&gt; that I can transfer all of my myth commands from my leadtek remote to my<br>&gt;&gt; all-in-on.&nbsp;&nbsp; Now that will be impressive!
<br>&gt;&gt;<br>&gt;&gt; Thanks,<br>&gt;&gt;<br>&gt;&gt; Seth<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; On 1/10/06, Adam Propeck &lt;<a href="mailto:adam@propeck.com">adam@propeck.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; &gt; Well, this would be specific to the remote &quot;receiver&quot; you are using. I'm
<br>&gt;&gt; &gt; assuming that you are using the one that comes with the PVR-350.<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; What do you see when you run 'ls -l /dev/lir*' as root? You should at a<br>&gt;&gt; &gt; minimum have an lircd file, but you may have an lirc0 file which might be
<br>&gt;&gt; &gt; the one to point to. Also tell me the output of running 'lircd -n'<br>&gt;&gt; as root.<br>&gt;&gt; &gt; You may have to run 'service lircd stop' first. Give me those and<br>&gt;&gt; I'll check<br>&gt;&gt; &gt; into some of the specific PVR-350 settings in the mean time. Lirc
<br>&gt;&gt; was a big<br>&gt;&gt; &gt; problem for me as it seems that the directions are extremely vague for<br>&gt;&gt; &gt; anyone not using the 250 and 150. Since I have a USB Uirt, I had to figure<br>&gt;&gt; &gt; some of it out on my own. I still need to figure out how to rebuild Myth
<br>&gt;&gt; &gt; with lirc support built-in.<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; On 1/10/06, Matt Rude &lt; <a href="mailto:mythtv-users@mattrude.com">mythtv-users@mattrude.com</a>&gt; wrote:<br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; So what execting file should I link to? or am I missing a file?
<br>&gt;&gt; &gt; &gt; -Matt<br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; Quoting Adam Propeck &lt;<a href="mailto:adam@propeck.com">adam@propeck.com</a> &gt;:<br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt; I don't know which /dev file you should be linking the /dev/lirc
<br>&gt;&gt; &gt; &gt; file to<br>&gt;&gt; &gt; &gt; &gt; with the PVR-350, but I would recommend that at least while you<br>&gt;&gt; &gt; &gt; test, just<br>&gt;&gt; &gt; &gt; &gt; use (as root or via sudo) 'lircd -n' to see the messages immediately
<br>&gt;&gt; &gt; &gt; and<br>&gt;&gt; &gt; &gt; &gt; then you don't have to go and look for them. I have a USB-UIRT, and<br>&gt;&gt; &gt; &gt; so I<br>&gt;&gt; &gt; &gt; &gt; ended up having to edit the /etc/sysconfig/lircd file to show -h
<br>&gt;&gt; &gt; &gt; uirt2<br>&gt;&gt; &gt; &gt; &gt; --device=/dev/ttyUSB0&nbsp;&nbsp; I'd expect that you simply need to edit your<br>&gt;&gt; &gt; &gt; file<br>&gt;&gt; &gt; &gt; &gt; appropriately.<br>&gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt; &gt; &gt; On 1/9/06, Matt Rude &lt; <a href="mailto:mythtv-users@mattrude.com">mythtv-users@mattrude.com</a>&gt; wrote:<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt; I have Mythtv running on FC4 with a PVR-350. Everything is running
<br>&gt;&gt; &gt; &gt; but the<br>&gt;&gt; &gt; &gt; &gt;&gt; remote control. I have installed lirc &amp; lirc-kmdl via yum along<br>&gt;&gt; &gt; &gt; with the<br>&gt;&gt; &gt; &gt; &gt;&gt; reset<br>&gt;&gt; &gt; &gt; &gt;&gt; of the Mythtv suite. I edited my 
modprobe.conf file and ran these<br>&gt;&gt; &gt; &gt; &gt;&gt; commands.<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt; $mkdir /home/mythtv/.mythtv<br>&gt;&gt; &gt; &gt; &gt;&gt; $wget <a href="http://wilsonet.com/mythtv/lircrc-haupgrey-g3.txt">
http://wilsonet.com/mythtv/lircrc-haupgrey-g3.txt</a><br>&gt;&gt; &gt; &gt; &gt;&gt; $mv lircd-haupgrey-g3.conf.txt ~/.mythtv/lircrc<br>&gt;&gt; &gt; &gt; &gt;&gt; $/sbin/depmod -a<br>&gt;&gt; &gt; &gt; &gt;&gt; $/sbin/modprobe lirc_i2c
<br>&gt;&gt; &gt; &gt; &gt;&gt; $/sbin/chkconfig lircd on<br>&gt;&gt; &gt; &gt; &gt;&gt; $/sbin/service lircd start<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt; Once this is done I can try to run /usr/bin/irw and the program
<br>&gt;&gt; &gt; &gt; exits. if<br>&gt;&gt; &gt; &gt; &gt;&gt; I look<br>&gt;&gt; &gt; &gt; &gt;&gt; at my messages file I get as below. A list for /dev/lircd shows me.<br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt;&gt;
<br>&gt;&gt; &gt; &gt; &gt;&gt; #ll /dev/lir*<br>&gt;&gt; &gt; &gt; &gt;&gt; srw-rw-rw-&nbsp;&nbsp;1 root root 0 Jan&nbsp;&nbsp;9 20:31 /dev/lircd<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt; I know I need the lirc0 or lirc.
<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt; What am I missing to make this work?<br>&gt;&gt; &gt; &gt; &gt;&gt; any help would be nice.<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt;
<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt; ### tail /var/log/messages&nbsp;&nbsp;# Fresh after a reboot<br>&gt;&gt; &gt; &gt; &gt;&gt; Jan&nbsp;&nbsp;9 20:28:50 mythtv lircd-0.8.0-CVS[2280]: lircd(any) ready
<br>&gt;&gt; &gt; &gt; &gt;&gt; Jan&nbsp;&nbsp;9 20:30:03 mythtv lircd-0.8.0-CVS[2280]: accepted new client<br>&gt;&gt; &gt; &gt; on<br>&gt;&gt; &gt; &gt; &gt;&gt; /dev/lircd<br>&gt;&gt; &gt; &gt; &gt;&gt; Jan&nbsp;&nbsp;9 20:30:03 mythtv lircd-0.8.0-CVS
[2280]: could not get file<br>&gt;&gt; &gt; &gt; &gt;&gt; information for<br>&gt;&gt; &gt; &gt; &gt;&gt; /dev/lirc<br>&gt;&gt; &gt; &gt; &gt;&gt; Jan&nbsp;&nbsp;9 20:30:03 mythtv lircd-0.8.0-CVS[2280]: default_init(): No<br>&gt;&gt; &gt; &gt; such file
<br>&gt;&gt; &gt; &gt; &gt;&gt; or<br>&gt;&gt; &gt; &gt; &gt;&gt; directory<br>&gt;&gt; &gt; &gt; &gt;&gt; Jan&nbsp;&nbsp;9 20:30:03 mythtv lircd-0.8.0-CVS[2280]: caught signal<br>&gt;&gt; &gt; &gt; &gt;&gt; Jan&nbsp;&nbsp;9 20:31:32 mythtv 
lircd-0.8.0-CVS[2931]: lircd(any) ready<br>&gt;&gt; &gt; &gt; &gt;&gt; Jan&nbsp;&nbsp;9 20:31:49 mythtv lircd-0.8.0-CVS[2931]: accepted new client<br>&gt;&gt; &gt; &gt; on<br>&gt;&gt; &gt; &gt; &gt;&gt; /dev/lircd<br>&gt;&gt; &gt; &gt; &gt;&gt; Jan&nbsp;&nbsp;9 20:31:49 mythtv 
lircd-0.8.0-CVS[2931]: could not get file<br>&gt;&gt; &gt; &gt; &gt;&gt; information for<br>&gt;&gt; &gt; &gt; &gt;&gt; /dev/lirc<br>&gt;&gt; &gt; &gt; &gt;&gt; Jan&nbsp;&nbsp;9 20:31:49 mythtv lircd-0.8.0-CVS[2931]: default_init(): No
<br>&gt;&gt; &gt; &gt; such file<br>&gt;&gt; &gt; &gt; &gt;&gt; or<br>&gt;&gt; &gt; &gt; &gt;&gt; directory<br>&gt;&gt; &gt; &gt; &gt;&gt; Jan&nbsp;&nbsp;9 20:31:49 mythtv lircd-0.8.0-CVS [2931]: caught signal<br>&gt;&gt; &gt; &gt; &gt;&gt;
<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt; ### ll /dev/lirc*<br>&gt;&gt; &gt; &gt; &gt;&gt; srw-rw-rw-&nbsp;&nbsp;1 root root 0 Jan&nbsp;&nbsp;9 20:31 /dev/lircd<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt;
<br>&gt;&gt; &gt; &gt; &gt;&gt; ### cat /etc/modprobe.conf<br>&gt;&gt; &gt; &gt; &gt;&gt; # Enable IF<br>&gt;&gt; &gt; &gt; &gt;&gt; alias char-major-61 lirc_i2c<br>&gt;&gt; &gt; &gt; &gt;&gt; # From Setup<br>&gt;&gt; &gt; &gt; &gt;&gt; alias eth0 e100
<br>&gt;&gt; &gt; &gt; &gt;&gt; alias snd-card-0 snd-intel8x0<br>&gt;&gt; &gt; &gt; &gt;&gt; options snd-card-0 index=0<br>&gt;&gt; &gt; &gt; &gt;&gt; options snd-intel8x0 index=0<br>&gt;&gt; &gt; &gt; &gt;&gt; remove snd-intel8x0 { /usr/sbin/alsactl store 0 &gt;/dev/null 2&gt;&amp;1 ||
<br>&gt;&gt; &gt; &gt; : ; };<br>&gt;&gt; &gt; &gt; &gt;&gt; /sbin/modprobe -r --ignore-remove snd-intel8x0<br>&gt;&gt; &gt; &gt; &gt;&gt; alias usb-controller uhci-hcd<br>&gt;&gt; &gt; &gt; &gt;&gt; # ivtv modules setup<br>
&gt;&gt; &gt; &gt; &gt;&gt; alias char-major-81 ivtv<br>&gt;&gt; &gt; &gt; &gt;&gt; alias char-major-81-0 ivtv<br>&gt;&gt; &gt; &gt; &gt;&gt; alias tveeprom tveeprom-ivtv<br>&gt;&gt; &gt; &gt; &gt;&gt; alias msp3400 msp3400-ivtv
<br>&gt;&gt; &gt; &gt; &gt;&gt; install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe<br>&gt;&gt; &gt; &gt; ivtv-fb<br>&gt;&gt; &gt; &gt; &gt;&gt; install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe<br>&gt;&gt; &gt; &gt; --ignore-install
<br>&gt;&gt; &gt; &gt; &gt;&gt; lirc_i2c<br>&gt;&gt; &gt; &gt; &gt;&gt; install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 &amp;&amp;<br>&gt;&gt; &gt; &gt; &gt;&gt; /usr/sbin/alsactl restore &gt;/dev/null 2&gt;&amp;1 || :
<br>&gt;&gt; &gt; &gt; &gt;&gt; remove snd-emu10k1 { /usr/sbin/alsactl store &gt;/dev/null 2&gt;&amp;1 || : ;<br>&gt;&gt; &gt; &gt; };<br>&gt;&gt; &gt; &gt; &gt;&gt; /sbin/modprobe -r --ignore-remove snd-emu10k<br>&gt;&gt; &gt; &gt; &gt;&gt;
<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;&gt; Thanks
<br>&gt;&gt; &gt; &gt; &gt;&gt; Matt<br>&gt;&gt; &gt; &gt; &gt;&gt; _______________________________________________<br>&gt;&gt; &gt; &gt; &gt;&gt; mythtv-users mailing list<br>&gt;&gt; &gt; &gt; &gt;&gt; <a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br>&gt;&gt; &gt; &gt; &gt;&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt;&gt; &gt; &gt; &gt;&gt;<br>&gt;&gt; &gt; &gt; &gt;
<br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; _______________________________________________<br>&gt;&gt; &gt; &gt; mythtv-users mailing list<br>&gt;&gt; &gt; &gt; <a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br>&gt;&gt; &gt; &gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt; _______________________________________________<br>&gt;&gt; &gt; mythtv-users mailing list<br>&gt;&gt; &gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>&gt;&gt; &gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; mythtv-users mailing list<br>
&gt;&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>&gt;&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt;&gt;
<br>&gt;&gt;<br>&gt;&gt;<br>&gt;<br><br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>