FIXED:   Huge Thanks to the guys in #mythtv-users that helped out on this.<br><br>This rev 04 card from H. seems to get a &quot;card=3 -&gt; Hauppauge WinTV-HVR1250&quot; option when the cx23885 loads, but in reality this card labeled as a 1250 responds best to &quot;card=20 -&gt; Hauppauge WinTV-HVR1255&quot;<br>
<br>So on the fly I did the following as root,<br><br>rmmod cx23885<br>lsmod | grep cx23885<br>insmod /lib/modules/2.6.32-24-generic/kernel/drivers/media/video/cx23885/cx23885.ko card=20<br>lsmod | grep cx23885<br><br>ls -ld /dev/d*<br>
drwxr-xr-x  3 root root     60 2010-09-22 09:59 /dev/dvb<br><br># Yes!<br><br>My next step is look up again where this goes so the next reboot gets it.  My steps above will be otherwise lost on the next reboot.<br><br>-- <br>
Dan Rose<br><br><div class="gmail_quote">On Tue, Sep 21, 2010 at 9:09 PM, Dan Rose <span dir="ltr">&lt;<a href="mailto:dan@linuxtrader.com">dan@linuxtrader.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
My new Hauppauge HDPVR-1250 tuner/capture card always shows up in lspci as does the driver (cx23885) in the kernel,  but there is no /dev/dvb or other device entry that mythtv can use.<br><br>Running...<br><br>mythbuntu 10.04.1 with current updates on kernel  2.6.32-24-generic.<br>

Autobuilds updated to .23.1<br>v4l-dvb fresh compile, install and reboot.   (including the firedtv=n setting required for Ubuntu compiles)<br><br>as a fresh install on a   Zotac ION Nvidia Series w/ Dual Core Atom N330, 2GB memory.<br>

<br><br>Many attempts with stock v4l-dvb driver cx23885 and then updated/compiled v4l-dvb included multiple iterations of reboots,  manual removal and insertion of cx23885 into the kernel, but no joy in /dev,  so no device found in sudo mythtv-setup<br>

<br><br>listing kernel modules:     lsmod | grep cx23885     #shows up<br>removing this module:     rmmod cx23885             # clears out<br>re-adding this module:     <br>        insmod ./v4l/cx23885.ko card=3                   # re-add successful<br>

OR..<br>        insmod /lib/modules/2.6.32-24-generic/kernel/drivers/media/video/cx23885/cx23885.ko card=3<br><br><br>mythbackend -version like this            <a href="http://mythtv.pastebin.com/8nP23FeW" target="_blank">http://mythtv.pastebin.com/8nP23FeW</a><br>

<br>v4l-dvb compile and install like this:     <a href="http://mythtv.pastebin.com/301uqxhZ" target="_blank">http://mythtv.pastebin.com/301uqxhZ</a><br><br>The specific lspci -v output is here:      <a href="http://mythtv.pastebin.com/daY1NWgA" target="_blank">http://mythtv.pastebin.com/daY1NWgA</a><br>

<br>Full lspci -v output is here:                   <a href="http://mythtv.pastebin.com/9ZctUaQq" target="_blank">http://mythtv.pastebin.com/9ZctUaQq</a><br><br>Full listing of /dev is here:                    <a href="http://mythtv.pastebin.com/gUEsNwMD" target="_blank">http://mythtv.pastebin.com/gUEsNwMD</a><br>

<br>lsmod short list is here:                        <a href="http://mythtv.pastebin.com/hBE3kdWz" target="_blank">http://mythtv.pastebin.com/hBE3kdWz</a><br><br>lsmod long list is here:                         <a href="http://mythtv.pastebin.com/WGTujpug" target="_blank">http://mythtv.pastebin.com/WGTujpug</a><br>

<br>snippet of kern.log and messages:        <a href="http://mythtv.pastebin.com/gQTs25S4" target="_blank">http://mythtv.pastebin.com/gQTs25S4</a><br>and then                                             <a href="http://mythtv.pastebin.com/yJxAbhkq" target="_blank">http://mythtv.pastebin.com/yJxAbhkq</a>       and    <a href="http://mythtv.pastebin.com/mbz4CYiA" target="_blank">http://mythtv.pastebin.com/mbz4CYiA</a><br>

<br clear="all"><br>Searched prior threads but seems like the H 1250 just works for most people.<br><br>Thanks for reading.<br>-- <br><font color="#888888">Dan Rose<br><br>
</font></blockquote></div><br><br>