Hi Peter,<br><br>I&#39;m glad you found a solution. Myth can deal with cards with multiple tuners - I have a Hauppauge DVB-T-500 and that has 1 input and two tuners. I guess it depends more on the driver than anything else though, right?<br>
<br>Could you not write a startup script to automate those commands? I don&#39;t know enough about udev to be able to answer your question...<br><br>Karl<br><br><br><div class="gmail_quote">2008/6/16 Peter Childs &lt;<a href="mailto:peterachilds@gmail.com">peterachilds@gmail.com</a>&gt;:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">2008/6/14 Peter Childs &lt;<a href="mailto:peterachilds@gmail.com">peterachilds@gmail.com</a>&gt;:<br>

<div class="Ih2E3d">&gt; Following a great demonstration of what Myth can do at the meet hmm<br>
&gt; now some two weeks ago, I decided to have another go at getting a box<br>
&gt; up and running, here we go<br>
&gt;<br>
&gt; Its a dual core AMD 64 bit machine with 2Gb of memory with two hmm<br>
&gt; 300Gb hard disks and Hauppauge tv card in. Microsoft Remote.<br>
&gt;<br>
&gt; The TV card is a Hauppauge WinTV-HVR1100 DVB-T/Hybrid which Linux<br>
&gt; detects as a Conexant CX22702. Ok so far.<br>
&gt;<br>
&gt; Ubuntu, 8.04 will not tune using it detects it fine, but can&#39;t get a<br>
&gt; channel lock (Windows can so one does exists as does a digital box so<br>
&gt; that&#39;s not the problem) After a bit of web searching I turned off HAL<br>
&gt; and hmm it can now &quot;Lock&quot; but can&#39;t find any channels says its got<br>
&gt; about a 27% signal quality too. Currently I&#39;ve got Mythubuntu 8.04<br>
&gt; installed.<br>
&gt;<br>
&gt; Knoppmyth will not even boot, gets stuck detecting hardware.<br>
&gt;<br>
&gt; This is all using 32bit versions, I still don&#39;t trust 64bit stuff yet,<br>
&gt; But I spouse I could try that if people think it will help.<br>
&gt;<br>
&gt; If you need any more details tell me what and I try and find it. I&#39;m<br>
&gt; usually quite advanced at Linux stuff, but this ones got me stumped<br>
&gt;<br>
&gt; Any Help?<br>
&gt;<br>
&gt; Regards<br>
&gt;<br>
&gt; Peter Childs<br>
&gt;<br>
<br>
</div>Not sure if this message got lost, also not sure where. Anyway after a<br>
lot more poking around on the internet, Discovered a patch for v4l<br>
which meant recompile v4l from source.<br>
<br>
I&#39;m now running Mythbuntu 64bit with a patched version of v4l (must<br>
take a note of where I got the patch from!)<br>
<br>
This patch creates two dvb frontends in the same adapter folder, which<br>
work fine in kaffine but not in myth. Ie both tuners turn up in<br>
/dev/dvb/adapter0, first one ending in 0 (thats the satelite one) and<br>
second ending in 1 (thats the Terrestrial one) eg<br>
/dev/dvd/adapter0/demux1<br>
<br>
In Myth it works if I first hmm<br>
<br>
mkdir /dev/dvb/adapter1<br>
ln -s /dev/dvb/adapter0/demux1 /dev/dvb/adapter1/demux0<br>
ln -s /dev/dvb/adapter0/dvr1 /dev/dvb/adapter1/dvr0<br>
ln -s /dev/dvb/adapter0/net1 /dev/dvb/adapter1/net1<br>
ln -s /dev/dvb/adapter0/frontend1 /dev/dvb/adapter1/frontend0<br>
<br>
Myth can then be restarted and works. (So long as you don&#39;t try and<br>
use the satellite tune at the same time (Don&#39;t have a sat so don&#39;t<br>
care)<br>
<br>
How do I tell udev to do this automatically. I think this is strictly<br>
a bug in Myth that it can&#39;t cope with dvb cards with multiple<br>
frontends (dvb frontends not to be confused with Myth frontends they<br>
are completely different)<br>
<br>
Oh its a HVR3000 tri-tuner card is that helps<br>
<br>
Regards<br>
<font color="#888888"><br>
Peter.<br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
Kent mailing list<br>
<a href="mailto:Kent@mailman.lug.org.uk">Kent@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/kent" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/kent</a><br>
</div></div></blockquote></div><br>