This is the relevant line(s) from my /etc/udev/udev.rules file....<br><br><br># video devices<br>KERNEL==&quot;dvb*&quot;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PROGRAM=&quot;/bin/sh -c &#39;K=%k; K=$${K#dvb}; printf dvb/adapter%%i/%%s $${K%%%%.*} $${K#*.}&quot;, ACTION==&quot;add&quot;, \
<br>&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; NAME=&quot;%c&quot;<br>KERNEL==&quot;card[0-9]*&quot;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME=&quot;dri/%k&quot;<br><br><br>try inserting this and seeing how you get on.<br><br>gaz<br><br><div><span class="gmail_quote">
On 10/04/07, <b class="gmail_sendername">Yan Seiner</b> &lt;<a href="mailto:yan@seiner.com">yan@seiner.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;">
David Watkins wrote:<br>&gt; On 10/04/07, Piers Kittel &lt;<a href="mailto:mythtv@biased.org">mythtv@biased.org</a>&gt; wrote:<br>&gt;<br>&gt;&gt; Hello all,<br>&gt;&gt;<br>&gt;&gt; Am moving my mythtv stuff (recordings, database, DVB card etc) to new
<br>&gt;&gt; hardware, but am having a nasty problem making me tear my hair out.<br>&gt;&gt;<br>&gt;&gt; Anyway.&nbsp;&nbsp;I&#39;ve got 2 x Nova-T DVB-T tuners.&nbsp;&nbsp;The new hardware is<br>&gt;&gt; running Debian Etch 4.0 installed yesterday.&nbsp;&nbsp;I compiled kernel
<br>&gt;&gt; 2.6.20-6 with the stock kernel&#39;s DVB drivers built in as a module.<br>&gt;&gt; The module gets loaded and both DVB cards are detected fine.&nbsp;&nbsp;So I go<br>&gt;&gt; to test the DVB card using the following command:
<br>&gt;&gt;<br>&gt;<br>&gt;<br>&gt; I&#39;m not sure what you mean by &#39;built in as a module.&nbsp;&nbsp;I thought kernel<br>&gt; drivers are either &#39;built in&#39; OR a module.<br>&gt;<br>&gt; Using a Fedora system with Nova-T DVB-T tuners, loading the cx88_dvb
<br>&gt; module created the /dev/dvb/frontend devices.&nbsp;&nbsp;I had to muck around<br>&gt; with udev to get the permissions right, but the devices did get<br>&gt; created properly.<br>&gt;<br>&gt; Not sure if this is related but, with Fedora FC^, the upgrade from
<br>&gt; 2.6.19 to 2.6.20 broke the automatic loading of the CX88_dvb module<br>&gt; and I had to modprobe it to get it to load, and going back further<br>&gt; into the past I had a couple of systems that would automatically load
<br>&gt; the &#39;blackbird&#39; dvb driver by mistake, which I had to blacklist.&nbsp;&nbsp;So<br>&gt; it might be that your dvb drivers aren&#39;t correctly loading,<br>&gt; particularly as 2.6.20 seems to have a problem with dvb_cx88.
<br>&gt;<br><br>Debian Etch with self-built <a href="http://2.6.20.4">2.6.20.4</a> kernel, I can confirm that the<br>cx88_dvb module fails to load automatically.&nbsp;&nbsp;I just added a modprobe<br>cx88_dvb to the mythbackend startup script in /etc/init.d/
<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>