On 2/16/06, <b class="gmail_sendername">R. G. Newbury</b> &lt;<a href="mailto:newbury@mandamus.org">newbury@mandamus.org</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Michael Haan wrote:<br>&gt; On 2/16/06, *R. G. Newbury* &lt;<a href="mailto:newbury@mandamus.org">newbury@mandamus.org</a><br>&gt; &lt;mailto:<a href="mailto:newbury@mandamus.org">newbury@mandamus.org</a>&gt;&gt; wrote:<br>
&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Brian Wood wrote:<br>&gt;<br>&gt;<br>&gt; I appreciate the time you put into this e-mail.&nbsp;&nbsp;This seems like a<br>&gt; weak spot in linux; I'm suprised it exists!<br>I'm not so sure that it is a 'weak spot' so much as 'the way it works is
<br>not quite what we think it is'....The damn thing IS a computer. It<br>always does what it's told, it's just that we tell it to do stupid<br>things, not the smart things we think we are telling it to do.<br><br>That the kernel loads the modules for the hardware it finds makes
<br>perfect sense. That it does not *seem* to do so in a repeatable order<br>may well be &quot;operator error&quot;.&nbsp;&nbsp;I did not spend any time checking what<br>was going on. IIRC it was the cx88-blackbird module which kept being
<br>moved in front of cx88-dvb. Maybe those two have to be that way, and it<br>is actually correct. Maybe I should just make the file read-only!<br><br>In any event, once the kernel has loaded the module, modprobe.conf is
<br>irrelevant. This fact IS a little obscure....<br><br>Make sure to let us know what you find out......a &quot;SOLVED&quot; in the<br>subject would be good...<br><br>Geoff<br><br><br><br><br><br>--<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; R. Geoffrey Newbury
<br>&nbsp;&nbsp;&nbsp;&nbsp; Barrister and Solicitor<br> Suite 106, 150 Lakeshore Road West<br>&nbsp;&nbsp;&nbsp;&nbsp;Mississauga, Ontario, L5H 3R2<br><br>&nbsp;&nbsp;905-271-9600&nbsp;&nbsp;Fax 905-271-1638<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:newbury@mandamus.org">newbury@mandamus.org</a>
<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><br>Yeah, no I mean that the difficulty in telling which modules were loaded in response to which hardware or, conversely,&nbsp; which drivers each card is using.&nbsp; In any case, I pulled the Fusion5 out leaving just the pvr 350 and the HD3000 (again, a config which was working before) and grabbed lsmod | sort - here is some of it:
<br><br>btcx_risc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 38857&nbsp; 3 cx8800,cx8802,cx88xx<br>button&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 41185&nbsp; 0<br>cx22702&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 40389&nbsp; 1 cx88_dvb<br>cx8800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 71373&nbsp; 0<br>cx8802&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 47173&nbsp; 1 cx88_dvb<br>
cx88_dvb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 46429&nbsp; 0<br>cx88xx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 103265&nbsp; 3 cx8800,cx88_dvb,cx8802<br>dm_mod&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 99337&nbsp; 0<br>dv1394&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 57273&nbsp; 0<br>dvb_core&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 129277&nbsp; 1 video_buf_dvb<br>dvb_pll&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 45509&nbsp; 4 cx88_dvb,or51132,nxt200x,cx22702
<br><br>I'm posting this because I thought someone said that cx8800 would block cx88_dvb, or is it that I can only use one set of functions - dvb, or ntsc - at a time (in which case it's ok that both are loaded)?<br>