On Sat, Dec 13, 2008 at 5:42 PM, Mitch Gore <span dir="ltr"><<a href="mailto:mitchell.gore@gmail.com">mitchell.gore@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hey here are some ideas:<br>
<br>
run "dmesg |more " (hit space to page through the output) and see what<br>
the logs are saying...does it find a firmware?<br>
<br>
Look for lines that start with cx88 or xc5000.<br>
<br>
Specifically see if you can find these lines:<br>
xc5000: waiting for firmware upload (dvb-fe-xc5000-1.1.fw)...<br>
xc5000: firmware read 12332 bytes.<br>
xc5000: firmware upload<br>
<br>
<a href="http://www.mythtv.org/wiki/index.php/Pinnacle_PCTV_HD_Card_%28800i%29" target="_blank">http://www.mythtv.org/wiki/index.php/Pinnacle_PCTV_HD_Card_(800i)</a><br>
<br>
If its working you should have a file here: /dev/dvb/adapter*/dvr*.<br>
Where the stars are a 0 or 1 for each card/input.<br>
<br>
See if that leads you in the right direction...if its not loading the<br>
firmware I attached the correct one.<br>
<br>
save it so where ever and run:<br>
cp dvb-fe-xc5000-1.1.fw /lib/firmware/<br>
<br>
Let me know if you get anywhere<br><br></blockquote></div><br>grep is your friend:<br><br>dmesg | grep cx88<br>dmesg | grep xc5000<br>dmesg | grep firmware<br><br>grep will show you only the lines that have the indicated word.<br>