sorry for writing so many reply to this, but I found a fix that I think will be accepted. Sorry I&#39;m not sure how to make a patch<br>anyhow in file<br>src/mythtv/libs/libmythtv/v4lchannel.cpp<br><br>line 102<br>was <br>
 if (driver_name == &quot;bttv&quot; )<br>but needs to be <br> if (driver_name == &quot;bttv&quot; || driver_name == &quot;cx8800&quot;)<br><br><br>fixes everything<br><br>regards<br>Eric<br><br><br><br><br><br>