<div dir="ltr">kris,<div style>very interesting, thanks... any chance I could see the rule you wrote for yours?</div><div style>thanks,</div><div style>-Krys</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Feb 22, 2013 at 11:22 AM, 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">
On 22/02/13 16:54, Krys Allen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
On Fri, Feb 22, 2013 at 9:59 AM, Mike Perkins wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 22/02/13 15:20, Krys Allen wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
infinitv_usbd is the service that has to be running, but come to think<br>
of it mythbackend starts up fine even if this service isn&#39;t running it<br>
just wont tune to any channel.<br>
<br>
I tried to make my own init script (there isnt one with the driver as<br>
far as I could tell), but it needs some tweaking. The init script works<br>
if I run it after my system is booted, but when run at boot it says it<br>
cant find my tuning device. I assume that the init script is trying to<br>
run before the usb port has found my device, I am just not sure how to<br>
make it wait. Is there any options in mythbackend to have it start a<br>
tuner card service?<br>
<br>
my init script --&gt; <a href="http://pastebin.com/f3RtgUka" target="_blank">http://pastebin.com/f3RtgUka</a> (if you know how to make<br>
it wait on usb let me know)<br>
<br>
no I am not using a tuning adapter, but that varies based on your cable<br>
provider.<br>
<br>
What you probably need is a udev rule that kicks in when the USB device<br>
</blockquote>
is recognized. That way everything happens in the right order.<br>
<br>
</blockquote></div><div class="im">
What you probably need is a udev rule that kicks in when the USB device is<br>
recognized. That way everything happens in the right order<br>
<br>
Sorry, not sure what this entails... so would the udev rule be what starts<br>
the infinitv_usdb service?<br>
<br>
</div></blockquote>
(Fixed quoting, sort of.)<br>
<br>
Yes, that&#39;s right. I&#39;m not sure I can give you the exact details because I don&#39;t have your device but this page probably is what you need to look at:<br>
<br>
<a href="http://www.mythtv.org/wiki/Device_Filenames_and_udev" target="_blank">http://www.mythtv.org/wiki/<u></u>Device_Filenames_and_udev</a><br>
<br>
What you will have to do is find out how your device is identified and write a rule to match it. The action you&#39;ll need won&#39;t be a SYMLINK one like a lot of the examples but a PROGRAM one which will run a script when your device gets detected.<br>

<br>
udev has a testing option so that you can see what it will attempt to do. You can use this to get your rule working.<div class="HOEnZb"><div class="h5"><br>
<br>
-- <br>
<br>
Mike Perkins<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>