<div dir="ltr"><div><div>Wow... I clearly missed &quot;infinitv_usbd is the user space linux 
driver for the Ceton InfiniTV USB.&quot; in the README. I foolishly just did 
the configure/make/make install. =/ Thanks Allen for pointing that out!<br>
<br>I am unfortunately still unable to watch/record TV in MythTV. I have 
also tried capturing the infinitv client stream with netcat and that is 
still producing 0 byte files. The last week I have been trying to 
get network tuners working in Windows MCE and I havent had any luck with
 that either. Normal tuner configuration works great though! My end goal
 would be to have network tuners working in MCE so I can record copy 
once shows and have 3 tuners presented to MythTV.<br><br></div>In 
Windows I know the traffic is there on the wire as I captured a 
wireshark trace and can see all of the UDP traffic going to port 5001. 
When I run the client.py in Linux and capture on lo I am seeing some 
bizarre malformed packets and destination unreachable for ICMP on the 
local 127.0.0.1.<br><br>This loops forever:<br>1    0.000000    192.168.180.3    192.168.180.3    YAMI    1370    [Malformed Packet]<br>
2    0.000245    127.0.0.1    127.0.0.1    MPEG TS    1358    Source port: 43409  Destination port: irdmi<br>3    0.000264    127.0.0.1    127.0.0.1    ICMP    590    Destination unreachable (Port unreachable)<br><br>It sure seems like a network issue or something blocking these ports.
 In windows I uninstalled all antivirus software and disabled the 
firewall and i see the same behaviour. The same is true for my Ubuntu 
box.<br><br>--<br></div>Michael<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 22, 2013 at 1:42 PM, Krys Allen <span dir="ltr">&lt;<a href="mailto:allen.krys@gmail.com" target="_blank">allen.krys@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Great info guys, ill see if I can&#39;t scratch something together.</div><div class="HOEnZb"><div class="h5">
<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 22, 2013 at 12:51 PM, Mike Perkins <span dir="ltr">&lt;<a href="mailto:mikep@randomtraveller.org.uk" target="_blank">mikep@randomtraveller.org.uk</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>On 22/02/13 18:00, Ronald Frazier wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Fri, Feb 22, 2013 at 12:56 PM, Kris Jensen &lt;<a href="mailto:kris.jensen.knj@gmail.com" target="_blank">kris.jensen.knj@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On Fri, Feb 22, 2013 at 12:48 PM, Kris Jensen &lt;<a href="mailto:kris.jensen.knj@gmail.com" target="_blank">kris.jensen.knj@gmail.com</a>&gt;<br>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On Fri, Feb 22, 2013 at 12:38 PM, Krys Allen &lt;<a href="mailto:allen.krys@gmail.com" target="_blank">allen.krys@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
kris,<br>
very interesting, thanks... any chance I could see the rule you wrote for<br>
yours?<br>
thanks,<br>
-Krys<br>
<br>
<br>
<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/<u></u>listinfo/mythtv-users</a><br>
<br>
</blockquote>
<br>
Sure. Keep in mind I am using the internal card version of the Ceton<br>
Infinitv and not the USB version so the rule well differ (a lot).<br>
<br>
[/code_start]<br>
<br>
# MythTV Backend service<br>
<br>
description     &quot;MythTV Backend&quot;<br>
author          &quot;Mario Limonciello &lt;<a href="mailto:superm1@ubuntu.com" target="_blank">superm1@ubuntu.com</a>&gt;&quot;<br>
<br>
start on (local-filesystems and net-device-up IFACE!=br0 and<br>
ctn91xx-device-added KERNEL=ctn91xx_ctl1 and net-device-added INTERFACE=br0<br>
and started udev-finish)<br>
stop on runlevel [016]<br>
<br>
kill timeout 10<br>
respawn<br>
respawn limit 2 3600<br>
<br>
pre-start script<br>
     [ -x /usr/sbin/mysqld ] || exit 0<br>
     for i in `seq 1 30` ; do<br>
        /usr/bin/mysqladmin --defaults-file=/etc/mysql/<u></u>debian.cnf ping &amp;&amp;<br>
exit 0<br>
        sleep .5<br>
     done<br>
end script<br>
<br>
script<br>
         test -f /etc/default/locale &amp;&amp; . /etc/default/locale || true<br>
         LANG=$LANG exec /usr/bin/mythbackend --syslog local7 --user mythtv<br>
end script<br>
<br>
<br>
[/code_end}<br>
<br>
Hope it helps.<br>
</blockquote>
<br>
<br>
Sorry I just realized that&#39;s not actually the udev rule. Its my back end<br>
start up script that I had to edit to start up the back end correctly with<br>
the Ceton card.<br>
<br>
  the is the udev rule.<br>
<br>
[/code-start]<br>
<br>
KERNEL==&quot;ctn91xx_*&quot;, SYMLINK+=&quot;ceton/%k&quot;,<br>
MODE=&quot;0666&quot;,OWNER=&quot;root&quot;,<u></u>GROUP=&quot;root&quot;<br>
<br>
[/Code_end]<br>
<br>
<br>
Hope it helps.<br>
<br>
</blockquote>
<br>
Note: that script will not work for the USB devices, as the ctn91xx*<br>
dev entries do not get created. Those entries are only created for the<br>
PCIe version. Now, there might be some alternate /dev entry you could<br>
use to detect it, but I don&#39;t know what it would be<br>
<br>
</blockquote></div></div>
USB devices can always be picked out by subsystem and have an identifying &quot;subsystem_vendor&quot; and &quot;susbsystem_device&quot; code which can be used to nail them exactly. These codes are issued by the vendor so should never change.<br>


<br>
To find them, check dmesg for when the USB subsystem picks them up during boot. That will give you the values to use in your rule. There are example rules in that web page I pointed you to which link USB tuners.<span><font color="#888888"><br>


<br>
-- <br>
<br>
Mike Perkins</font></span><div><div><br>
<br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/<u></u>listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Michael Helmer
</div>